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=@example-file
{
"file_urls": [
"<string>"
],
"skipped_files": [
"<string>"
]
}
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=@example-file
{
"file_urls": [
"<string>"
],
"skipped_files": [
"<string>"
]
}
Successful Response
Upload files response model
Was this page helpful?