Skip to main content
POST
Smart Brief

Authorizations

X-API-Key
string
header
required

Body

application/json

Schema for smart brief extraction from raw text (meeting notes, emails, chats).

rawText
string
required
Required string length: 10 - 100000
language
enum<string>
default:en
Available options:
es,
en
apiKey
string | null
aiProvider
enum<string> | null
default:gemini
Available options:
gemini,
openai,
anthropic
openaiApiKey
string | null
anthropicApiKey
string | null

Response

Successful Response

Response for smart brief extraction.

extraction
SmartBriefExtraction · object
required

Structured data extracted from raw text.

success
boolean
default:true
error
string | null