Skip to content

Instantly share code, notes, and snippets.

@peyerluk
Created November 13, 2020 15:49
Show Gist options
  • Save peyerluk/0b437da0919f241093ab68b67b302c55 to your computer and use it in GitHub Desktop.
Save peyerluk/0b437da0919f241093ab68b67b302c55 to your computer and use it in GitHub Desktop.
Berliner Zeitung Speechkit API
POST /blz/v1/speechkit/audio

Payload:

id: 'number',
external_id: 'string',
state: 'string', // 'processed' or 'unprocessed'
deleted: 'boolean',
metadata: {
  publication_id: 'number'
},
media: [{
  id: 'number',
  content_type: 'string',
  url: 'string',
  duration: 'number'
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment