📄️ Quick Start
The Predis.ai API allows developers programmatic access to the Predis.ai's content creation flow. The API is a RESTful JSON API with which you can interact from any language or framework with a HTTP library.
📄️ API Pricing
Simple and transparent pricing to get you AI-enabled quickly.
📄️ Authorization
All Predis.ai API enpoints require a valid API Key authorization to get successful responses. Developers can sign up to Predis.ai to request an API key.
📄️ Configuring Webhooks
All the posts created via Predis.ai API have a lifecycle and take different states. The possible states that a post can take is inProgress, completed and error. Once a request is made to generate a post, the inProgress state is notified in the response itself. The remaining two states - completed and error will be notified via the webhooks configured by you.
📄️ Setting Up Your Brand
In some cases, you might want to generate your posts following some specific Brand Guidelines like colors, fonts, logos, etc. It is possible to create such branded posts via API given you have setup your Brand in Predis.ai App.
📄️ Rate Limiting
All Predis.ai API endpoints are rate-limited. If you hit your API rate limits, you will get a HTTP status code 429 in the response.
🗃️ API Documentation
4 items
🗃️ Examples
9 items