Contract
{
"type": "object",
"required": [
"link_type",
"o_author_id"
],
"properties": {
"link_type": {
"type": "integer",
"examples": [
5
],
"description": "Audience profile link type, required; example: 5"
},
"o_author_id": {
"type": "string",
"examples": [
"7029342444797820939"
],
"description": "Creator ID"
},
"platform_source": {
"type": "integer",
"default": 1,
"examples": [
1
],
"description": "Platform source"
},
"platform_channel": {
"type": "integer",
"default": 1,
"examples": [
1
],
"description": "Platform channel"
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"base_resp": {
"type": "object",
"properties": {
"status_code": {
"type": "number",
"description": "0 on the one populated call observed."
},
"status_message": {
"type": "string",
"description": "Empty string on the one populated call observed."
}
},
"description": "Endpoint status. Observed as `{ status_code: 0, status_message: \"\" }` on the one populated call.",
"additionalProperties": true
},
"distributions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "number",
"description": "The dimension's numeric code (gender 1, age 2, province 4, device brand 8, city tier 32, interest 64, city 256, people group 1024) as observed on the one populated call."
},
"image": {
"type": "array",
"items": {
"type": "string"
},
"description": "One or two short Chinese text captions summarising the dominant buckets (e.g. 'mostly female') -- plain text, not image URLs, and carries no image data."
},
"description": {
"type": "string",
"description": "A one-line Chinese summary of the dimension's makeup, e.g. the gender entry's 'mostly female, about 60%'."
},
"type_display": {
"type": "string",
"description": "The dimension's human label, e.g. \"性别分布\" (gender distribution)."
},
"distribution_list": {
"type": "array",
"items": {
"type": "object",
"properties": {
"distribution_key": {
"type": "string",
"description": "The bucket label -- observed in English for the gender dimension (male/female) and in Chinese for region, city, interest, and device dimensions."
},
"distribution_value": {
"type": "string",
"description": "The bucket weight as a numeric string (e.g. \"2\", \"3\") -- a relative weight, not a percentage; the human-readable share lives in the dimension's `description`."
}
},
"additionalProperties": true
},
"description": "The dimension's per-bucket labels and weights."
}
},
"additionalProperties": true
},
"description": "One entry per audience dimension -- gender, age, province, city, interest, device brand, city tier, people group -- observed together on the one populated call."
},
"last_update_time": {
"type": "string",
"description": "The profile's last-update time as Unix seconds, e.g. \"1790132494\" (2026-09-23)."
}
},
"description": "The creator's audience distribution, as returned at routing.responseResultPath ($.output). Observed as an empty object `{}` when the given link type (audience view) returns no distribution data for the creator -- confirmed on TWO real calibration calls, both real creators, both with the view value 5 (the endpoint's own documented example value). The shape below is from a third call whose view value 1 returned the full distribution.",
"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.004095 |
- 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 25, 2026
