Last updated 6 months ago
const response = await fetch('/api/task/get_download', { method: 'POST', headers: { "Authorization": "Bearer JWT", "Content-Type": "application/json" }, body: JSON.stringify({ "task_uuid": "text" }), }); const data = await response.json();
{ "url": "text", "name": "text", "error": "OK", "message": "text", "total_price": 0, "job": { "uuids": [ [] ], "subscription_key": "text" } }