cURL
curl --request POST \ --url https://dovetail.com/api/v1/summarize \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "highlight_ids": [], "note_ids": [], "insight_ids": [], "theme_ids": [], "tag_ids": [], "with_citations": true }'
{ "data": { "summary": "<string>", "citations": [ { "id": "<string>", "type": "HIGHLIGHT", "citation_id": 123 } ] } }
Summarize a list of highlights, notes, insights, themes, and/or tags.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Body
The body is of type object.
object
200
The response is of type object.
Was this page helpful?