ON.1-API 文档、API 调试、API Mock、API 自动化测试!
curl --location --request POST 'https://api.rcouyi.com/ideogram/upscale' \
--form 'image_file=@""' \
--form 'image_request="{\"resemblance\":50,\"magic_prompt_option\":\"AUTO\",\"prompt\":\"A%20serene%20tropical%20beach%20\",\"seed\":12345,\"detail\":50}"'
{
"created": "2024-10-30T22:08:25.135544+00:00",
"data": [
{
"is_image_safe": true,
"prompt": "A serene and picturesque tropical beach scene, featuring a pristine stretch of soft, golden sand. The gently rolling waves of the turquoise ocean caress the shoreline, creating a soothing ambiance. Palm trees sway gracefully, casting dappled shadows on the sand, while a few seagulls fly overhead. A small, vibrant coral reef is visible beneath the surface of the water, teeming with colorful fish and marine life. The sun casts a warm, golden glow over the entire scene.",
"resolution": "1120x732",
"seed": 12345,
"style_type": null,
"url": "https://ideogram.ai/api/images/ephemeral/lRIm5aj3Rx24jvjBrcOlOw.png?exp=1730412562&sig=e365544046272397c7373aab9bfc5d41eab2e36de49cfb5659e86bf41b0e0d48"
}
]
}