# GenerateBot > AI content creation API. Turn any URL or topic into articles, social media posts, video reels, carousels, and branded images -- with built-in publishing to CMS and social platforms. ## API Reference - [API Documentation](/.well-known/skill.md): Complete endpoint reference with request/response examples, credit costs, and workflow guides - [Agent Prompts](/.well-known/prompts.md): Ready-to-use system prompts for autonomous AI agents (content pipeline, video creation, image rendering, template building, social publishing) ## Quick Start - Base URL: `https://generatebot.com/api/v1` - Auth: Bearer token (`Authorization: Bearer gb_live_...`) - All requests/responses are JSON ## Key Workflows - **Search to Article**: POST /api/v1/agents/news-aggregator (10 credits) -> POST /api/v1/pipelines (100 credits) -> poll GET /api/v1/pipelines/{runId} - **Article to Video**: Extract pipeline results -> POST /api/v1/videos (200 credits) -> poll GET /api/v1/videos/{jobId} - **Branded Images**: GET /api/v1/templates -> POST /api/v1/templates/{id}/render (20 credits) - **Publish**: POST /api/v1/social/post or POST /api/v1/cms/publish (0 credits, requires contentId) ## Credit Costs - Search: 10 | Content generation: 100 | Video: 200 | Template render: 20 | Enrichment: 20 | Standalone agents: 5-15 - Publishing (social + CMS): Free | Content library CRUD: Free