Skip to main content
POST
/
image
/
rate
cURL
curl --request POST \
  --url https://api.example.com/image/rate \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "results": [
      {
        "error": {
          "code": "<string>"
        },
        "status": "<unknown>",
        "url": "<string>"
      }
    ],
    "task": {
      "cost": "<string>",
      "id": "<string>",
      "status": "<unknown>"
    }
  }
}

Authorizations

Authorization
string
header
required

Mynth API key sent as Authorization: Bearer <api-key>.

Response

Rate images synchronously

data
object
required