Post-processing messages
Chapterization
API Documentation
Upload
Pre-recorded endpoints
Live endpoints
Live WS actions
Live WS messages
- Realtime messages
- Post-processing messages
- Acknowledgment messages
- Lifecycle messages
Live callbacks
- Realtime messages
- Post-processing messages
- Acknowledgment messages
- Lifecycle messages
Live webhooks
- Lifecycle messages
Post-processing messages
Chapterization
Payload definition for the callback event live.post_chapterization
.
Id of the job
Available options:
live.post_chapterization
The live message payload as sent to the WebSocket
Id of the live session
Date of creation of the message. The date is formatted as an ISO 8601 string
Error message if the addon failed
The error message
Available options:
post_chapterization
The message data. "null" if the addon failed
The chapters
Was this page helpful?
{
"id": "45463597-20b7-4af7-b3b3-f5fb778203ab",
"event": "live.post_chapterization",
"payload": {
"session_id": "4a39145c-2844-4557-8f34-34883f7be7d9",
"created_at": "2021-09-01T12:00:00.123Z",
"error": null,
"type": "post_chapterization",
"data": {
"results": [
{
"abstractive_summary": "<string>",
"extractive_summary": "<string>",
"summary": "<string>",
"headline": "<string>",
"gist": "<string>",
"keywords": [
"<string>"
],
"start": 123,
"end": 123,
"sentences": [
{
"sentence": "<string>",
"start": 123,
"end": 123,
"words": [
{
"word": "<string>",
"start": 123,
"end": 123,
"confidence": 123
}
]
}
],
"text": "<string>"
}
]
}
}
}