Skip to content
Eden Engine

Douyin Video File Info (by Video ID)

omnial/douyin-app-fetch-video-high-quality-play-url

Given a Douyin video's aweme_id, returns that video's file details: a numeric video id confirmation, the file size in bytes and megabytes, and the video's content type (e.g. video/mp4). An unrecognized or nonexistent aweme_id returns an empty result rather than an error.

activeper callv1
Provider
Web & Business Data Network
Category
douyin
Provider price
$0.0102375 per call
Latency p50 / p95
— / —
Success rate
—
Verified
—

Provider list price; Omnial MCP charges provider cost plus a platform markup on top.

Contract

input_schema.json
{
  "type": "object",
  "anyOf": [
    {
      "required": [
        "aweme_id"
      ]
    },
    {
      "required": [
        "share_url"
      ]
    }
  ],
  "properties": {
    "region": {
      "type": "string",
      "examples": [
        "CN"
      ],
      "description": "可选,请求出口地区(ISO 国家代码,如 CN/US/HK),国内用户传 CN 可拿到国内 CDN 域名以加快下载速度 / Optional, ISO country code (e.g. CN/US/HK). Pass CN to get China-region CDN URLs for faster download in mainland China."
    },
    "aweme_id": {
      "type": "string",
      "examples": [
        "7512756548356492544"
      ],
      "description": "Video id"
    },
    "share_url": {
      "type": "string",
      "examples": [
        "https://www.douyin.com/video/7512756548356492544"
      ],
      "description": "Optional, share link"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "video_id": {
      "type": "string",
      "description": "The video's numeric id, echoed back from the input `aweme_id` -- a platform video identifier, not a phone number, despite being a long digit string."
    },
    "file_size": {
      "type": "string",
      "description": "The video file's size in bytes, as a numeric string (e.g. '82274121')."
    },
    "content_type": {
      "type": "string",
      "description": "The video file's MIME content type (e.g. 'video/mp4')."
    },
    "file_size_in_mb": {
      "type": "number",
      "description": "The video file's size in megabytes."
    }
  },
  "description": "The video's file-info record, as returned at routing.responseResultPath ($.output). Observed as `{}` when the given `aweme_id`/`share_url` does not resolve to an existing video -- confirmed against the `invalid-video-not-found` fixture, which still billed $0 (0 billedUnits) for that outcome.",
  "additionalProperties": true
}

Pricing

Every real charge, itemised. A model that quietly omits one is a slow financial leak, so nothing here is rolled up, and a charge that only applies to some inputs says so rather than being added in.

Prices in this catalog are the provider's own list price, not your bill: Omnial MCP charges provider cost plus a platform markup on top, so what you are charged is higher than the figure shown. For the exact amount a specific call will cost, run omnial_execute with dry_run: true; that number includes the markup and is what we hold while the call runs. It is a quote, not a cap on the charge.

ChargeRate
Per call
Flat, regardless of what comes back
$0.0102375
Cost basis
Not recorded

This tool's catalog entry does not record how its final bill is determined, so we will not tell you whether its cost is fixed before the call or reported by the provider afterwards. Either way what is held is a quote rather than a cap: you are charged what the call actually costs, bounded at 2x the quote.

Updated
Sep 23, 2026