Last updated 9 months ago
curl -L \ --request POST \ --url '/api/task/get_download' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: application/json' \ --data '{ "task_uuid": "text" }'
{ "url": "text", "name": "text", "error": "OK", "message": "text", "total_price": 1, "job": { "uuids": [ [] ], "subscription_key": "text" } }