Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

APIs.io Engineering Platform Stream Audio Tracks API

The Stream Audio Tracks API from APIs.io Engineering Platform — 3 operation(s) for stream audio tracks.

This API exposes 4 operations across 3 paths, and defines 16 schemas. It is described by OpenAPI 3.0.0, at version 2015-07-09.

Requests are made against 4 base URLs: http://apigateway.{region}.amazonaws.com, https://apigateway.{region}.amazonaws.com, http://apigateway.{region}.amazonaws.com.cn, https://apigateway.{region}.amazonaws.com.cn.

4 operations 3 paths 16 schemas 1 DELETE1 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
2015-07-09
Base URL
https://{bucketname}.s3.amazonaws.com
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

APIs.io Engineering Platform Stream Audio Tracks API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (hmac). By default, every request must be authenticated.

  • hmac — Amazon Signature authorization v4

Paths & Operations 4

Across 3 paths, the API surfaces 4 operations — 1 DELETE, 1 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Stream Audio Tracks 4
GET
/accounts/{account_id}/stream/{identifier}/audio
APIs.io Engineering Platform List additional audio tracks on a video
list-audio-tracks 2 params → 4XX200
DELETE
/accounts/{account_id}/stream/{identifier}/audio/{audio_identifier}
APIs.io Engineering Platform Delete additional audio tracks on a video
delete-audio-tracks 3 params → 4XX200
PATCH
/accounts/{account_id}/stream/{identifier}/audio/{audio_identifier}
APIs.io Engineering Platform Edit additional audio tracks on a video
edit-audio-tracks 3 params body → 4XX200
POST
/accounts/{account_id}/stream/{identifier}/audio/copy
APIs.io Engineering Platform Add audio tracks to a video
add-audio-track 2 params body → 4XX200

Schemas 16

The contract defines 16 schemas that model the data the API accepts and returns. The most detailed are stream_api-response-common-failure (4 properties), stream_additionalAudio (4 properties), stream_api-response-common (3 properties), stream_editAudioTrack (2 properties). Each schema is shown below with its type and property counts.

stream_listAudioTrackResponse
stream_copyAudioTrack
object
2 properties 1 required
stream_audio_label
string
A string to uniquely identify the track amongst other audio track labels for the specified video.
stream_editAudioTrack
object
2 properties
stream_audio_identifier
string
The unique identifier for an additional audio track.
stream_account_identifier
string
The account identifier tag.
stream_audio_default
boolean
Denotes whether the audio track will be played by default in a player.
stream_deleted_response
stream_api-response-common
object
3 properties 3 required
stream_addAudioTrackResponse
stream_api-response-common-failure
object
4 properties 4 required
stream_audio_state
string
Specifies the processing status of the video.
stream_messages
array
stream_additionalAudio
object
4 properties
stream_api-response-single
object
stream_identifier
string
A Cloudflare-generated unique identifier for a media item.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

engineering-platform-stream-audio-tracks-api-openapi.yml Raw ↑