cURL
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'
"Files uploaded."
Upload files to a running execution that is already in progress. If you want to attach files to an execution that is not yet running, see the /temp-files endpoint.
The request has succeeded.
The response is of type enum<string>.
enum<string>
Files uploaded.