cURL
curl --request POST \ --url https://elixir.jobkit.io/categories.json \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "id": 123, "name": "<string>" }
Create a new job category
Documentation IndexFetch the complete documentation index at: https://docs.jobkit.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.jobkit.io/llms.txt
Use this file to discover all available pages before exploring further.