Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26748,7 +26748,7 @@ paths:
description: 'Internal Server Error - Unexpected server error'
summary: 'Get available analytics metrics and dimensions'
tags:
- 'beta.Analytics'
- 'Analytics'
/analytics/query:
post:
description: 'Execute an analytics query with specified metrics, dimensions, filters, and time range. [Management key](/docs/guides/overview/auth/management-api-keys) required.'
Expand Down Expand Up @@ -27026,7 +27026,7 @@ paths:
description: 'Internal Server Error - Unexpected server error'
summary: 'Query analytics data'
tags:
- 'beta.Analytics'
- 'Analytics'
/audio/speech:
post:
description: 'Synthesizes audio from the input text. Returns a raw audio bytestream in the requested format (e.g. mp3, pcm, wav).'
Expand Down Expand Up @@ -38983,8 +38983,6 @@ tags:
name: 'Video Generation'
- description: 'Workspaces endpoints'
name: 'Workspaces'
- description: 'beta.Analytics endpoints'
name: 'beta.Analytics'
x-retry-strategy:
initialDelay: 500
maxAttempts: 3
Expand Down
Loading