# Do0p AI — Machine-Readable Documentation Index > Do0p is an enterprise generative media platform powered by Google Flow & Veo diffusion models with automated mathematical reverse-alpha watermark removal. ## Core API Endpoints (Base URL: https://do0p.com/api/v1) - [Image Generation](https://do0p.com/docs#images): POST /images/generations - Nano Banana Pro (2K, 1.0 credit), Nano Banana 2 (2K, 0.8 credits), Nano Banana 2 Lite (1K, 0.5 credits) - [Image Upscaler](https://do0p.com/docs#upscale): POST /images/upscale - 2K super-resolution Lanczos scaling (0.5 credits) - [Video Synthesis](https://do0p.com/docs#videos): POST /videos/generations - Omni 1.1 Flash Veo 720p HD (4s=7cr, 6s=10cr, 8s=14cr, 10s=18cr). Frames & Ingredients modes. - [Video Status Check](https://do0p.com/docs#videos): GET /videos/generations/{id} - Check status (queued, processing, completed, failed) - [Watermark Removal](https://do0p.com/docs#watermark): POST /watermark/remove - Mathematical reverse-alpha inversion for images and MP4 (0.2 credits) - [Check Credits](https://do0p.com/docs#credits): GET /user/credits - Query balance and transaction history - [Model Catalog](https://do0p.com/docs#models): GET /models - List available models and live pricing - [Webhooks](https://do0p.com/docs#webhooks): Webhook delivery for asynchronous generation events with HMAC-SHA256 signature verification - [Error Codes & Safety Moderation](https://do0p.com/docs#errors): Standardized failure structures (`unsafe_prompt`, `insufficient_credits`, `generation_error`, `request_timeout`) with guaranteed 100% credit restoration (`credits_refunded: true`) ## AI Agent & Protocol Integrations - [Model Context Protocol (MCP)](https://do0p.com/docs#mcp): Remote SSE endpoint at `https://do0p.com/api/mcp?key=YOUR_API_KEY` with 6 production tools: `generate_flow_image`, `generate_flow_video`, `remove_watermark`, `get_generation_status`, `check_credits`, `list_models` - [OpenAPI Specification](https://do0p.com/api/v1/openapi.json): Standard OpenAPI 3.0.3 JSON with full request/response schemas for Custom GPTs, LangChain, and AutoGen - [Terminal MCP Installer](https://do0p.com/api/mcp/install): `curl -sSL "https://do0p.com/api/mcp/install?key=YOUR_KEY" | bash` ## Full Documentation for AI Agents - For complete un-truncated context, schemas, parameter tables, and SDK code examples in cURL, Python, and TypeScript, fetch [llms-full.txt](https://do0p.com/llms-full.txt).