Skip to main content
GET
/
api
/
v1
/
templates
/
{template_id}
/
analysis
Get analysis result
curl --request GET \
  --url https://api.example.com/api/v1/templates/{template_id}/analysis \
  --header 'X-API-Key: <api-key>'
{
  "analysis_id": "<string>",
  "status": "<string>",
  "started_at": "2023-11-07T05:31:56Z",
  "options": {},
  "org_name": "<string>",
  "completed_at": "2023-11-07T05:31:56Z",
  "results": {},
  "metadata": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs-slidekit.theduomi.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Production API key. Development/test deployments may also allow X-Org-Name.

Path Parameters

template_id
string
required

Query Parameters

analysis_id
string | null

Specific analysis ID (defaults to latest)

Response

Successful Response

Complete analysis response.

analysis_id
string
required
status
string
required
started_at
string<date-time>
required
options
Options · object
required
org_name
string | null
completed_at
string<date-time> | null
results
Results · object
metadata
Metadata · object