POST
/
v1
/
exports
/
{id}
/
presigned_url
curl --request POST \
  --url https://api.withflex.com/v1/exports/{id}/presigned_url \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

The response is of type object.