Authorization: Bearer ********************
{
"prompt": "dog"
}
curl --location --request POST 'http://127.0.0.1:8085/api/ideogram/text2img' \
--header 'Access-Token: 12345678' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "dog"
}'
{
"code": 0,
"message": "成功",
"data": {
"user_id": "UMxfIhU5TTCDP0SRr4eISQ",
"caption": "take a dog",
"request_id": "rTxFTKFhT8-E5deROuAcqg",
"response_ids": [],
"rejected_prompt_id": null,
"status": null,
"aspect_ratio": "3:2",
"seed": 287845921
}
}