Welcome to the Krea Prompts API!

This API allows you to access the prompts and their generations.

You can use the search query parameter in the /prompts/ endpoint to search for prompts by their title or content.

Click here to access the Prompts API documentation.

GET /?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "prompts": "http://devapi.krea.ai/prompts/?format=api"
}