# Market or Die ## Docs - [Get current identity](https://docs.marketordie.io/api-reference/account/get-current-identity.md): Returns the org and member the API key acts as, plus its scopes. - [List connected channels](https://docs.marketordie.io/api-reference/channels/list-connected-channels.md): All connected accounts you can post to. Use a channel `id` as a target in `POST /posts`. - [Get the leaderboard](https://docs.marketordie.io/api-reference/leaderboard/get-the-leaderboard.md): Org members ranked by all-time approved points. - [Upload media](https://docs.marketordie.io/api-reference/media/upload-media.md): Upload an image (JPEG, PNG, WebP, or GIF, up to 10MB) and get an `id` to attach to a post via `media`. Send as `multipart/form-data` with a `file` field. - [Create or schedule a post](https://docs.marketordie.io/api-reference/posts/create-or-schedule-a-post.md): Publishes (or schedules) a post to one or more channels. Returns one post object per channel. Omit `scheduled_for` to publish as soon as possible. - [Delete a post](https://docs.marketordie.io/api-reference/posts/delete-a-post.md): Deletes a draft or scheduled post. Already-published posts are removed from your history only (not from the platform). - [Get a post](https://docs.marketordie.io/api-reference/posts/get-a-post.md) - [List posts](https://docs.marketordie.io/api-reference/posts/list-posts.md): Your posts, newest first. Paginated. - [Authentication](https://docs.marketordie.io/authentication.md): How API keys work and how to keep them safe. - [Create an API key](https://docs.marketordie.io/create-api-key.md): Generate, copy, and revoke API keys from the app. - [Errors](https://docs.marketordie.io/errors.md): Error format and status codes. - [Introduction](https://docs.marketordie.io/index.md): The Market or Die REST API — compose, schedule, and ship to every channel programmatically. - [MCP server](https://docs.marketordie.io/mcp-server.md): Connect Market or Die to Claude, ChatGPT, Cursor, or any MCP client and let your AI draft, schedule, and publish posts. - [Quickstart](https://docs.marketordie.io/quickstart.md): Create a key and ship your first post in two calls. - [Rate limits](https://docs.marketordie.io/rate-limits.md): How many requests you can make, and how to handle limits. ## OpenAPI Specs - [openapi](https://docs.marketordie.io/openapi.json)