POST
/
execution
/
{id}
/
files
curl --request POST \
  --url https://odyssey.asteroid.ai/api/v1/execution/{id}/files \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-Asteroid-Agents-Api-Key: <api-key>' \
  --form 'files=[
  null
]'
{
  "message": "<string>",
  "file_ids": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}

Authorizations

X-Asteroid-Agents-Api-Key
string
header
required

Path Parameters

id
string
required

The ID of the execution

Body

multipart/form-data

Response

200
application/json

Files uploaded successfully

The response is of type object.