Skip to main content
GET
/
v1
/
topics
List all topics in taxonomy
curl --request GET \
  --url https://api.ivory.finance/v1/topics \
  --header 'X-API-Key: <api-key>'
{
  "total": 123,
  "groups": [
    {
      "category": "<string>",
      "topics": [
        {
          "id": 123,
          "name": "<string>",
          "slug": "<string>",
          "category": "<string>",
          "description": "<string>",
          "keywords": [
            "<string>"
          ]
        }
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.ivory.finance/llms.txt

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

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

Successful Response

total
integer
required
groups
TopicGroup · object[]
required