प्रमाणीकरण
बेरर टोकन म्हणून API की पाठवा. की मध्ये links.view परवानगी असणे आवश्यक आहे; ती नसलेली की 404 ऐवजी 403 सह नाकारली जाते.
या एंडपॉइंटला कोणतीही संस्था आयडी (organisation id) लागत नाही. तुमची की (key) आधीच ती कोणत्या संस्थेशी संबंधित आहे हे ओळखते आणि प्रतिसाद त्यानुसार मर्यादित केला जातो.
प्रयत्न करा
कोनसांस्कृतिक कंसात (<>) असलेली कोणतीही गोष्ट तुमच्या स्वतःच्या मूल्यांनी बदला आणि key प्लेसहोल्डरला तुमच्या डॅशबोर्डवरील किने बदला.
curl -X GET https://api.zinndigital.com/v1/ai/recipes/{recipeId} \
-H "Authorization: Bearer zdk_live_…"साइन इन केलेले आहे? तुमच्या डॅशबोर्डमधील 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