Authorizations
Admin API key must be prefixed with "Key ", e.g. Authorization: Key YOUR_ADMIN_API_KEY
Query Parameters
Maximum number of items to return. Actual maximum depends on query type and expansion parameters.
x >= 150
Pagination cursor from previous response. Encodes the page number.
"Mg=="
Endpoint ID(s) to retrieve (e.g., 'fal-ai/flux/dev'). Can be a single value or multiple values (1-50 models). When combined with search params, narrows results to these IDs. Use array syntax: ?endpoint_id=model1&endpoint_id=model2
["fal-ai/flux/dev", "fal-ai/flux-pro"]Free-text search query to filter models by name, description, or category
"text to image"
Filter by category (e.g., 'text-to-image', 'image-to-video', 'training')
"text-to-image"
Filter models by status - omit to include all statuses
active, deprecated "active"
Fields to expand in the response. Supported values: 'openapi-3.0' (includes full OpenAPI 3.0 schema in 'openapi' field)
["openapi-3.0"]Response
Successfully retrieved model endpoints
Response containing model data with pagination support
Array of model information
Boolean indicating if more results are available (convenience field derived from next_cursor)
Cursor for the next page of results, null if no more pages