ai

GET /v1/ai/recipes/{recipeId}

One AI posting recipe.

تمام ai اینڈ پوائنٹس

توثيقِ شناخت

ایک بیرر ٹوکن کے طور پر ایک API کی بھیجیں۔ کی کے پاس links.view اجازت ہونی چاہیے؛ اس کے بغیر کی کو 404 کے بجائے 403 کے ساتھ مسترد کر دیا جاتا ہے۔

یہ اینڈ پوائنٹ کوئی آرگنائزیشن آئی ڈی نہیں لیتا۔ آپ کی کلید پہلے ہی اس آرگنائزیشن کی شناخت کرتی ہے جس سے یہ تعلق رکھتی ہے، اور اس کا جواب اسی کے مطابق محدود ہوتا ہے۔

آزمائیں

کوئی بھی چیز جو زاویہ دار قوسین میں ہو اسے اپنی اقدار سے بدلیں، اور کلیدی پلیس ہولڈر کو اپنے ڈیش بورڈ کی کسی کلید سے بدلیں۔

curl -X GET https://api.zinndigital.com/v1/ai/recipes/{recipeId} \
  -H "Authorization: Bearer zdk_live_…"

لاگ ان ہیں؟ آپ کے ڈیش بورڈ میں موجود API کنسول آپ کی حقیقی تنظیم کی آئی ڈی اور آپ کی اپنی کلید خود بخود پُر کر دیتا ہے، اور لائیو API پر درخواست چلاتا ہے تاکہ آپ اصل ردعمل دیکھ سکیں۔ اس اینڈ پوائنٹ کو API کنسول میں کھولیں

تفصیلات

Requires `links.view`.

پیرامیٹرز

نامقسملازمییہ کیا ہے
recipeId (path)Uuidہاں

جواب

نامقسملازمییہ کیا ہے
idUuidہاںUUIDv7 identifier — sortable by creation time (docs/02 §8).
namestringہاں
is_enabledbooleanہاں
briefstringنہیں
tonestringنہیں
word_countintegerنہیں
languagestringنہیںBCP-47, or empty for "the language the brief is written in".
posts_per_runintegerنہیں⛔ 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.
providerstringنہیںBlank = whatever the funding route resolves to.
model_idstringنہیںBlank = the newest verified model in the family.
model_familystringنہیں
anchorsAiAnchor[]نہیں
anchor_policystring<none, every_post, rotate>نہیں
link_set_idstringنہیں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…
cadencestring<manual, daily, weekly, monthly>ہاں
cadence_hour_utcintegerنہیں
cadence_dowintegerنہیں0 = Monday.
cadence_domintegerنہیں⛔ 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_atobjectنہیں
last_run_atobjectنہیں
target_kindstring<none, sites, site_group, cms_targets>نہیں
target_sitesstring[]نہیں
target_site_group_idobjectنہیں
target_cms_target_idsstring[]نہیں
target_categorystringنہیں
requires_capabilitiesstring[]نہیں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_policystring<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_providerstringنہیں
image_modelstringنہیں
featured_imagebooleanنہیں
inline_image_countintegerنہیں
inline_placementstring<after_intro, between_sections, end>نہیں
image_stylestringنہیں
publish_modestring<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_hoursintegerنہیں
schedule_stagger_minutesintegerنہیںMinutes between consecutive posts in one run. ⛔ Not cosmetic: a network whose articles all appear in the same minute is a footprint.
blocking_providersstring[]نہیں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_atstringہاں
updated_atstringنہیں

وہ خرابیان جو یہ اینڈ پوائنٹ واپس کر سکتا ہے

401 · 403 · 404 · 429