This interface is only used for retrieving tasks and is free of charge. Request
global or cn, where 'global' refers to international cloud storage service and 'cn' refers to China cloud storage service.
API Key from 302.AI backend
Example:Bearer {{YOUR_API_KEY}}
Request samples
curl --location --request GET 'https://api.302.ai/luma/task/1/fetch?geo=global' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz'
Responses
application/json {
"created_at": "",
"id": "",
"prompt": "",
"state": "",
"video": ""
}
Modified at 2024-09-03 08:46:19