⚡ NEW: Flux Klein 9B — Faster inference, stunning quality · Try Now
curl --request POST \
--url https://modelslab.com/api/v6/image_editing/fetch/{id} \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"status": "success",
"id": 123,
"output": [
"<string>"
]
}Retrieve queued images using the Fetch Queued Images API.
curl --request POST \
--url https://modelslab.com/api/v6/image_editing/fetch/{id} \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"status": "success",
"id": 123,
"output": [
"<string>"
]
}Documentation Index
Fetch the complete documentation index at: https://docs.modelslab.com/llms.txt
Use this file to discover all available pages before exploring further.
POST request to below endpoint to return the corresponding queued images. Where {id} is the ID returned together with the image URL in the response upon its generation..
--request POST 'https://modelslab.com/api/v6/image_editing/fetch/{id}' \
{
"key": ""
}
The ID of the queued image request
Your API Key used for request authorization
Was this page helpful?