Skip to main content
POST
/
templates
/
{templateId}
/
proof
Send a proof of a template
curl --request POST \
  --url https://apix.spotzee.com/api/client/templates/{templateId}/proof \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "recipient": "jane@example.com"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.spotzee.com/llms.txt

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

Authorizations

Authorization
string
header
required

Project-scoped secret API key (sk_…). Pass in the Authorization: Bearer <key> header. Grants access to the project the key was issued for.

Path Parameters

templateId
integer | null

Numeric template identifier.

Example:

158

Body

application/json

Send a one-off proof of a template to a single recipient.

recipient
string
required

Email address (or channel-equivalent identifier) to send the proof to.

Example:

"jane@example.com"

variables
object

Optional render variables used to compile the proof.

Response

The provider-specific proof-send response.

Provider-specific proof-send response.

{key}
any