Skip to main content
GET
/
api
/
v1
/
lookup
/
models
List Models
curl --request GET \
  --url https://api.bindbee.dev/api/v1/lookup/models \
  --header 'Authorization: Bearer <token>'
{
  "models": [
    {
      "slug": "<string>",
      "display_name": "<string>",
      "category": "HRIS"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.bindbee.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

category
enum<string> | null

Filter to models in this category.

Available options:
HRIS,
ATS,
LMS
Example:

"HRIS"

Response

Successful Response

models
ModelListItem · object[]
required