cURL
curl --request POST \ --url https://api.withflex.com/v1/exports/{id}/presigned_url \ --header 'Authorization: Bearer <token>'
{ "url": "<string>" }
Creates a new export function
Use a Bearer token to access this API.
The response is of type object.
object