Prompt Enhancement endpoints share the v1 URL path (
/api/v1/client/prompt/* and /api/v1/client/prompts/samples). v2 clients call them with the same Bearer token and without changes to request structure — they remain stable across API versions.Available Boosters
| Booster | Endpoint | Use Case |
|---|---|---|
| Image Prompt Booster | POST /api/v1/client/prompt/image | Text-to-image generation |
| Video Prompt Booster | POST /api/v1/client/prompt/video | Text/image-to-video generation |
| Speech Prompt Booster | POST /api/v1/client/prompt/speech | Text-to-speech synthesis |
| Image-to-Image Booster | POST /api/v1/client/prompt/image2image | Image transformation (img2img) prompts |
| Sample Prompts | GET /api/v1/client/prompts/samples | Generate creative prompt ideas |
Workflow
Enhance your prompt
Call the appropriate booster endpoint with your raw prompt (e.g.,
POST /api/v1/client/prompt/image).