TIMERS STUDIO
MASTER YOUR FLOW

Timers Studio REST API

53 standard HTTP endpoints, Bearer token authentication, a real-time Server-Sent Events stream, OpenAPI 3.1 spec. Build Stream Deck panels, trigger vMix scenes, wire up n8n workflows, or script anything. Every action in Timers Studio is one REST call away.

Four clicks to your first key

Open your dashboard

Sign in to your Timers Studio account and locate API & Integrations in the left sidebar. This section lists every key you have generated, their scopes, last usage, and status.

Start a new key

Click the Generate New Key button on the top right. A creation panel opens where you will name the key, pick permissions, restrict it to a single studio, and choose its expiration window.

Choose scopes and scope

Give the key a memorable name (for example, "Stream Deck Control Room 1"). Toggle the four permission levels: Read for telemetry, Transport for playback, Mutation for data changes, Admin for settings. Restricting the key to a single studio is safer because a leaked key only exposes that studio.

Copy the secret once

Your key appears only on this screen. Copy it into a password manager or directly into your automation tool. Closing the dialog makes the secret unrecoverable, but you can always revoke it and generate a new one from the same page.

The studio ID sits under the root

Every Timers Studio URL, whether you are calling the API or sharing a link, puts the studio ID directly under the domain root. Pick the matching namespace and append the ID.

Any tool that speaks HTTP

No SDK to install. No vendor lock-in. If your tool can send a Bearer token, it can control Timers Studio.