POST
/
file
Create presigned upload URL
curl --request POST \
  --url https://aurigin.ai/api-ext/file \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "keys": [
    "<string>"
  ],
  "entity": "analysis"
}'
{
  "url": [
    {
      "key": "<string>",
      "value": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Body

application/json

Response

200 - application/json

OK

The response is of type object.