ప్రమాణీకరణ
బీయర్ టోకెన్గా API కీని పంపండి. కీ తప్పనిసరిగా links.view అనుమతిని కలిగి ఉండాలి; అది లేని కీని 404 కాకుండా 403తో తిరస్కరిస్తారు.
ఈ ఎండ్పాయింట్ ఎలాంటి సంస్థ ఐడీని తీసుకోదు. మీ కీ ఇప్పటికే అది ఏ సంస్థకు చెందుతుందో గుర్తిస్తుంది మరియు ప్రతిస్పందన దానికే పరిమితం చేయబడుతుంది.
ప్రయత్నించండి
కోణీయ బ్రాకెట్లలో ఉన్న దేన్నైనా మీ స్వంత విలువలతో భర్తీ చేయండి, మరియు కీ ప్లేస్హోల్డర్ను మీ డాష్బోర్డ్ నుండి తీసుకున్న కీతో భర్తీ చేయండి.
curl -X GET https://api.zinndigital.com/v1/ai/recipes/{recipeId} \
-H "Authorization: Bearer zdk_live_…"సైన్ ఇన్ చేశారా? మీ డ్యాష్బోర్డ్లోని API కాన్సోల్ మీ అసలైన సంస్థ ID మరియు మీ స్వంత కీని నింపుతుంది, అలాగే మీరు అసలైన ప్రతిస్పందనను చూడటానికి లైవ్ API ద్వారా ఆభ్యర్థనను రన్ చేస్తుంది. ఈ ఎండ్పాయింట్ను API కన్సోల్లో తెరిచండి
వివరాలు
Requires `links.view`.
పారామీటర్లు
| పేరు | రకం | కావలసినది | ఇది ఏమిటి |
|---|---|---|---|
recipeId (path) | Uuid | అవును | — |
స్పందన
| పేరు | రకం | కావలసినది | ఇది ఏమిటి |
|---|---|---|---|
id | Uuid | అవును | UUIDv7 identifier — sortable by creation time (docs/02 §8). |
name | string | అవును | — |
is_enabled | boolean | అవును | — |
brief | string | కాదు | — |
tone | string | కాదు | — |
word_count | integer | కాదు | — |
language | string | కాదు | BCP-47, or empty for "the language the brief is written in". |
posts_per_run | integer | కాదు | ⛔ Capped at 10. Two hundred articles from one brief are two hundred near-identical articles, which is a **footprint** — the exact thing the Footprint-Free line is sold to avoid. |
provider | string | కాదు | Blank = whatever the funding route resolves to. |
model_id | string | కాదు | Blank = the newest verified model in the family. |
model_family | string | కాదు | — |
anchors | AiAnchor[] | కాదు | — |
anchor_policy | string<none, every_post, rotate> | కాదు | — |
link_set_id | string | కాదు | The reusable link set this recipe draws its links from, or `null` to use the recipe's own `anchors`. When set it **replaces** `anchors` rather than adding to them — two sources… |
cadence | string<manual, daily, weekly, monthly> | అవును | — |
cadence_hour_utc | integer | కాదు | — |
cadence_dow | integer | కాదు | 0 = Monday. |
cadence_dom | integer | కాదు | ⛔ Never 29-31: a monthly recipe set to the 31st would skip February silently, and a schedule that stops without an error is the failure this feature prevents. |
next_run_at | object | కాదు | — |
last_run_at | object | కాదు | — |
target_kind | string<none, sites, site_group, cms_targets> | కాదు | — |
target_sites | string[] | కాదు | — |
target_site_group_id | object | కాదు | — |
target_cms_target_ids | string[] | కాదు | — |
target_category | string | కాదు | — |
requires_capabilities | string[] | కాదు | Capability ids the target must support, e.g. `cms_target:featured_image`. Enforced on every run: each site's capabilities are read from its CMS target and any shortfall is handl… |
capability_policy | string<refuse, degrade, ask> | కాదు | What to do when a target cannot do something the recipe requires. Default `refuse` — silently dropping a requested field is the failure this exists to stop. `refuse` skips that… |
image_provider | string | కాదు | — |
image_model | string | కాదు | — |
featured_image | boolean | కాదు | — |
inline_image_count | integer | కాదు | — |
inline_placement | string<after_intro, between_sections, end> | కాదు | — |
image_style | string | కాదు | — |
publish_mode | string<draft, schedule, publish> | అవును | ⚖️ Owner ruling 2026-08-20: a **per-recipe** switch defaulting to `draft`. `draft` writes into the library and schedules nothing; `schedule` queues placements the customer can s… |
schedule_offset_hours | integer | కాదు | — |
schedule_stagger_minutes | integer | కాదు | Minutes between consecutive posts in one run. ⛔ Not cosmetic: a network whose articles all appear in the same minute is a footprint. |
blocking_providers | string[] | కాదు | Providers this recipe needs a working key for and does not have. Empty means it can run now. ⚖️ A recipe naming no provider is never blocked — credits are the default route and… |
created_at | string | అవును | — |
updated_at | string | కాదు | — |
ఈ ఎండ్పాయింట్ తిరిగి ఇవ్వగల లోపాలు
401 · 403 · 404 · 429