{"x402Version":1,"provider":{"name":"bMovies","description":"Autonomous AI film studio on Bitcoin SV. Commission AI-produced films at four tiers and own 99% of the royalty shares.","url":"https://bmovies.online","logo":"https://bmovies.online/bmovies-logo.svg","network":"bsv","payTo":"1bMoviesPayAddressNotConfigured","agentDiscovery":"https://bmovies.online/.well-known/x402.json","documentation":"https://bmovies.online/skills","openApi":"https://bmovies.online/.well-known/openapi.json"},"skills":[{"id":"refine-idea","name":"Refine Idea","description":"Turn a one-sentence pitch into a polished logline, synopsis, and suggested commission tier.","category":"writing","endpoint":"https://bmovies.online/api/refine","method":"POST","price":{"amountSats":50,"currency":"BSV","network":"bsv","usdEquivalent":"$0.0250","unit":"per refine call"},"params":[{"name":"idea","type":"string","required":true,"description":"Rough one-liner, 8+ chars."}],"tags":["logline","writer","pitch","grok"],"example":"{ \"idea\": \"A retired cartographer finds a map of a city that never existed.\" }","live":true},{"id":"writers-room-chat","name":"Writers-Room Chat","description":"Multi-turn creative development chat. Returns the next assistant reply given a message history.","category":"writing","endpoint":"https://bmovies.online/api/commission-chat","method":"POST","price":{"amountSats":80,"currency":"BSV","network":"bsv","usdEquivalent":"$0.0400","unit":"per assistant reply"},"params":[{"name":"messages","type":"object","required":true,"description":"Array of { role: user|assistant, content: string }."}],"tags":["chat","writer","grok"],"authRequired":true,"rateLimit":"32 turns per conversation","live":true},{"id":"generate-treatment","name":"Generate Treatment","description":"Full cinematic treatment (800-1200 words) from a title + synopsis. Third-person present tense.","category":"writing","endpoint":"https://bmovies.online/api/skills/generate-treatment","method":"POST","price":{"amountSats":120,"currency":"BSV","network":"bsv","usdEquivalent":"$0.0600","unit":"per treatment"},"params":[{"name":"title","type":"string","required":true,"description":"Film title."},{"name":"synopsis","type":"string","required":true,"description":"Logline or short synopsis seed."},{"name":"tone","type":"string","required":false,"description":"Optional tone tag (e.g. \"neo-noir\")."}],"tags":["writer","treatment"],"live":false},{"id":"generate-screenplay","name":"Generate Screenplay","description":"Screenplay-formatted scenes with dialogue, slug lines, and action. Output as plaintext.","category":"writing","endpoint":"https://bmovies.online/api/skills/generate-screenplay","method":"POST","price":{"amountSats":400,"currency":"BSV","network":"bsv","usdEquivalent":"$0.2000","unit":"per screenplay"},"params":[{"name":"treatment","type":"string","required":true,"description":"Treatment to script from."},{"name":"scenes","type":"number","required":false,"description":"Number of scenes to output.","default":6}],"tags":["writer","screenplay"],"live":false},{"id":"generate-poster","name":"Generate Poster","description":"Cinematic movie poster for a title + synopsis. Portrait 2:3, dramatic lighting.","category":"visual","endpoint":"https://bmovies.online/api/skills/generate-poster","method":"POST","price":{"amountSats":500,"currency":"BSV","network":"bsv","usdEquivalent":"$0.2500","unit":"per poster"},"params":[{"name":"title","type":"string","required":true,"description":"Film title."},{"name":"synopsis","type":"string","required":true,"description":"Synopsis for creative context."},{"name":"palette","type":"string","required":false,"description":"Optional palette hint (e.g. \"teal and amber\")."}],"tags":["storyboard","poster","grok-imagine-image-pro"],"live":false},{"id":"generate-storyboard-frame","name":"Generate Storyboard Frame","description":"Single cinematic frame generated from a 40-80 word prompt. Used to build multi-frame storyboards.","category":"visual","endpoint":"https://bmovies.online/api/skills/generate-storyboard-frame","method":"POST","price":{"amountSats":200,"currency":"BSV","network":"bsv","usdEquivalent":"$0.1000","unit":"per frame"},"params":[{"name":"prompt","type":"string","required":true,"description":"Cinematic visual prompt, 40-80 words."}],"tags":["storyboard","frame","grok-imagine-image"],"live":false},{"id":"generate-score-cue","name":"Generate Score Cue","description":"One ~30-second music cue generated from a theme brief. Returns an audio URL.","category":"audio","endpoint":"https://bmovies.online/api/skills/generate-score-cue","method":"POST","price":{"amountSats":800,"currency":"BSV","network":"bsv","usdEquivalent":"$0.4000","unit":"per cue"},"params":[{"name":"brief","type":"string","required":true,"description":"Composer brief (mood, tempo, key, instruments)."},{"name":"bpm","type":"number","required":false,"description":"Override BPM if the brief isn't specific."}],"tags":["composer","score","audio"],"live":false},{"id":"generate-clip","name":"Generate Video Clip","description":"~8-second cinematic video clip generated from a prompt. Used for trailer and short-film pipelines.","category":"video","endpoint":"https://bmovies.online/api/skills/generate-clip","method":"POST","price":{"amountSats":1500,"currency":"BSV","network":"bsv","usdEquivalent":"$0.7500","unit":"per 8s clip"},"params":[{"name":"prompt","type":"string","required":true,"description":"Motion-aware video prompt, 40-80 words."},{"name":"referenceImages","type":"object","required":false,"description":"Array of up to 7 image URLs for reference-to-video conditioning."}],"tags":["editor","video","grok-imagine-video"],"live":false},{"id":"commission-pitch","name":"Commission Pitch","description":"Kick off a $0.99 pitch production. Delivers logline + synopsis + key art as a BSV-21 royalty token.","category":"production","endpoint":"https://bmovies.online/api/checkout","method":"POST","price":{"amountSats":1980000,"currency":"BSV","network":"bsv","usdEquivalent":"$990.0000","unit":"per pitch (≈$0.99)"},"params":[{"name":"title","type":"string","required":true,"description":"Working title."},{"name":"synopsis","type":"string","required":true,"description":"Seed synopsis or rough idea."},{"name":"tier","type":"string","required":true,"description":"Must equal \"pitch\".","enum":["pitch"]},{"name":"email","type":"string","required":true,"description":"Receipt email."}],"tags":["commission","pitch","stripe-or-bsv"],"authRequired":true,"live":true},{"id":"commission-trailer","name":"Commission Trailer","description":"Kick off a $9.99 trailer production. Full 8-agent crew delivers a 32-second teaser with score.","category":"production","endpoint":"https://bmovies.online/api/checkout","method":"POST","price":{"amountSats":19980000,"currency":"BSV","network":"bsv","usdEquivalent":"$9990.0000","unit":"per trailer (≈$9.99)"},"params":[{"name":"title","type":"string","required":true,"description":"Working title."},{"name":"synopsis","type":"string","required":true,"description":"Seed synopsis."},{"name":"tier","type":"string","required":true,"description":"Must equal \"trailer\".","enum":["trailer"]},{"name":"email","type":"string","required":true,"description":"Receipt email."}],"tags":["commission","trailer"],"authRequired":true,"live":true},{"id":"ingest.preview","name":"Ingest Preview","description":"Preview a social or upload ingest: normalise URL, guess platform, return placeholder extract manifest. Does not fetch remote media in stub mode. Feeds the creator drop pad that ties viral posts to tokenised offers and future per-title propagation agents.","category":"ingestion","endpoint":"https://bmovies.online/api/ingest/preview","method":"POST","price":{"amountSats":100,"currency":"BSV","network":"bsv","usdEquivalent":"$0.0500","unit":"per preview call"},"params":[{"name":"sourceUrl","type":"string","required":false,"description":"HTTPS link to post or asset (max 2048 chars)."},{"name":"textNote","type":"string","required":false,"description":"Free-text context if no URL (max 8000 chars)."},{"name":"platformHint","type":"string","required":false,"description":"Optional platform override.","enum":["x","tiktok","youtube","instagram","upload","other"]}],"tags":["ingest","creator","drop-pad","agent-find"],"live":false,"example":"{ \"sourceUrl\": \"https://x.com/example/status/123\" }"},{"id":"offer.create_from_ingest","name":"Create Offer From Ingest","description":"Tokenise ingested material into the bMovies offer model (~99% commissioner). Scaffold only — returns wouldCreate payload; no DB write until enabled. When live, this is the on-ramp from social reach to a royalty token that can fund its own distribution.","category":"ingestion","endpoint":"https://bmovies.online/api/ingest/offer","method":"POST","price":{"amountSats":500,"currency":"BSV","network":"bsv","usdEquivalent":"$0.2500","unit":"per offer scaffold"},"params":[{"name":"sourceUrl","type":"string","required":false,"description":"HTTPS link to source post or asset."},{"name":"textNote","type":"string","required":false,"description":"Free-text context."},{"name":"platformHint","type":"string","required":false,"description":"Optional platform.","enum":["x","tiktok","youtube","instagram","upload","other"]},{"name":"title","type":"string","required":false,"description":"Working film title."},{"name":"synopsis","type":"string","required":false,"description":"Logline / synopsis."},{"name":"ticker","type":"string","required":false,"description":"Suggested 5-letter ticker A–Z."},{"name":"supabaseUserId","type":"string","required":false,"description":"Creator account id when auth is wired."}],"tags":["ingest","tokenise","bct_offers","creator-99pct"],"authRequired":true,"live":false},{"id":"viral.score","name":"Viral Score","description":"Rank a URL or engagement snapshot for outreach priority (how hard to push a clip / title). Stub returns null score until a model or indexer is connected. Intended to route propagation budget toward the best signals.","category":"ingestion","endpoint":"https://bmovies.online/api/ingest/viral-score","method":"POST","price":{"amountSats":150,"currency":"BSV","network":"bsv","usdEquivalent":"$0.0750","unit":"per score call"},"params":[{"name":"sourceUrl","type":"string","required":false,"description":"Post or asset URL."},{"name":"engagement","type":"object","required":false,"description":"Optional { likes, reposts, replies, views, sampledAt }."}],"tags":["viral","agent-find","discovery"],"live":false,"example":"{ \"sourceUrl\": \"https://x.com/...\", \"engagement\": { \"likes\": 1200, \"reposts\": 340 } }"},{"id":"list-studios","name":"List Studios","description":"Returns all founding studios on the platform with their logos, aesthetics, and slugs.","category":"query","endpoint":"https://bmovies.online/api/studios","method":"GET","price":{"amountSats":0,"currency":"BSV","network":"bsv","usdEquivalent":"$0.0000","unit":"free"},"params":[],"tags":["read","studios"],"live":false},{"id":"get-offer","name":"Get Offer","description":"Fetch an offer by id — title, tier, status, token_ticker, artifacts count.","category":"query","endpoint":"https://bmovies.online/api/offers/:id","method":"GET","price":{"amountSats":0,"currency":"BSV","network":"bsv","usdEquivalent":"$0.0000","unit":"free"},"params":[{"name":"id","type":"string","required":true,"description":"Offer id (pitch-… / trailer-… / short-… / feature-…)."}],"tags":["read","offer"],"live":false}],"tiers":[{"tier":"pitch","usd":0.99,"description":"Logline, synopsis, and key art. Delivered in ~90 seconds."},{"tier":"trailer","usd":9.99,"description":"32-second AI trailer with storyboard, poster, treatment, and video clips."},{"tier":"short","usd":99,"description":"64-second short film with full crew credits."},{"tier":"feature","usd":999,"description":"Full-length feature with an 8-specialist AI crew."}],"meta":{"totalSkills":15,"liveSkills":4,"templateSkills":11,"freeSkills":2,"generatedAt":"2026-04-23T22:01:40.026Z"}}