Skip to main content
GET
/
metadata-model-catalog
Python
from meibel import MeibelClient

client = MeibelClient(api_key="your-api-key")

result = client.metadata_model_catalog.list()
print(result)
{
  "models": [
    {
      "model_id": "<string>",
      "name": "<string>",
      "scope": "<string>",
      "fields": [
        {
          "name": "<string>",
          "type": "string",
          "description": "<string>",
          "index": true
        }
      ],
      "description": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.meibel.ai/llms.txt

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

Authorizations

Meibel-API-Key
string
header
required

Query Parameters

scope
string | null

Response

Successful Response

List of available metadata-extraction models in the catalog.

models
MetadataModelCatalogEntry · object[]
required

Catalog entries visible to the caller, filtered by the optional scope query param