POST
/
api
/
conversations
/
{conversation_id}
/
upload-files
Upload Files
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>"
  ]
}

Authorizations

X-Session-API-Key
string
header
required

Path Parameters

conversation_id
string
required

Body

multipart/form-data

Response

200
application/json

Successful Response

Upload files response model