Download

Get download url from file uuid.

post
Authorizations
Body
task_uuidstringRequired
Responses
201Success
application/json
post
POST /api/task/get_download HTTP/1.1
Host: 
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 20

{
  "task_uuid": "text"
}
201Success
{
  "url": "text",
  "name": "text",
  "error": "OK",
  "message": "text",
  "total_price": 1,
  "job": {
    "uuids": [
      []
    ],
    "subscription_key": "text"
  }
}

Last updated