cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/programs/ai-conversations \ --header 'Authorization: Bearer <token>'
{ "conversations": [ { "id": 123, "created_at": "<string>", "message_count": 123, "title": "<string>", "updated_at": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.hyperoru.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.hyperoru.com/llms.txt
Use this file to discover all available pages before exploring further.
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Programs AI conversations
Wrapper for conversation listings.
Show child attributes
Was this page helpful?