Skip to main content
The Market or Die API lets you do everything the composer does — from your own code: schedule posts, fan them out to X, LinkedIn, YouTube, and Instagram, list your queue, and read your team’s leaderboard.

Base URL

https://api.marketordie.io/v1
All endpoints are versioned under /v1 and return JSON.

Authentication

Send your API key as a bearer token on every request:
Authorization: Bearer mod_live_…
Create keys in the app under Profile → API keys. See Authentication for details.

Responses

Every response is wrapped in a consistent envelope.
{ "data": { "...": "..." } }

Quickstart

Create a key and ship your first post in two calls.

Authentication

How API keys work and how to keep them safe.