transcriptfetchGitHubDashboard
API reference

region_blocked · 4005 · HTTP 422

The video is geo-restricted for the fetch region.

Example response

{
  "ok": false,
  "request_id": "req_…",
  "error": {
    "code": "region_blocked",
    "number": 4005,
    "message": "The video is geo-restricted for the fetch region.",
    "docs": "https://transcriptfetch.com/docs/errors/region_blocked"
  }
}

Every failure carries error.code, error.number, error.message and error.docs, plus at most one of retry_with (the request change that would succeed), details (structured specifics) or issues (validation problems). Family: 4xxx · the media has no transcript to give.

What it means

Region blocked. The video is geo-restricted for the fetch region.

Shown to end users as: “This video appears to be region-restricted.

Why it happens

  • Region blocked. The video is geo-restricted for the fetch region.

What to do

  • Permanent for this input: the same request will fail the same way, so do not retry unchanged. Failed requests are never charged.
  • AI transcription would not help here: the content itself is not accessible to fetch.
Retryable? No, this is permanent for this input. Every error response carries a request_id; include it when contacting support.

Related errors

region_blocked (4005, HTTP 422) · TranscriptFetch API error