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

Zencoder Inputs API

Operations for getting input details and progress.

Zencoder Inputs API is one of 5 APIs that Zencoder publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Inputs. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, and authentication docs.

This API exposes 2 operations across 2 paths, and defines 2 schemas. It is described by OpenAPI 3.0.0, at version 2.0.0.

Requests are made against a single base URL, https://app.zencoder.com/api/v2.

2 operations 2 paths 2 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
2.0.0
Base URL
https://app.zencoder.com/api/v2
Resource Areas
1

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

Inputs 2

Operations for getting input details and progress.

GET
/inputs/{input_id}
Get Input Details
getInputDetails 5 params → 200403422500
GET
/inputs/{input_id}/progress
Get Input Progress
getInputProgress 5 params → 200403422500

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are InputMediaFile (25 properties), InputProgressResponse (5 properties). Each schema is shown below with its type and property counts.

InputProgressResponse
object
Progress in the processing of a job input file
5 properties
InputMediaFile
object
Object containing properties for the input media file.
25 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zencoder-inputs-api-openapi.yml Raw ↑

Other APIs Zencoder publishes across the network.

Zencoder Accounts API
Zencoder Jobs API
Zencoder Outputs API
Zencoder Reports API