š New Models Available: grok-4 now live!
ā Explore New Features
{
"botType": "MID_JOURNEY",
"prompt": "Cat",
"accountFilter": {
"modes": [
"FAST"
]
}
}
curl --location --request POST 'https://api.cometapi.com/mj/submit/imagine' \
--header 'Authorization: Bearer {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"botType": "MID_JOURNEY",
"prompt": "Cat",
"accountFilter": {
"modes": [
"FAST"
]
}
}'
{
"code": 1,
"description": "Submit successfully",
"properties": {},
"result": 1320098173412546
}