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
Query Params
Responses
🟢200OK
application/json
Successful Response
Body
🟠422Unprocessable Entity
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/modelz/ids?is_graduated'