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

Yodeck Media API

Images, videos, documents, web pages, and app content assets.

Yodeck Media API is one of 7 APIs that Yodeck publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 5 operations across 2 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://app.yodeck.com/api/v1.

5 operations 2 paths 4 schemas 1 DELETE2 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

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

Authentication & Security 1

Yodeck Media API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (tokenAuth). By default, every request must be authenticated.

  • tokenAuth — Named, role-scoped API token generated in the Yodeck console (Account Settings Advanced Settings API Tokens). The token acts as a user with the permissions of…

Paths & Operations 5

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

Media 5

Images, videos, documents, web pages, and app content assets.

GET
/media/
List media assets
listMedia 2 params → 200401
POST
/media/
Create or upload a media asset
createMedia body → 201401
GET
/media/{id}/
Retrieve a media asset
getMedia 1 param → 200404
PATCH
/media/{id}/
Update a media asset
updateMedia 1 param body → 200
DELETE
/media/{id}/
Delete a media asset
deleteMedia 1 param → 204

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are Media (6 properties), MediaList (4 properties), MediaInput (4 properties), Error (1 property). Each schema is shown below with its type and property counts.

Media
object
6 properties
MediaInput
object
4 properties 1 required
Error
object
1 property
MediaList
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

yodeck-signage-media-api-openapi.yml Raw ↑

Other APIs Yodeck publishes across the network.

Yodeck Layouts API
Yodeck Playlists API
Yodeck Schedules API
Yodeck Screens API
Yodeck Shows API
Yodeck Workspaces API