Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.mokaru.ai/v1/interests \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>" } '
Add a new interest or hobby to your career profile
interests:write
POST /v1/interests Content-Type: application/json
{ "success": true, "id": "clx..." }
Was this page helpful?