✨ NEW:SORA Watermark Remover - Remove watermarks from SORA generated videos. · Try it now
cURL
curl --request POST \ --url https://modelslab.com/api/v1/enterprise/face_gen/fetch/{id} \ --header 'Content-Type: application/json' \ --data ' { "key": "<string>" } '
{ "status": "success", "id": 12202888, "output": [ "https://pub-8b49af329fae499aa563997f5d4068a4.r2.dev/generations/e5cd86d3-7305-47fc-82c1-7d1a3b130fa4-0.png" ] }
This endpoint is used to fetch your queued generations.
POST
--request POST 'https://modelslab.com/api/v1/enterprise/face_gen/fetch/{id}' \
{ "key": "enterprise_api_key" }
ID of the queued job returned during generation
Your API key
Fetch successful
"success"
12202888
[ "https://pub-8b49af329fae499aa563997f5d4068a4.r2.dev/generations/e5cd86d3-7305-47fc-82c1-7d1a3b130fa4-0.png"]
Was this page helpful?