Carlos のエージェントが権利エージェントで get_rights を呼び出す。Carlos は平易な言語で必要なものを説明します。ドロップダウンメニューなし、カテゴリーコードなし — エージェントが意図を理解します。リクエスト:
{ "query": "Dutch athlete available for food and restaurant brands in the Netherlands, budget around EUR 5000 for 3 months", "uses": ["likeness", "voice"], "buyer_brand": { "domain": "bistrooranje.nl" }, "countries": ["NL"], "right_type": "talent", "include_excluded": true}
include_excluded: true フラグは権利エージェントに、そのままではライセンスできないタレントも理由と代替案とともに返すよう求める。このフラグなしでは、レスポンスには利用可能なタレントのみが含まれます。レスポンスは Daan Janssen を92%マッチとして返す — オランダ国籍、フードカテゴリーに競合なし、予算に合致。2つの価格オプション: インプレッションあたり EUR 3.50 の CPM、または10万インプレッション上限付き EUR 1,500/月の定額制。レスポンスはまた、オランダのフードカテゴリーで独占権があるため Emma van Dijk が除外されており、代替マーケットの代替案が提示されていることを示します。
get_rights レスポンス全文
{ "rights": [ { "rights_id": "loti_dj_talent_2026", "brand_id": "daan_janssen", "name": "Daan Janssen", "description": "Dutch Olympic speed skater, 2x gold medalist. Available for food, lifestyle, and fitness brands.", "right_type": "talent", "match_score": 0.92, "match_reasons": [ "Dutch nationality matches geographic request", "No food category exclusivity conflicts", "Budget aligns with available pricing options" ], "available_uses": ["likeness", "voice", "endorsement"], "countries": ["NL", "BE", "DE"], "exclusivity_status": { "available": true, "existing_exclusives": [ "Exclusive commitment in sportswear category (NL, BE, DE)" ] }, "pricing_options": [ { "pricing_option_id": "dj_cpm_likeness_voice", "model": "cpm", "price": 3.50, "currency": "EUR", "uses": ["likeness", "voice"], "description": "Likeness and voice, per-impression pricing" }, { "pricing_option_id": "dj_flat_monthly", "model": "flat_rate", "price": 1500, "currency": "EUR", "uses": ["likeness", "voice"], "period": "monthly", "impression_cap": 100000, "overage_cpm": 4.00, "description": "Monthly flat rate with 100K impression cap" } ], "content_restrictions": [ "No depiction in competitive sports contexts", "Alcohol adjacency prohibited", "Creative approval required for video formats" ] } ], "excluded": [ { "brand_id": "emma_van_dijk", "name": "Emma van Dijk", "reason": "Exclusive commitment in food and beverage category (NL)", "suggestions": [ "Available for food brands in BE and DE markets", "Exclusivity expires 2026-12-31 — available in NL from January 2027" ] } ]}
Carlos のエージェントは Daan Janssen の2つの価格オプションを確認します。インプレッションごとのモデルはボリュームが予測できない場合に機能します。定額月額制は計画されたキャンペーンに適している — EUR 1,500/月・10万インプレッション上限は3ヶ月のキャンペーン全体で EUR 4,500、予算内。excluded 配列は Emma van Dijk がオランダのフードブランドで利用できないことを示しているが、代替案は彼女がベルギーとドイツで利用可能、または2027年1月からオランダでも利用可能であることを Carlos のエージェントに伝える。代替案がある拒否は実行可能 — エージェントは調整して再試行できます。
{ "rights_id": "loti_dj_talent_2026", "status": "rejected", "brand_id": "daan_janssen", "reason": "Requested dates conflict with an existing exclusivity commitment in the food category for this market", "suggestions": [ "Available in NL from 2026-09-01 onward", "Available immediately in BE and DE markets", "Consider likeness-only (without voice) — available at reduced rate" ]}
Carlos のエージェントは修正できる — 日程をずらす、地域を変える、または音声権利を外す — そして再送信します。
{ "rights_id": "loti_dj_talent_2026", "status": "rejected", "brand_id": "daan_janssen", "reason": "This request does not meet the talent's current licensing criteria"}
suggestions フィールドなし。バイヤーエージェントは次に進む。理由が意図的に曖昧な場合がある — 事務所はプライベートなビジネスロジックを公開することなくバイヤーエージェントが結果を理解するのに十分なサニタイズされた理由を提供します。この時点で Carlos はタレントをライセンスしてクリエイティブを生成する準備ができています。次のセクションは取得後の生成、配信、ライフサイクル管理について説明します。