{"service":"haven-media","protocol":{"x402Version":2,"scheme":"exact","network":"eip155:8453","asset":"USDC","payTo":"0xa8f73f2fDFDa46f6591759458614BC2883529d77"},"endpoints":[{"method":"POST","path":"/x402/api/v1/music","kind":"music","priceUsd":0.1,"description":"Generate a music track. Poll statusUrl, download at resultUrl. SFW only.","etaSeconds":60,"pollBudgetSeconds":900,"requestSchema":{"type":"object","required":["prompt"],"properties":{"prompt":{"type":"string","minLength":1,"maxLength":2000},"lyrics":{"type":"string","maxLength":5000},"durationSeconds":{"type":"number","minimum":1,"maximum":60,"default":20}}},"responseSchema":{"type":"object","properties":{"jobId":{"type":"string"},"kind":{"type":"string","enum":["music","music_premium","image_generate","image_edit","image_upscale","image_restore","video","video_sound","world","phone_call"]},"status":{"type":"string"},"etaSeconds":{"type":"number"},"pollBudgetSeconds":{"type":"number"},"statusUrl":{"type":"string"},"resultUrl":{"type":"string"},"aiDisclosure":{"type":"object","properties":{"aiGenerated":{"type":"boolean"},"label":{"type":"string"},"statement":{"type":"string"},"embeddedIn":{"type":"string"},"termsUrl":{"type":"string"}},"required":["aiGenerated","statement","termsUrl"]}},"required":["jobId","status","statusUrl","resultUrl","etaSeconds","pollBudgetSeconds"]},"coldStartNote":"GPU workers scale to zero; first request after idle may add 2-10 minutes before the job starts."},{"method":"POST","path":"/x402/api/v1/image/generate","kind":"image_generate","priceUsd":0.05,"description":"Generate an image from text. SFW only.","etaSeconds":120,"pollBudgetSeconds":900,"requestSchema":{"type":"object","required":["prompt"],"properties":{"prompt":{"type":"string","minLength":1,"maxLength":2000},"width":{"type":"number","minimum":256,"maximum":1536,"default":1024},"height":{"type":"number","minimum":256,"maximum":1536,"default":1024}}},"responseSchema":{"type":"object","properties":{"jobId":{"type":"string"},"kind":{"type":"string","enum":["music","music_premium","image_generate","image_edit","image_upscale","image_restore","video","video_sound","world","phone_call"]},"status":{"type":"string"},"etaSeconds":{"type":"number"},"pollBudgetSeconds":{"type":"number"},"statusUrl":{"type":"string"},"resultUrl":{"type":"string"},"aiDisclosure":{"type":"object","properties":{"aiGenerated":{"type":"boolean"},"label":{"type":"string"},"statement":{"type":"string"},"embeddedIn":{"type":"string"},"termsUrl":{"type":"string"}},"required":["aiGenerated","statement","termsUrl"]}},"required":["jobId","status","statusUrl","resultUrl","etaSeconds","pollBudgetSeconds"]},"coldStartNote":"GPU workers scale to zero; first request after idle may add 2-10 minutes before the job starts."},{"method":"POST","path":"/x402/api/v1/image/edit","kind":"image_edit","priceUsd":0.1,"description":"Edit an image from a text instruction. SFW only.","etaSeconds":300,"pollBudgetSeconds":1200,"requestSchema":{"type":"object","required":["prompt","imageBase64","mediaType"],"properties":{"prompt":{"type":"string","minLength":1,"maxLength":2000},"imageBase64":{"type":"string","description":"base64 image bytes, no data-URI prefix"},"mediaType":{"type":"string","enum":["image/png","image/jpeg"]},"negativePrompt":{"type":"string"}}},"responseSchema":{"type":"object","properties":{"jobId":{"type":"string"},"kind":{"type":"string","enum":["music","music_premium","image_generate","image_edit","image_upscale","image_restore","video","video_sound","world","phone_call"]},"status":{"type":"string"},"etaSeconds":{"type":"number"},"pollBudgetSeconds":{"type":"number"},"statusUrl":{"type":"string"},"resultUrl":{"type":"string"},"aiDisclosure":{"type":"object","properties":{"aiGenerated":{"type":"boolean"},"label":{"type":"string"},"statement":{"type":"string"},"embeddedIn":{"type":"string"},"termsUrl":{"type":"string"}},"required":["aiGenerated","statement","termsUrl"]}},"required":["jobId","status","statusUrl","resultUrl","etaSeconds","pollBudgetSeconds"]},"coldStartNote":"GPU workers scale to zero; first request after idle may add 2-10 minutes before the job starts."},{"method":"POST","path":"/x402/api/v1/image/upscale","kind":"image_upscale","priceUsd":0.06,"description":"Upscale an image 2x or 4x. SFW only.","etaSeconds":300,"pollBudgetSeconds":1200,"requestSchema":{"type":"object","required":["imageBase64","mediaType"],"properties":{"imageBase64":{"type":"string","description":"base64 image bytes, no data-URI prefix"},"mediaType":{"type":"string","enum":["image/png","image/jpeg"]},"factor":{"type":"number","enum":[2,4],"default":2},"mode":{"type":"string","enum":["auto","face"],"default":"auto"}}},"responseSchema":{"type":"object","properties":{"jobId":{"type":"string"},"kind":{"type":"string","enum":["music","music_premium","image_generate","image_edit","image_upscale","image_restore","video","video_sound","world","phone_call"]},"status":{"type":"string"},"etaSeconds":{"type":"number"},"pollBudgetSeconds":{"type":"number"},"statusUrl":{"type":"string"},"resultUrl":{"type":"string"},"aiDisclosure":{"type":"object","properties":{"aiGenerated":{"type":"boolean"},"label":{"type":"string"},"statement":{"type":"string"},"embeddedIn":{"type":"string"},"termsUrl":{"type":"string"}},"required":["aiGenerated","statement","termsUrl"]}},"required":["jobId","status","statusUrl","resultUrl","etaSeconds","pollBudgetSeconds"]},"coldStartNote":"GPU workers scale to zero; first request after idle may add 2-10 minutes before the job starts."},{"method":"POST","path":"/x402/api/v1/image/restore","kind":"image_restore","priceUsd":0.1,"description":"Restore a degraded photo (denoise, deblur, dehaze). SFW only.","etaSeconds":300,"pollBudgetSeconds":1200,"requestSchema":{"type":"object","required":["imageBase64","mediaType"],"properties":{"imageBase64":{"type":"string","description":"base64 image bytes, no data-URI prefix"},"mediaType":{"type":"string","enum":["image/png","image/jpeg"]},"restorationMode":{"type":"string","enum":["auto","denoise","deblur","dehaze"],"default":"auto"}}},"responseSchema":{"type":"object","properties":{"jobId":{"type":"string"},"kind":{"type":"string","enum":["music","music_premium","image_generate","image_edit","image_upscale","image_restore","video","video_sound","world","phone_call"]},"status":{"type":"string"},"etaSeconds":{"type":"number"},"pollBudgetSeconds":{"type":"number"},"statusUrl":{"type":"string"},"resultUrl":{"type":"string"},"aiDisclosure":{"type":"object","properties":{"aiGenerated":{"type":"boolean"},"label":{"type":"string"},"statement":{"type":"string"},"embeddedIn":{"type":"string"},"termsUrl":{"type":"string"}},"required":["aiGenerated","statement","termsUrl"]}},"required":["jobId","status","statusUrl","resultUrl","etaSeconds","pollBudgetSeconds"]},"coldStartNote":"GPU workers scale to zero; first request after idle may add 2-10 minutes before the job starts."},{"method":"POST","path":"/x402/api/v1/video","kind":"video","priceUsd":0.8,"description":"Generate a short video from text or an init image, in any aspect ratio (landscape, portrait or square). SFW only.","etaSeconds":600,"pollBudgetSeconds":1800,"requestSchema":{"type":"object","required":["prompt"],"properties":{"prompt":{"type":"string","minLength":1,"maxLength":2000},"durationSeconds":{"type":"number","minimum":1,"maximum":10,"default":5},"width":{"type":"number","minimum":256,"maximum":1280,"default":1024},"height":{"type":"number","minimum":256,"maximum":1280,"default":576},"imageBase64":{"type":"string","description":"base64 image bytes, no data-URI prefix"},"mediaType":{"type":"string","enum":["image/png","image/jpeg"]}},"dependentRequired":{"imageBase64":["mediaType"]}},"responseSchema":{"type":"object","properties":{"jobId":{"type":"string"},"kind":{"type":"string","enum":["music","music_premium","image_generate","image_edit","image_upscale","image_restore","video","video_sound","world","phone_call"]},"status":{"type":"string"},"etaSeconds":{"type":"number"},"pollBudgetSeconds":{"type":"number"},"statusUrl":{"type":"string"},"resultUrl":{"type":"string"},"aiDisclosure":{"type":"object","properties":{"aiGenerated":{"type":"boolean"},"label":{"type":"string"},"statement":{"type":"string"},"embeddedIn":{"type":"string"},"termsUrl":{"type":"string"}},"required":["aiGenerated","statement","termsUrl"]}},"required":["jobId","status","statusUrl","resultUrl","etaSeconds","pollBudgetSeconds"]},"aiDisclosure":{"aiGenerated":true,"label":"AI Generated","statement":"AI Generated: this video is machine-generated by Haven Media and does not depict real events. Use terms: https://havenagent.ai/terms/terms-of-service","embeddedIn":"mp4-metadata","termsUrl":"https://havenagent.ai/terms/terms-of-service"},"termsUrl":"https://havenagent.ai/terms/terms-of-service","coldStartNote":"GPU workers scale to zero; first request after idle may add 2-10 minutes before the job starts."},{"method":"POST","path":"/x402/api/v1/video-sound","kind":"video_sound","priceUsd":1.5,"description":"Generate a short 2K video with a synchronized soundtrack (dialogue, effects, music) from text or an init image. SFW only.","etaSeconds":900,"pollBudgetSeconds":1800,"requestSchema":{"type":"object","required":["prompt"],"properties":{"prompt":{"type":"string","minLength":1,"maxLength":2000},"durationSeconds":{"type":"integer","minimum":4,"maximum":10,"default":5},"imageBase64":{"type":"string","description":"base64 image bytes, no data-URI prefix"},"mediaType":{"type":"string","enum":["image/png","image/jpeg"]}},"dependentRequired":{"imageBase64":["mediaType"]}},"responseSchema":{"type":"object","properties":{"jobId":{"type":"string"},"kind":{"type":"string","enum":["music","music_premium","image_generate","image_edit","image_upscale","image_restore","video","video_sound","world","phone_call"]},"status":{"type":"string"},"etaSeconds":{"type":"number"},"pollBudgetSeconds":{"type":"number"},"statusUrl":{"type":"string"},"resultUrl":{"type":"string"},"aiDisclosure":{"type":"object","properties":{"aiGenerated":{"type":"boolean"},"label":{"type":"string"},"statement":{"type":"string"},"embeddedIn":{"type":"string"},"termsUrl":{"type":"string"}},"required":["aiGenerated","statement","termsUrl"]}},"required":["jobId","status","statusUrl","resultUrl","etaSeconds","pollBudgetSeconds"]},"aiDisclosure":{"aiGenerated":true,"label":"AI Generated","statement":"AI Generated: this video is machine-generated by Haven Media and does not depict real events. Use terms: https://havenagent.ai/terms/terms-of-service","embeddedIn":"mp4-metadata","termsUrl":"https://havenagent.ai/terms/terms-of-service"},"termsUrl":"https://havenagent.ai/terms/terms-of-service","coldStartNote":"GPU workers scale to zero; first request after idle may add 2-10 minutes before the job starts."}],"limits":{"promptMaxChars":2000,"lyricsMaxChars":5000,"musicMaxDurationSeconds":60,"musicDefaultDurationSeconds":20,"musicPremiumMinDurationSeconds":3,"imageMaxBase64Chars":14000000,"imageMinDimension":256,"imageMaxDimension":1536,"imageDefaultDimension":1024,"videoMaxDurationSeconds":10,"videoDefaultDurationSeconds":5,"videoMinDimension":256,"videoMaxDimension":1280,"videoDefaultWidth":1024,"videoDefaultHeight":576,"videoMaxPixelsPerFrame":1048576,"videoSoundMinDurationSeconds":4,"videoSoundMaxDurationSeconds":10,"videoSoundDefaultDurationSeconds":5,"worldMaxDurationSeconds":8,"worldDefaultDurationSeconds":4,"phoneCallObjectiveMaxChars":2000,"phoneCallVoicemailMaxChars":600,"phoneCallMaxDurationSeconds":600},"settlement":{"model":"on-delivery","settlesAt":"status","freeRoutes":["status-poll-while-incomplete","result"]},"terms":{"url":"https://havenagent.ai/terms/terms-of-service","acceptance":"Submitting a paid request to a licensed endpoint constitutes acceptance of these terms, which bind you and anyone you redistribute the output to.","appliesTo":["video","video_sound","world"],"restrictions":["No unlawful use, and no use that violates applicable law or regulation.","No content that exploits or harms minors.","No disinformation, defamation, harassment, or personal data used to harm anyone.","No impersonation or deepfakes of real people without their consent.","Disclose that the output is machine-generated wherever you place or publish it; where the delivered file carries an embedded AI-generated disclosure (see the X-Ai-Disclosure-Embedded response header), do not strip it.","No medical advice or diagnosis, no law-enforcement / justice / immigration decisioning, and no fully automated decisions affecting anyone's legal rights.","No military, weapons, or nuclear applications.","Do not use the output to train, improve, or fine-tune any machine-learning model.","If you redistribute the output, you must pass these restrictions on as enforceable terms and give the same notice to your recipients."]},"policies":{"content":"SFW only. Prompts and input images are moderated before the job is even enqueued — so a rejection here happens before any charge. Every output is screened again before we ask for payment at all, on the same status poll that settles: images and video/world frames by an image classifier, generated audio by transcription plus a text classifier. Screening we cannot run withholds the artifact instead of serving it, and you are not charged for a withheld job.","refunds":"You are charged only on delivery — the status poll that finds your screened artifact ready to download. Jobs that fail, are withheld by screening, or that you abandon before that poll are never charged. After it, downloading is free and unmetered, and the charge stands whether or not you collect. In the rare case a charge lands before the artifact reaches you, keep polling the job rather than paying again — reconciliation completes almost all of these on its own. A job it cannot resolve is worked by a human — report the jobId to abuse@havenagent.ai. Payments are final (x402 exact-scheme transfers are irreversible).","retention":"Generated artifacts are deleted 7 days after creation. Download promptly.","abuseContact":"abuse@havenagent.ai"}}