Skip to main content
POST
/
v1
/
exports
/
{id}
/
presigned_url
Create Export 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

Use a Bearer token to access this API.

Path Parameters

id
string
required
Example:

"obj_01EXAMPLE00000000000000000"

Response

Success

url
string
required