Register Your App

Request OAuth credentials to start building on Orshot


To build an app that connects to Orshot on behalf of users, you need a client ID and client secret. Register your app through our Developer Program and we'll review it.

What You'll Need to Provide#

When registering your app, include the following details:

FieldDescriptionExample
App NameThe name users will see on the consent screen"Acme Image Generator"
DescriptionA short description of what your app does"Generates social media images from Orshot templates"
LogoA square logo (at least 128×128px)Upload via the form
Redirect URIsWhere Orshot redirects after authorizationhttps://acme.com/callback
Scopes NeededThe permissions your app requiresworkspace:read, render:generate
App TypeWeb app, CLI tool, desktop app, or IDE extension"Web app"
Website URLYour app's website or landing pagehttps://acme.com
Privacy PolicyURL to your privacy policyhttps://acme.com/privacy

Register Your App#

Sign in to your Orshot account and submit your app through the Developer Program:

Register Your App →

What Happens Next#

  1. Submit your app — Fill out the registration form with your app details
  2. We review it — We'll check your app details and intended use case (1–3 business days)
  3. Receive credentials — Once approved, your client_id and client_secret will appear in the Developer Program dashboard
  4. Start building — Use the credentials to implement OAuth in your app

Redirect URI Rules#

Orshot validates redirect URIs strictly. Here's what's supported:

  • HTTPS URLshttps://your-app.com/callback (required for production)
  • Localhosthttp://localhost:3000/callback (any port, for development)
  • Custom schemesvscode://your-extension/callback, cursor://, claude:// (for IDE extensions and desktop apps)

You can register multiple redirect URIs. The redirect_uri parameter in the authorization request must exactly match one of the registered URIs (localhost ports are flexible).

Keep Your Secret Safe#

  • Never expose your client_secret in client-side code (browser JavaScript, mobile apps)
  • Store it in environment variables or a secrets manager
  • If your secret is compromised, email us immediately for rotation
  • For public clients (SPAs, mobile apps), use PKCE without a client secret

All Set? Let's Start Automating

Get Your API Key →
  • Image, PDF and Video Generation via API
  • Canva like editor with AI and smart features
  • No-Code Integrations (Zapier, Make, n8n etc.)
  • Embed Orshot Studio in your app
  • Start Free. No credit card required. Cancel anytime.