Skip to content

Generate Toc Endpoint

POST
/reports/{report_id}/generate-toc

Generate table of contents for a standalone report using LLM (async).

Args:
report_id: The ID of the report
request_body: Optional request body with focus parameter

Authorizations

HTTPBearer

Use your API token

Type
HTTP (bearer)

Parameters

Path Parameters

report_id*
Type
string
Required
Format
"uuid"

Request Body

application/json
JSON
{
"focus": "string"
}

Responses

Successful Response

application/json
object

Schema for standalone reports (not tied to subplans).

Format"uuid"
Format"date-time"
string |null
Required
Format"uuid"
Format"uuid"
object[]
Required
array |null
Default
string[]
Required
string |null
integer |null
integer |null
string |null

Samples

Powered by VitePress OpenAPI