modelApiDoc_getStartedBeforeModelideogram/ideogram-v2/generatemodelApiDoc_getStartedAfterModel modelApiDoc_getStartedMid modelApiDoc_schemaLinkmodelApiDoc_getStartedAfterSchema
curl --request POST \
--url https://model-api.runcomfy.net/v1/models/ideogram/ideogram-v2/generate \
--header "Content-Type: application/json" \
--header "Authorization: Bearer <token>" \
--data '{
"prompt": "A photo of a fashion lookbook spread with a sustainable clothing item. There is a natural cotton dress with a linen tag attached to it. The tag has the text \"Wear the Change You Wish to See\". The background is a sunlit forest. The styling and setting have soft, earthy tones. The text is subtle but stylish, blending into the fabric's texture. The overall look is modern, mindful, and eco-conscious."
}'modelApiDoc_authP1 YOUR_API_TOKEN modelApiDoc_authP2 modelApiDoc_profilemodelApiDoc_authP3 Authorization modelApiDoc_authP4 Authorization: Bearer $YOUR_API_TOKENmodelApiDoc_authP5
modelApiDoc_submitBody
curl --request POST \
--url https://model-api.runcomfy.net/v1/models/ideogram/ideogram-v2/generate \
--header "Content-Type: application/json" \
--header "Authorization: Bearer <token>" \
--data '{
"prompt": "A photo of a fashion lookbook spread with a sustainable clothing item. There is a natural cotton dress with a linen tag attached to it. The tag has the text \"Wear the Change You Wish to See\". The background is a sunlit forest. The styling and setting have soft, earthy tones. The text is subtle but stylish, blending into the fabric's texture. The overall look is modern, mindful, and eco-conscious."
}'modelApiDoc_monitorBody
curl --request GET \
--url https://model-api.runcomfy.net/v1/requests/{request_id}/status \
--header "Authorization: Bearer <token>"modelApiDoc_retrieveBody
curl --request GET \
--url https://model-api.runcomfy.net/v1/requests/{request_id}/result \
--header "Authorization: Bearer <token>"modelApiDoc_cancelBody
curl --request POST \
--url https://model-api.runcomfy.net/v1/requests/{request_id}/cancel \
--header "Authorization: Bearer <token>"modelApiDoc_hostedFileBody
{
"type": "object",
"title": "modelApiDoc_navInputSchema",
"required": [
"prompt"
],
"properties": {
"prompt": {
"title": "Prompt",
"description": "",
"type": "string",
"default": "A photo of a fashion lookbook spread with a sustainable clothing item. There is a natural cotton dress with a linen tag attached to it. The tag has the text \"Wear the Change You Wish to See\". The background is a sunlit forest. The styling and setting have soft, earthy tones. The text is subtle but stylish, blending into the fabric's texture. The overall look is modern, mindful, and eco-conscious."
},
"style": {
"title": "Style",
"description": "",
"type": "string",
"enum": [
"auto",
"general",
"realistic",
"design",
"render_3D",
"anime"
],
"default": "auto"
},
"aspect_ratio": {
"title": "Aspect Ratio (W:H)",
"description": "",
"type": "string",
"enum": [
"3:1",
"16:9",
"16:10",
"3:2",
"4:3",
"1:1",
"3:4",
"2:3",
"10:16",
"9:16",
"1:3"
],
"default": "1:1"
},
"expand_prompt": {
"title": "Magic Prompt",
"description": "",
"type": "boolean",
"default": true
},
"negative_prompt": {
"title": "Negative Prompt",
"description": "",
"type": "string",
"default": ""
},
"seed": {
"title": "Seed",
"description": "",
"type": "integer",
"default": 166035072,
"maximum": 2147483647,
"minimum": 0
}
}
}{
"output": {
"type": "object",
"properties": {
"image": {
"type": "string",
"format": "uri",
"description": "modelApiDoc_outDescImage"
},
"video": {
"type": "string",
"format": "uri",
"description": "modelApiDoc_outDescVideo"
},
"images": {
"type": "array",
"description": "modelApiDoc_outDescImages",
"items": {
"type": "string",
"format": "uri"
}
},
"videos": {
"type": "array",
"description": "modelApiDoc_outDescVideos",
"items": {
"type": "string",
"format": "uri"
}
}
}
}
}RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Models, enabling artists to harness the latest AI tools to create incredible art.