Skip to main content
POST
/
executions
/
{executionId}
/
context-files
Upload Execution Context Files
curl --request POST \
  --url https://odyssey.asteroid.ai/agents/v2/executions/{executionId}/context-files \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-Asteroid-Agents-Api-Key: <api-key>' \
  --form 'files=<string>' \
  --form files.items='@example-file'

Documentation Index

Fetch the complete documentation index at: https://docs.asteroid.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

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

Path Parameters

executionId
string<uuid>
required

Body

multipart/form-data
files
file[]
required

Response

The request has succeeded.

The response is of type enum<string>.

Available options:
Files uploaded.