GET /api/v2/call/{id}/ai_recap
Gets the Ai Recap for a call.
Requires scope: ai_recap
Rate limit: 12 per minute.
Servers
- https://dialpad.com/
- https://sandbox.dialpad.com/
Path parameters
Name | Type | Required | Description |
---|---|---|---|
id |
Integer | Yes |
The call's id. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
summary_format |
String | No |
The format of the summary to retrieve e.g. short, medium, long, bullet. Valid values:
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.