Gyazo API

Status Code

codeDescription
200Success
400リクエストパラメータが不正なときにこの値が返ります。
401ユーザーの認証が必要なときにこの値が返ります。
403アクセスする権限がないときにこの値が返ります。
404Not found
422リクエストパラメータが文法的には正しいがサーバーで処理できないときにこの値が返ります。
429Rate limiting
500Unexpected internal error

Rate Limits

APIには使用制限があり、12,500回/日です。
使用制限を超えた場合、ResponseのStatus Codeで429が返ります。

HTTP/1.1 429 Too Many Requests

Error Examples

HTTP/1.1 401 Unauthorized
{
    "message": "This method requires authentication",
    "request": "/api/images",
    "method": "GET"
}