Skip to main content
GET
/
categories.json
List categories
curl --request GET \
  --url https://elixir.jobkit.io/categories.json \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "id": 1,
    "name": "Engineering"
  },
  {
    "id": 2,
    "name": "Design"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.jobkit.io/llms.txt

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

Requires user authentication
[
  {
    "id": 1,
    "name": "Engineering"
  },
  {
    "id": 2,
    "name": "Design"
  }
]