POST
/
async
/
upload
curl --request POST \
  --url https://public-api.cambio-ai.com/async/upload \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "file_name": "<string>",
  "process_type": "file",
  "extract_args": {}
}'
{
  "file_id": "<string>",
  "presignedUrl": "<string>"
}

Authorizations

x-api-key
string
header
required

Headers

x-api-key
string
required

Your API key.

Body

application/json

Response

200
application/json
File upload details

The response is of type object.