cURL
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=@example-file
{ "message": "<string>", "file_ids": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] }
The ID of the execution
Files uploaded successfully
The response is of type object.
object