cURL
curl --request POST \ --url https://app.all-hands.dev/api/conversations/{conversation_id}/upload-files \ --header 'Content-Type: multipart/form-data' \ --header 'X-Session-API-Key: <api-key>' \ --form 'files=<string>' \ --form files.items='@example-file'
{ "file_urls": [ "<string>" ], "skipped_files": [ "<string>" ] }
Documentation IndexFetch the complete documentation index at: https://allhandsai-chore-weekly-arch-refresh.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://allhandsai-chore-weekly-arch-refresh.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Upload files response model
Was this page helpful?