š New Models Available: grok-4 now live!
ā Explore New Features
{
"botType": "MID_JOURNEY",
"base64": "data:image/png;base64,xxx"
}
curl --location --request POST 'https://api.cometapi.com/mj/submit/describe' \
--header 'Authorization: Bearer {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"botType": "MID_JOURNEY",
"base64": "data:image/png;base64,xxx"
}'
{
"code": 1,
"description": "Submit successfully",
"properties": {},
"result": 1320098173412546
}