Post Generation
The Post Generation API allows you to create AI-powered social media content at scale. With just a prompt, you can generate:
Captions tailored to each platform’s style.
Relevant hashtags optimized for reach and engagement.
Complete post drafts ready to be published.
This API is ideal for:
Automating social media content creation.
Supporting marketing teams, agencies, and SaaS products.
Personalizing posts for different tones, languages, and audiences.
Authentication
All requests to the Post Generation API require a Bearer token passed in the Authorization header:
Authorization: Bearer <your_api_token>The token must have the following permission:
social-post-generation– required to generate, regenerate, list, or delete social media post content.
If the token is missing, expired, or does not include the social-post-generation permission, the API will return a 401 Unauthorized error.
Last updated