GET
/
signedUrl
curl --request GET \
  --url https://api.autocaption.io/v1/signedUrl \
  --header 'x-api-key: <api-key>'
{
  "file": "<string>",
  "url": "<string>",
  "fields": {
    "key": "<string>",
    "bucket": "<string>",
    "X-Amz-Algorithm": "<string>",
    "X-Amz-Credential": "<string>",
    "X-Amz-Date": "<string>",
    "Policy": "<string>",
    "X-Amz-Signature": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

Query Parameters

file
string
required

The name of the file to be uploaded.

Response

200 - application/json

A map of fields needed to upload the file, including the pre-signed URL.

The response is of type object.