DOCUMENT:
Text to Image | Clipdrop APIs
Request Body Parameters
prompt (required)
- Type: text
- Required: Yes
- Description: A text description of the desired image, with a maximum length of 1000 characters.
- Example: "shot of vaporwave fashion dog in miami"
Example Requests
CURL Example
curl -X POST <https://clipdrop-api.co/text-to-image/v1> \\\\
-H 'x-api-key: YOUR_API_KEY' \\\\
-F 'prompt=shot of vaporwave fashion dog in miami' \\\\
-o result.png