Get IdeaCloud details
Get IdeaCloud
Get details and status of a specific IdeaCloud
GET
Get IdeaCloud details
Returns the full details of an IdeaCloud including its status, title, synopsis, tags, and recommended questions with their text. Scope required:Documentation Index
Fetch the complete documentation index at: https://api-docs.hrizn.io/llms.txt
Use this file to discover all available pages before exploring further.
ideaclouds:read
Path parameters
UUID of the IdeaCloud.
Response
The category assigned to this IdeaCloud, containing
id and name. Returns null if no category is assigned.Array of recommended question objects, each containing the question ID and its text. Only populated when the IdeaCloud status is
complete.Question IDs use the format
q-{timestamp}-{index} (e.g. q-1772246824308-0), not UUIDs. Use these IDs as-is when passing selected_question_ids to the content creation endpoints.Last modified on March 1, 2026
