Skip to main content
GET
/
api
/
hyper-ai
/
suggestions
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.

Response

Suggested prompts / actions

GET /api/hyper-ai/suggestions response.

suggestions
object[]
required