Skip to main content
POST
/
v1
/
public
/
clients
/
{client_id}
/
reports
/
generate
Generate Report
curl --request POST \
  --url https://api.everbility.com/v1/public/clients/{client_id}/reports/generate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "template_id": "<string>",
  "note_ids": [
    "<string>"
  ],
  "title": "<string>"
}
'
{
  "job_id": "<string>"
}

Authorizations

Authorization
string
header
required

Use a Clerk-backed Everbility user or organisation API key directly as the bearer token.

Path Parameters

client_id
integer
required

Body

application/json
template_id
string
required
note_ids
string[]
required
title
string | null

Response

Successful Response

job_id
string
required