Endpoint
Request
This endpoint does not require any parameters. Simply make a GET request to receive a suggestion.Response
Returns a string containing the suggested prompt text.A creative prompt suggestion generated by AI that you can use for image generation
Example request
Example response
Response details
The response is returned as a JSON-encoded string. The suggestion is generated fresh on each request and is not cached.Error codes
Internal server error - The suggestion service failed to generate a prompt
Usage tips
- Call this endpoint when users need inspiration for their image prompts
- The suggestions are dynamically generated and will vary on each request
- Use the returned suggestion directly with the generate image endpoint