Pricing

BlackTwist

Build on BlackTwist

Schedule posts, pull analytics, and manage Threads & Bluesky accounts with a simple REST API. Connect to any tool, any language, any workflow.

Get your API key
Join 3,134 creators and companies

Up and running in three steps

Create a key, make a request, build your integration.
1
Create an API keyOpen Settings › API tab › Create key.
2
Make your first requestA single curl to /api/v1/providers to verify everything works.
3
Build your integrationUse our docs, Postman collection, or connect to your favorite automation tool.
Create free accountRead the API documentation →

Everything you need to integrate with BlackTwist

Schedule and manage postsCreate posts, threads, and drafts. Set schedule times, edit content, and reschedule — all via API.
Pull analytics programmaticallyEngagement metrics, follower growth, posting consistency, and personalized recommendations. Build dashboards or pipe data into your tools.
Automate your workflowSet up follow-up replies, configure auto-repost, and manage time slots. Let your systems handle the repetitive work.
Simple RESTful designStandard HTTP methods, JSON responses, Bearer token auth. If you can make an HTTP request, you can use BlackTwist.

Connect to your favorite tools

The REST API works with any platform that can make HTTP requests.
ZapierConnect Threads to 7,000+ apps
MakeVisual automation workflows
n8nSelf-hosted workflow automation
PipedreamCode-first integration platform
RetoolBuild internal dashboards
Custom AppsPython, Node.js, Go — any language

Up and running in minutes

# List your connected accounts
curl https://blacktwist.app/api/v1/providers \
  -H "Authorization: Bearer bt_api_your_key"
# Schedule a post for tomorrow
curl -X POST https://blacktwist.app/api/v1/posts \
  -H "Authorization: Bearer bt_api_your_key" \
  -H "Content-Type: application/json" \
  -d '{
    "providerId": "your_provider_id",
    "posts": [{"text": "Hello from the API!"}],
    "scheduleAt": "2026-04-08T09:00:00"
  }'

Your keys, your control.

We take API security seriously. You decide what gets access, and you can revoke it in one click.
Keys are encrypted and never stored in plain text
Each key is shown once—copy it, then it’s gone
Create separate keys for different integrations
See when each key was last used
Revoke any key instantly with one click

3,000+ creators already use BlackTwist to grow on Threads

Get your API key

Free plan. No credit card.

Frequently asked questions

Schedule posts, pull analytics, manage drafts, track followers, configure follow-ups. Full CRUD access to your BlackTwist account.
The MCP Server is for AI assistants (Claude, Cursor). The REST API is for developers building custom integrations, automations, and apps. Same capabilities, different interface.
No. The API is included in every plan. Some analytics endpoints require a paid plan.
Create an API key in Settings › API. Pass it as Authorization: Bearer bt_api_... or X-Api-Key: bt_api_...
Yes. Two layers: 60 requests per minute per account (the main throttle — creating additional API keys doesn’t increase this limit) and 300 requests per minute per IP address as a safety net. Exceeding either returns a 429 response.
Yes, download it from here.

Your Threads growth starts here.

Schedule smarter. Grow faster. Start free.
Join 3,134 creators and companies
Built with
Shipped.club


© Copyright 2026 BlackTwist. All rights reserved.