API

ShotDesk API Reference

Build on top of ShotDesk. Automate your agency workflows programmatically.

Private beta

The ShotDesk public API is currently in private beta. Join the waitlist to get early access.

Planned endpoints

GET  /v1/clients          List all clients
POST /v1/clients          Create a client
GET  /v1/clients/:id      Get a client
GET  /v1/projects         List all projects
POST /v1/scripts/generate Generate a script
GET  /v1/invoices         List invoices
POST /v1/invoices         Create an invoice

Authentication

ShotDesk uses Bearer token authentication. Include your API key in the Authorization header of every request.

Authorization: Bearer sk_live_your_api_key_here

API keys are available on Pro and Agency plans.