GET
/
v1
/
avatars
/
list_inferences

Authorizations

ganos-api-key
string
header
required

Use the API key generated from our website to programmatically interact with our endpoints. This key authorizes your requests, allowing you to access and utilize our services securely.

Query Parameters

avatar_id
string | null
avatar_title
string | null
inference_title
string | null
status
enum<string>[] | null
Available options:
draft,
processing,
failed,
succeeded,
deleted
skip
integer
default:
0
limit
integer
default:
10
start_datetime
string | null

ISO 8601 formatted timestamp filter for retrieving avatars.

end_datetime
string | null

ISO 8601 formatted timestamp filter for retrieving avatars.

Response

200 - application/json
total
integer
required
data
object[] | null