Authorization: Bearer ********************
{
"botType": "MID_JOURNEY",
"prompt": "沙滩、阳光、风筝、长发女孩、甜美微笑"
}
curl --location --request POST 'https://api.gpt.ge/mj/submit/imagine' \
--header 'Content-Type: application/json' \
--data-raw '{
"botType": "MID_JOURNEY",
"prompt": "沙滩、阳光、风筝、长发女孩、甜美微笑"
}'
{
"code": 1,
"description": "Submit success",
"result": "1725017986212425",
"properties": {
"discordChannelId": "1278917486263402612",
"discordInstanceId": "1550466896007176192"
}
}