Skip to main content
developer.brifle.de

Build on
Brifle API

Deliver your Mail with Brifle

<50msMedian latency
99.9%Uptime SLA
v1Stable API
sandbox-api.brifle.de — curl
$ curl -L \
'https://sandbox-api.brifle.de/v1/content/send/:tenant' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token> \
--data-raw '{'
"body": [{
"content": "PDF Content",
"type": "application/pdf"
}],
"subject": "Important Document",
"type": "letter",
"to": {
"first_name": "Max",
"last_name": "Mustermann",
"date_of_birth": "1990-01-01",
"email": "john.doe@example.com",
"tel": "+491234567890",
/* ... postal_address, birth_information */
}
"'"
# ← 201 Created
{
"id": "msg_a3f91b",
"status": "delivered"
}

Everything you need
to ship fast

Up and running
in minutes

Read the tutorial →
01

Get your API key

Create a Brifle account and generate an API key from the dashboard.

02

Send a document

Send any PDF to /v1/content/send/:tenant. The API returns a document ID instantly.

03

Receive classified data

Poll or subscribe via webhook to receive the structured, classified result.

Open Beta

Ready to integrate?

Get access to the Sandbox environment and start testing the API with your documents.