Endpoint
Get speaker dossier
GET/api/public/v1/speakers/{speaker_id}read
Full dossier on a speaker: bio, talk, enrichment, AI research signals, drafted messages.
Request
curl "https://sayintel.com/api/public/v1/speakers/<speaker_id>" \ -H "Authorization: Bearer $SAYINTEL_TOKEN"
Try it out
Try it outGET/api/public/v1/speakers/{speaker_id}read
Sent as a bearer token to this site only, and kept in this tab's session storage. It is never written to disk or sent anywhere else.
Paste an API key to run.
Path parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| speaker_id | path | string | yes | — |
Response
{
"ok": true,
"tool": "get_speaker_dossier",
"kind": "read",
"data": { ... },
"error": null
}Notes
- Scope required: read. How scopes work.
- Same capability over MCP as the tool get_speaker_dossier. MCP setup.