Doodle Generation

FREEMIUM
By SimplyNeural | Updated 4 дня назад | Video, Images
Health Check

0%

README

Doodle Generation

The Doodle Generation Model is an innovative and interactive system that transforms textual prompts into creative and expressive doodles. Leveraging advanced machine learning techniques, this model harnesses the power of artificial intelligence to generate visually captivating doodles that reflect the essence of the given prompts. Developed with state-of-the-art technologies, the model is an engaging tool for artistic expression and inspiration.
image

Request Parameters :

  • prompt: The model generates a doodle based on this prompt.
  • return_url: If set to true, the response will include the image_url; otherwise, it will return the base64 image. Note that the output image URL will be valid for only 3 days. After this period, you won’t be able to access the output image using the provided URL.
curl -X POST "https://doodle-generation.p.rapidapi.com/simplyneural/doodle_generation/uri" \
-H "content-type: application/json" \
-H "X-RapidAPI-Key: PLACE_YOUR_API_KEY_HERE" \
-H "X-RapidAPI-Host: doodle-generation.p.rapidapi.com" \
-d '{
  "input": {
    "prompt": "YOUR_PROMPT",
    "return_url": true
  }
}'

Response

# if return_url is true
{
"output": ["Output image url"]
}

# if return_url is false
{
"output": ["base64 image"]
}
Followers: 0
API Creator:
Rapid account: Simply Neural
SimplyNeural
simplyneural
Log In to Rate API
Rating: 5 - Votes: 1