Упълномощаване
Изпратете API ключ като токен за носене. Ключът трябва да притежава разрешението links.view; ключ без него се отхвърля с 403, а не с 404.
Този ендпойнт не изисква идентификатор на организация. Вашият ключ вече идентифицира организацията, към която принадлежи, и отговорът е ограничен до нея.
Опитайте
Заменете всичко в квадратни скоби със собствени стойности, а ключовия заместващ символ – с ключ от вашето табло за управление.
curl -X GET https://api.zinndigital.com/v1/ai/recipes/{recipeId} \
-H "Authorization: Bearer zdk_live_…"Влязохте ли в профила си? API конзолата във вашето табло за управление попълва действителното идентификационно число на вашата организация и вашия собствен ключ и изпълнява заявката спрямо реалното API, за да можете да видите действителния отговор. Отворете този крайpoint в 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 | Не | — |
Грешки, които този крайpoint може да върне
401 · 403 · 404 · 429