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.
file
string
required

The unique identifier for the file, used as the file name in S3.

url
string
required

The URL of the S3 bucket to which the file should be uploaded.

fields
object
required

A map containing all the fields required for the upload server.