⚡ NEW: Flux Klein 9B — Faster inference, stunning quality · Try Now
curl --request POST \
--url https://modelslab.com/api/assets_generated \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"type": "image",
"per_page": 123,
"page": 123
}
'{
"status": "success",
"type": "<string>",
"data": [
{
"id": 123,
"output": [
"<string>"
]
}
],
"pagination": {
"current_page": 2,
"per_page": 15,
"total": 53,
"last_page": 4,
"from": 16,
"to": 30
}
}Get a list of generated assets acrross endpoints.
curl --request POST \
--url https://modelslab.com/api/assets_generated \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"type": "image",
"per_page": 123,
"page": 123
}
'{
"status": "success",
"type": "<string>",
"data": [
{
"id": 123,
"output": [
"<string>"
]
}
],
"pagination": {
"current_page": 2,
"per_page": 15,
"total": 53,
"last_page": 4,
"from": 16,
"to": 30
}
}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.
--request POST 'https://modelslab.com/api/v6/assets_generated' \
{
"key": "your_api_key",
"type": "image"
}
Was this page helpful?