Resources
List Models
The list models endpoint lets users retrieve a list of available models. The response will return a paginated list of the specified all available models along with their names and base model (SD 1.5 or SDXL).
GET
/
pub
/
v1
/
models
Headers
X-API-KEY
string
requiredAPI key needed to access our public endpoints. You can find yours under the 'Account' section of the website
Query Parameters
page
integer
The page number of the resource list
page_size
integer
The page size of the resource list
Response
200 - application/json
data
object[]
err
object
The error if the request was not successful
pagination
object
The pagination data of the request
Was this page helpful?