Get a list of model IDs that exist on Modelz.This is a lightweight endpoint that returns only the model IDs, useful for checking which models have tokens on Modelz.Query Parameters:
is_graduated: Filter for graduated models (same as /models/modelz)
Returns:
List of model IDs from Modelz
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
Responses
🟢200OK
application/json
Successful Response
Body
🟠422Unprocessable Entity
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.gatewayz.ai/modelz/ids?is_graduated' \
--header'Authorization: Bearer <token>'