Doodle Generation

免费增值
通过 SimplyNeural | 已更新 18 days ago | Video, Images
人气

0.2 / 10

延迟

192ms

服务等级

0%

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"]
}
关注者:0
API 创建者:
Rapid account: Simply Neural
SimplyNeural
simplyneural
登录并给 API 打分
打分:5 - 投票:1