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

Narakeet Video API

Build video from a Markdown script and assets packaged as a zip archive.

Narakeet Video API is one of 4 APIs that Narakeet publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Video. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 3 operations across 3 paths, and defines 4 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://api.narakeet.com.

3 operations 3 paths 4 schemas 2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://api.narakeet.com
Authentication
API Key
Contact
Resource Areas
1

Authentication & Security 1

Narakeet Video API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-api-key (apiKeyAuth). By default, every request must be authenticated.

Paths & Operations 3

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

Video 3

Build video from a Markdown script and assets packaged as a zip archive.

GET
/video/upload-request/zip
Request a video upload token
createVideoUploadRequest → 200401429
POST
/video/build
Trigger a video build
buildVideo body → 200401429
GET
/status
Poll a build status URL
pollBuildStatus → 200

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are BuildStatus (7 properties), UploadRequest (4 properties), VideoBuildRequest (3 properties), BuildTask (1 property). Each schema is shown below with its type and property counts.

VideoBuildRequest
object
3 properties 1 required
BuildStatus
object
The state of an asynchronous build, returned when polling the status URL.
7 properties
BuildTask
object
Response from a polling audio build or a video build.
1 property
UploadRequest
object
Pre-signed upload location and identifiers for a video zip archive.
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

narakeet-video-api-openapi.yml Raw ↑

Other APIs Narakeet publishes across the network.

Narakeet Account API
Narakeet Text to Speech API
Narakeet Voices API