Hitelesítés
Küldjön egy API-kulcsot bearer tokenként. A kulcsnak rendelkeznie kell a(z) links.view jogosultsággal; az ezzel nem rendelkező kulcsok esetén a rendszer 403-as hibát ad vissza 404 helyett.
Ez a végpont nem fogad el szervezeti azonosítót. Az Ön kulcsa már azonosítja azt a szervezetet, amelyhez tartozik, és a válasz is erre vonatkozik.
Próbálja ki
Cserélje ki a hegyes zárójelek közötti részt a saját értékeivel, a kulcshelyőrzőt pedig a vezérlőpultján található kulccsal.
curl -X GET https://api.zinndigital.com/v1/ai/recipes/{recipeId} \
-H "Authorization: Bearer zdk_live_…"Be van jelentkezve? A vezérlőpultban lévő API-konzol kitölti a valós szervezetazonosítóját és a saját kulcsát, és a kérést az éles API-n futtatja, hogy láthassa a tényleges választ. Nyissa meg ezt a végpontot az API konzolban
Részletek
Requires `links.view`.
Paraméterek
| Név | Típus | Kötelező | Mi ez |
|---|---|---|---|
recipeId (path) | Uuid | Igen | — |
Válasz
| Név | Típus | Kötelező | Mi ez |
|---|---|---|---|
id | Uuid | Igen | UUIDv7 identifier — sortable by creation time (docs/02 §8). |
name | string | Igen | — |
is_enabled | boolean | Igen | — |
brief | string | Nem | — |
tone | string | Nem | — |
word_count | integer | Nem | — |
language | string | Nem | BCP-47, or empty for "the language the brief is written in". |
posts_per_run | integer | Nem | ⛔ 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 | Nem | Blank = whatever the funding route resolves to. |
model_id | string | Nem | Blank = the newest verified model in the family. |
model_family | string | Nem | — |
anchors | AiAnchor[] | Nem | — |
anchor_policy | string<none, every_post, rotate> | Nem | — |
link_set_id | string | Nem | 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> | Igen | — |
cadence_hour_utc | integer | Nem | — |
cadence_dow | integer | Nem | 0 = Monday. |
cadence_dom | integer | Nem | ⛔ 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 | Nem | — |
last_run_at | object | Nem | — |
target_kind | string<none, sites, site_group, cms_targets> | Nem | — |
target_sites | string[] | Nem | — |
target_site_group_id | object | Nem | — |
target_cms_target_ids | string[] | Nem | — |
target_category | string | Nem | — |
requires_capabilities | string[] | Nem | 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> | Nem | 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 | Nem | — |
image_model | string | Nem | — |
featured_image | boolean | Nem | — |
inline_image_count | integer | Nem | — |
inline_placement | string<after_intro, between_sections, end> | Nem | — |
image_style | string | Nem | — |
publish_mode | string<draft, schedule, publish> | Igen | ⚖️ 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 | Nem | — |
schedule_stagger_minutes | integer | Nem | 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[] | Nem | 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 | Igen | — |
updated_at | string | Nem | — |
Hibák, amelyeket ez a végpont visszaadhattatlan
401 · 403 · 404 · 429