# SpicyAPI > One REST API for uncensored image, image-editing, video and chat generation. Pay per generation from a dollar balance — no subscriptions, no GPUs to run. Includes our own POV video fine-tunes, which work from a single call with no prompt engineering. Base URL: https://api.spicyapi.com Authentication: `Authorization: Bearer sk-spicy-…` (create a key in the dashboard). Notes for agents: - Image and video outputs are returned as durable CDN URLs. - Inputs to image editing and image-to-video must be URLs your own account generated; uploads and third-party URLs are rejected. - Video generation is asynchronous: create a task, then poll it. - All content must depict consenting adults; prompts are screened before billing. ## Docs - [Documentation](https://www.spicyapi.com/docs): guides, authentication, endpoints and webhooks. - [Pricing](https://www.spicyapi.com/pricing): per-generation pricing for every model. ## API Reference - [List Models](https://www.spicyapi.com/docs/api/list-models.md): `GET /v1/models` — List every model available to your account. - [Get Account](https://www.spicyapi.com/docs/api/get-account.md): `GET /v1/account` — Read your balance and account status. - [Create Image](https://www.spicyapi.com/docs/api/create-image.md): `POST /v1/images/generations` — Generate one or more images from a text prompt. - [Edit Image](https://www.spicyapi.com/docs/api/edit-image.md): `POST /v1/images/edits` — Edit an image you generated earlier, guided by a prompt. - [List Images](https://www.spicyapi.com/docs/api/list-images.md): `GET /v1/images` — List the images your account has generated. - [Create Video](https://www.spicyapi.com/docs/api/create-video.md): `POST /v1/videos/generations` — Start a video generation. Returns a task to poll. - [Get Video Task](https://www.spicyapi.com/docs/api/get-video-task.md): `GET /v1/videos/tasks/{id}` — Check a video task and collect the finished clip. - [Create Chat Completion](https://www.spicyapi.com/docs/api/chat-completions.md): `POST /v1/chat/completions` — OpenAI-compatible uncensored chat, with streaming. ## Full text - [All endpoints](https://www.spicyapi.com/llms-full.txt)