Skip to main content
GET
/
api
/
v1
/
knowledge
/
commands
List available converter commands
curl --request GET \
  --url http://127.0.0.1:4000/api/v1/knowledge/commands \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "<string>",
      "description": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://familyco.mintlify.app/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.

Response

200 - application/json

Available converter commands

items
object[]
required