Contract
{
"type": "object",
"required": [
"aweme_id"
],
"properties": {
"aweme_id": {
"type": "string",
"examples": [
"7450114952884503059"
],
"description": "Post ID"
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"delete": {
"type": "number",
"description": "Present as `1` only when the article has been deleted/removed upstream (observed on the `nonexistent-article-not-found` fixture); absent on a real article."
},
"content": {
"type": "string",
"description": "The article's full HTML body on a real article, or a short placeholder string ('该内容已删除') when the article has been deleted -- see `data.delete`."
},
"item_id": {
"type": "number",
"description": "Same precision caveat as `group_id`; use `h5_extra.str_item_id` for the exact value."
},
"audio_id": {
"type": "string",
"description": "Opaque ID for this article's 'listen to article' audio track."
},
"group_id": {
"type": "number",
"description": "The article's group ID as a JS number -- large IDs can lose precision this way (observed rounding on the real-article fixture); use `h5_extra.str_group_id` for the exact value."
},
"h5_extra": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The publishing account's display name."
},
"media": {
"type": "object",
"properties": {
"id": {
"type": "number",
"description": "The publisher's media-channel ID, distinct from `data.media_user_id`."
},
"auth_info": {
"type": "string",
"description": "The publisher's self-published verification badge text, when any."
},
"description": {
"type": "string",
"description": "The publisher's own bio/description."
},
"user_verified": {
"type": "boolean"
}
},
"description": "The publishing account's own public profile fields.",
"additionalProperties": true
},
"title": {
"type": "string"
},
"avatar": {
"type": [
"string",
"null"
],
"description": "Publisher avatar image. Value withheld -- observed `null` on the calibrated fixture; only whether the field is populated is observable, not the image itself."
},
"source": {
"type": "string",
"description": "The publication source label."
},
"itemCell": {
"type": "object",
"properties": {
"itemCounter": {
"type": "object",
"properties": {
"buryCount": {
"type": "number"
},
"diggCount": {
"type": "number",
"description": "Likes."
},
"readCount": {
"type": "number"
},
"showCount": {
"type": "number",
"description": "Impressions."
},
"textCount": {
"type": "number"
},
"repinCount": {
"type": "number"
},
"shareCount": {
"type": "number"
},
"commentCount": {
"type": "number"
},
"forwardCount": {
"type": "number"
},
"videoWatchCount": {
"type": "number"
}
},
"description": "Public engagement counts for the article.",
"additionalProperties": true
}
},
"additionalProperties": true
},
"src_link": {
"type": [
"string",
"null"
],
"description": "Link to the article's original external source, when set. Withheld the same way as `avatar`, observed `null` on the calibrated fixture."
},
"diversity": {
"type": "object",
"properties": {
"publish_loc_info": {
"type": "string",
"description": "e.g. a province name."
}
},
"additionalProperties": true
},
"audio_info": {
"type": "object",
"properties": {
"audioID": {
"type": "number"
},
"audioGroupID": {
"type": "string"
},
"playerSchema": {
"type": [
"string",
"null"
],
"description": "Withheld the same way as `avatar` (an app deep-link URL) -- observed `null` on the calibrated fixture."
},
"audioDuration": {
"type": "number",
"description": "Seconds."
},
"audioWatchBar": {
"type": "string"
},
"audioWatchCount": {
"type": "number"
},
"audioWatchBarContent": {
"type": "string"
},
"audioWatchCountShowText": {
"type": "string"
}
},
"description": "Detail for the 'listen to article' audio track.",
"additionalProperties": true
},
"is_original": {
"type": "boolean"
},
"str_item_id": {
"type": "string",
"description": "Precision-safe string form of `data.item_id`."
},
"publish_time": {
"type": "string",
"description": "Human-readable, e.g. '2024-12-19 21:31'."
},
"str_group_id": {
"type": "string",
"description": "Precision-safe string form of `data.group_id`."
},
"publish_stamp": {
"type": "string",
"description": "Unix seconds, as a string."
}
},
"description": "Article/publisher metadata not duplicated at the top level.",
"additionalProperties": true
},
"is_wenda": {
"type": "number",
"description": "Nonzero when the post is a Q&A-style item."
},
"aggr_type": {
"type": "number"
},
"thumb_image": {
"type": "array",
"items": {
"type": "object",
"properties": {
"uri": {
"type": "string"
},
"url": {
"type": [
"string",
"null"
],
"description": "Withheld, same as `image_detail[].url` -- always `null` when present, since it carries `strip: true`."
},
"width": {
"type": "number"
},
"height": {
"type": "number"
},
"url_list": {
"type": "array",
"items": {
"type": "object",
"properties": {
"url": {
"type": [
"string",
"null"
],
"description": "Withheld, same as `url` -- always `null` when present, since it carries `strip: true`."
}
},
"additionalProperties": true
}
},
"image_type": {
"type": "number"
}
},
"additionalProperties": true
},
"description": "Same shape as `image_detail`, a thumbnail-sized rendition."
},
"title_image": {
"type": "object",
"properties": {
"type": {
"type": "string",
"description": "e.g. 'article'."
},
"title_image_url": {
"type": [
"string",
"null"
],
"description": "Withheld, same as `avatar` -- always `null` when present, since it carries `strip: true`."
},
"title_image_night_url": {
"type": [
"string",
"null"
],
"description": "Withheld, same as `avatar` -- always `null` when present, since it carries `strip: true`."
}
},
"additionalProperties": true
},
"video_count": {
"type": "number"
},
"content_hash": {
"type": "string",
"description": "A short content-version hash. Not observed on the deleted-content fixture."
},
"group_source": {
"type": "number"
},
"image_detail": {
"type": "array",
"items": {
"type": "object",
"properties": {
"uri": {
"type": "string",
"description": "Internal storage path, not a fetchable URL."
},
"url": {
"type": [
"string",
"null"
],
"description": "Withheld the same way as `avatar` -- observed `null` on the calibrated fixture."
},
"width": {
"type": "number"
},
"height": {
"type": "number"
},
"url_list": {
"type": "array",
"items": {
"type": "object",
"properties": {
"url": {
"type": [
"string",
"null"
],
"description": "Withheld, same as `url` -- observed `null` on the calibrated fixture."
}
},
"additionalProperties": true
}
},
"image_type": {
"type": "number"
}
},
"additionalProperties": true
}
},
"media_user_id": {
"type": "number",
"description": "The publishing account's numeric ID."
},
"main_image_list": {
"type": "array",
"items": {
"type": "object",
"properties": {
"uri": {
"type": "string"
},
"url": {
"type": [
"string",
"null"
],
"description": "Withheld, same as `image_detail[].url` -- always `null` when present, since it carries `strip: true`."
},
"width": {
"type": "number"
},
"height": {
"type": "number"
},
"url_list": {
"type": "array",
"items": {
"type": "object",
"properties": {
"url": {
"type": [
"string",
"null"
],
"description": "Withheld, same as `url` -- always `null` when present, since it carries `strip: true`."
}
},
"additionalProperties": true
}
},
"image_type": {
"type": "number"
}
},
"additionalProperties": true
},
"description": "Same shape as `image_detail`, a different rendition/crop of the article's lead image."
},
"webp_thumb_image": {
"type": "array",
"items": {
"type": "object",
"properties": {
"uri": {
"type": "string"
},
"url": {
"type": [
"string",
"null"
],
"description": "Withheld, same as `image_detail[].url` -- always `null` when present, since it carries `strip: true`."
},
"width": {
"type": "number"
},
"height": {
"type": "number"
},
"url_list": {
"type": "array",
"items": {
"type": "object",
"properties": {
"url": {
"type": [
"string",
"null"
],
"description": "Withheld, same as `url` -- always `null` when present, since it carries `strip: true`."
}
},
"additionalProperties": true
}
},
"image_type": {
"type": "number"
}
},
"additionalProperties": true
},
"description": "Same shape as `image_detail`, a WebP-format thumbnail rendition."
},
"origin_image_list": {
"type": "array",
"items": {
"type": "object",
"properties": {
"uri": {
"type": "string"
},
"url": {
"type": [
"string",
"null"
],
"description": "Withheld, same as `image_detail[].url` -- always `null` when present, since it carries `strip: true`."
},
"width": {
"type": "number"
},
"height": {
"type": "number"
},
"url_list": {
"type": "array",
"items": {
"type": "object",
"properties": {
"url": {
"type": [
"string",
"null"
],
"description": "Withheld, same as `url` -- always `null` when present, since it carries `strip: true`."
}
},
"additionalProperties": true
}
},
"image_type": {
"type": "number"
}
},
"additionalProperties": true
},
"description": "Same shape as `image_detail`, the original/unprocessed rendition."
},
"webp_image_detail": {
"type": "array",
"items": {
"type": "object",
"properties": {
"uri": {
"type": "string"
},
"url": {
"type": [
"string",
"null"
],
"description": "Withheld, same as `image_detail[].url` -- always `null` when present, since it carries `strip: true`."
},
"width": {
"type": "number"
},
"height": {
"type": "number"
},
"url_list": {
"type": "array",
"items": {
"type": "object",
"properties": {
"url": {
"type": [
"string",
"null"
],
"description": "Withheld, same as `url` -- always `null` when present, since it carries `strip: true`."
}
},
"additionalProperties": true
}
},
"image_type": {
"type": "number"
}
},
"additionalProperties": true
},
"description": "Same shape as `image_detail`, a WebP-format rendition."
}
},
"additionalProperties": true
},
"message": {
"type": "string",
"description": "'success' on both fixtures observed, including the deleted-content case."
}
},
"description": "The article record, as returned at routing.responseResultPath ($.output). A nonexistent or removed article ID does NOT return an empty object -- confirmed against the `nonexistent-article-not-found` fixture, which returns a short `content` placeholder string ('该内容已删除' / 'this content has been deleted') and `data.delete: 1` instead.",
"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.
| Charge | Rate |
|---|---|
Per call Flat, regardless of what comes back | $0.0020475 |
- 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
