Our API is RESTful, fully-featured, and easy to integrate with. You can create draft posts, schedule them, generate AI copy and more. You can use your favorite HTTP/REST library that is available for your programming language to make HTTP calls. You must send json payloads in your requests and expect to get json responses.
API flow
The steps below explain the flow of how API requests are handled and how you should be making requests and getting responses back.
Step 1 - Authenticate
Every request must be authenticated, and is rate limited. You must send your API key as part of every request.