PUT
/
external
/
upload
cURL
curl --location --request PUT 'https://app.sbai.cloud/api/external/upload' \
--header 'client-id: your-client-id' \
--header 'private-key: your-private-key' \
--header 'secret: your-secret' \
--form 'files=@/path/to/file1.pdf' \
--form 'files=@/path/to/file2.pdf'
{
  "message": "The files has been uploaded and is being processed. Please wait a moment."
}

Headers

client-id
string
required
private-key
string
required
secret
string
required

Body

multipart/form-data

Response

200
application/json

Successful Response

The response is of type object.