cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/hyper-ai/suggestions \ --header 'Authorization: Bearer <token>'
{ "suggestions": [ { "id": "<string>", "prompt": "<string>", "title": "<string>", "category": "<string>" } ] }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Suggested prompts / actions
GET /api/hyper-ai/suggestions response.
GET /api/hyper-ai/suggestions
Show child attributes
Was this page helpful?