Interface RESTAPIErrorCaptchaRequired

This is thrown when you need to solve a captcha to complete the request.

Hierarchy

Properties

data: {
    captcha_url: string;
    type: "fun_captcha" | "recaptcha";
}

Type declaration

  • captcha_url: string

    Open this url in any browser, solve it, then make the exact same request again.

  • type: "fun_captcha" | "recaptcha"

The error returned by the API

error_description: "Human verification is required"

Brief description of the error

status: 403

Status code of the error

Generated using TypeDoc