Skip to content

Export Summary

GET
/summaries/{summary_id}/export

Export a summary with all related inputs and user interviews

Args:
summary_id: The ID of the summary
file_extension: The extension of the exported file

Returns:
FileResponse with the exported file

Raises:
HTTPException: If summary not found or error during export

Authorizations

HTTPBearer

Use your API token

Type
HTTP (bearer)

Parameters

Path Parameters

summary_id*
Type
string
Required
Format
"uuid"

Query Parameters

file_extension

File extension to export

Type
string
Default
"txt"

Responses

Successful Response

application/json
object

Empty response body

Samples

Powered by VitePress OpenAPI