Skip to main content
POST
/
v1
/
memories
/
synthesize
Synthesize a briefing
curl --request POST \
  --url https://pnbr.io/v1/memories/synthesize \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "query": "<string>",
  "project_id": "<string>"
}
'

Authorizations

Authorization
string
header
required

A pnbr- API key. Project-scoped keys make project_id implicit; org-scoped keys require it.

Body

application/json
query
string
project_id
string

Response

200

A MemoryBriefing.