SpicyAPIspicyAPIV1
Chat with usPricingDashboard
V1 DocumentationV1 API Reference
V1 API Reference
Core
GETList ModelsGETGet Account
Images
POSTCreate ImagePOSTEdit ImageGETList Images
Video
POSTCreate VideoGETGet Video Task
Chat
POSTCreate Chat Completion
V1 API Reference

API Reference

One REST API for uncensored image, video and chat generation. Every endpoint takes JSON, returns JSON, and bills per generation from your balance.

Building with an AI assistant? Point it at /llms.txt or append .md to any reference page.

Core

GET/v1/modelsList every model available to your account.GET/v1/accountRead your balance and account status.

Images

POST/v1/images/generationsGenerate one or more images from a text prompt.POST/v1/images/editsEdit an image you generated earlier, guided by a prompt.GET/v1/imagesList the images your account has generated.

Video

POST/v1/videos/generationsStart a video generation. Returns a task to poll.GET/v1/videos/tasks/{id}Check a video task and collect the finished clip.

Chat

POST/v1/chat/completionsOpenAI-compatible uncensored chat, with streaming.