Image to Text (describe)
POST
/api/v1/nova/describeYou can use Midjourney to describe an image that you upload and define. Describe is useful when you want to convert an image to text prompt.
Please make sure the image is not huge, file size less than 1MB is recommended.
If you don't know where to upload your image, you can use this tool to upload your image to our server, and copy the image URL.
Request
The public URL for the image.
The reference metadata which will return as part of the webhook.
The webhook URL which the response will send to, the payload of this webhook is same as our Message endpoint.
Custom timeout, default to 900 in seconds
{
"url": "https://cdn.discordapp.com/attachments/123/123/123.png"
}
Request samples
Responses
The status of the request.
The messageId of the request, which will be used for querying the progress, sending subsequential actions later, etc.
The timestamp of the job creation.
The error message, if any
{
"success": true,
"messageId": "d15c1541-229a-442b-9873-d3494dede12a",
"createdAt": "2023-08-01T14:03:01.817Z"
}