cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/hyper-ai/skills \ --header 'Authorization: Bearer <token>'
{ "skills": [ { "enabled": true, "id": 123, "name": "<string>", "category": "<string>", "description": "<string>" } ] }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Available skills
Skills catalogue.
Show child attributes
Was this page helpful?