GET /api/v2/call/{id}/ai_recap

Gets the Ai Recap for a call.

Requires scope: ai_recap

Rate limit: 12 per minute.

Servers

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:

  • "medium"
  • "short"
  • "bullet"
  • "long"

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.