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 Accounts API

Operations for managing accounts.

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

Tagged areas include Accounts. 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 4 operations across 3 paths, and defines 3 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.

4 operations 3 paths 3 schemas 1 GET1 POST2 PUT

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 4

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

Accounts 4

Operations for managing accounts.

POST
/account
Create an Account
createAccount 1 param body → 200403422500
GET
/account
Get Account Details
getAccountDetails 2 params → 200403500
PUT
/account/integration
Turn on Integration Mode
turnOnIntegration 2 params → 204403500
PUT
/account/live
Turn off Integration Mode
turnOffIntegration 2 params → 204403500

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are CreateAccountFields (8 properties), GetAccountDetailsResponse (6 properties), CreateAccountResponse (2 properties). Each schema is shown below with its type and property counts.

GetAccountDetailsResponse
object
6 properties
CreateAccountFields
object
Required fields for a request to create a free test account on Zencoder
8 properties 6 required
CreateAccountResponse
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zencoder-accounts-api-openapi.yml Raw ↑

Other APIs Zencoder publishes across the network.

Zencoder Inputs API
Zencoder Jobs API
Zencoder Outputs API
Zencoder Reports API