curl --location 'http://dev-cn.your-api-server.com/v3/img2prompt' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '{
"image_file": "{{base64 encoded image}}",
"extra": {
"enterprise_plan": {
"enabled": false
}
}
}'{
"prompt": "{{image prompt content}}"
}