Last updated 6 months ago
const response = await fetch('/api/task/rodin_unlock', { method: 'POST', headers: { "Authorization": "Bearer JWT", "Content-Type": "application/json" }, body: JSON.stringify({ "task_uuid": "text", "resolution": "Basic", "geometry": "Base", "geometry_file_format": "glb", "material": "PBR" }), }); const data = await response.json();
{ "error": "OK", "message": "text", "job": { "uuids": [ [] ], "subscription_key": "text" } }