Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.userintuition.ai/api/public/v1/studies/{study_id}/report \ --header 'Authorization: Bearer <token>'
{ "study_id": "<string>", "html": "<string>", "interview_count": 0, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Authenticate with an API key (prefixed ui_sk_) or a JWT token from the dashboard.
ui_sk_
Successful Response
The study this report was generated for
Rendered report HTML
Number of interviews included in the report
Was this page helpful?