All error codes

invalid_image_description

HTTP 422 Image description is not valid

What happened

The description is longer than 1000 characters, or it contains an angle bracket (< or >).

What to do

Shorten the description and remove < and >, then send the request again.

Retrying

Fix the request and send it again.

How it arrives

{
    "type": "https://docs.fiberax.com/errors/invalid_image_description",
    "title": "Image description is not valid",
    "status": 422,
    "code": "invalid_image_description",
    "request_id": "a277dcd1ca652c65"
}

Branch your code on code, never on the wording of title.