BrawdPosts REST API
Integrate AI content generation, scheduling, and analytics into your own applications with our REST API.
Base URL:
https://api.brawdposts.comAuthentication
All API requests require a Bearer token in the Authorization header. Generate API keys from your dashboard.
Authorization: Bearer bp_live_your_api_keyContent
POST
/v1/generateGenerate AI content for a specific platform
POST
/v1/repurposeRepurpose content from a URL, PDF, or text
Media
POST
/v1/images/generateGenerate AI images from a text prompt
POST
/v1/videos/generateGenerate short-form AI videos with voiceover
Posts
GET
/v1/postsList all posts with pagination and filtering
POST
/v1/postsCreate a new post (draft or scheduled)
PATCH
/v1/posts/:idUpdate an existing post
DELETE
/v1/posts/:idDelete a post
Scheduling
POST
/v1/scheduleSchedule a post for future publishing
Analytics
GET
/v1/analyticsGet content analytics and performance metrics
Account
GET
/v1/creditsGet current credit balance and usage
Rate Limits
Standard endpoints100 requests/minute
AI generation endpoints20 requests/minute
Media endpoints (images/videos)10 requests/minute
For full API documentation with request/response schemas, error codes, and SDKs, visit the interactive docs.