Assets generated
curl --request POST \
--url https://modelslab.com/api/assets_generated \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"per_page": 123,
"page": 123
}
'{
"type": "<string>",
"data": [
{
"id": 123,
"output": [
"<string>"
]
}
],
"pagination": {
"current_page": 2,
"per_page": 15,
"total": 53,
"last_page": 4,
"from": 16,
"to": 30
}
}General APIs
Assets Generated
Get a list of generated assets acrross endpoints.
POST
/
assets_generated
Assets generated
curl --request POST \
--url https://modelslab.com/api/assets_generated \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"per_page": 123,
"page": 123
}
'{
"type": "<string>",
"data": [
{
"id": 123,
"output": [
"<string>"
]
}
],
"pagination": {
"current_page": 2,
"per_page": 15,
"total": 53,
"last_page": 4,
"from": 16,
"to": 30
}
}Request
Send aPOST request to below endpoint.
curl
--request POST 'https://modelslab.com/api/v6/assets_generated' \
Body
json
{
"key": "your_api_key",
"type": "image"
}
Body
application/json
Was this page helpful?
⌘I

