{"info":{"_postman_id":"4b7a5e87-2b6f-4040-8f23-1f7165ad33a9","name":"Revid Public API v3 - Master Collection","description":"<html><head></head><body><p>Revid MCP for AI agents is available at <code>POST https://www.revid.ai/api/mcp</code>.\nUse it when you want Cursor, Claude, ChatGPT, or custom agents to call Revid tools directly. Authenticate with <code>Authorization: Bearer YOUR_REVID_API_KEY</code>, <code>x-revid-api-key</code>, <code>x-api-key</code>, or <code>key</code>. Human and agent guide: <a href=\"https://www.revid.ai/mcp\">https://www.revid.ai/mcp</a></p>\n<p>Master collection for <code>POST /api/public/v3/render</code> with workflow-focused examples.</p>\n<p>This collection now embeds a condensed field reference designed for both humans and AI agents.\nOpen the request <code>Field Definitions (v3)</code> to see workflow requirements, parameter meanings, enums, ranges, and legacy passthrough notes.</p>\n<p>Highly recommended workflow:</p>\n<ul>\n<li>Configure your video on <a href=\"https://www.revid.ai/create\">https://www.revid.ai/create</a></li>\n<li>Click <code>Get API code</code></li>\n<li>Use that exact JSON payload in this API</li>\n</ul>\n<p>Related docs:</p>\n<ul>\n<li>Revid MCP endpoint: <code>POST https://www.revid.ai/api/mcp</code></li>\n<li>Revid MCP guide: <a href=\"https://www.revid.ai/mcp\">https://www.revid.ai/mcp</a></li>\n<li>Live JSON docs: <code>GET https://www.revid.ai/api/public/v3/render</code></li>\n<li>OpenAPI spec: <code>https://www.revid.ai/postman/revid-public-v3-render.openapi.json</code></li>\n<li>Legacy V2 API: <a href=\"https://documenter.getpostman.com/view/36975521/2sA3kPo4BR\">https://documenter.getpostman.com/view/36975521/2sA3kPo4BR</a></li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"36975521","collectionId":"4b7a5e87-2b6f-4040-8f23-1f7165ad33a9","publishedId":"2sBXcGEfaB","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-02-25T13:57:15.000Z"},"item":[{"name":"Get v3 Master Docs","id":"189579c2-e507-4358-b561-e3f84a7a81a6","request":{"method":"GET","header":[],"url":"https://www.revid.ai/api/public/v3/render","urlObject":{"path":["api","public","v3","render"],"host":["https://www.revid.ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"189579c2-e507-4358-b561-e3f84a7a81a6"},{"name":"Get v3 OpenAPI Spec","id":"228b6c2b-f7ae-44a9-8a64-d875a3ef5d2e","request":{"method":"GET","header":[],"url":"https://www.revid.ai/postman/revid-public-v3-render.openapi.json","urlObject":{"path":["postman","revid-public-v3-render.openapi.json"],"host":["https://www.revid.ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"228b6c2b-f7ae-44a9-8a64-d875a3ef5d2e"},{"name":"Field Definitions (v3)","id":"9546143f-2a42-42c9-b425-8fa504993652","request":{"method":"GET","header":[],"url":"https://www.revid.ai/api/public/v3/render","description":"<h2 id=\"revid-v3-field-definitions-condensed\">Revid v3 Field Definitions (Condensed)</h2>\n<p>Canonical shape:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"webhookUrl\": \"https://your-webhook.com/revid\",\n  \"workflow\": \"script-to-video\",\n  \"source\": {},\n  \"media\": {},\n  \"voice\": {},\n  \"captions\": {},\n  \"music\": {},\n  \"avatar\": {},\n  \"options\": {},\n  \"render\": {},\n  \"advanced\": { \"customCreationParams\": {} }\n}\n</code></pre>\n<p>Key rules:</p>\n<ul>\n<li><code>media.generateVideos</code> is removed and auto-derived.</li>\n<li><code>media.animation</code> applies only for <code>media.type = moving-image</code>.</li>\n<li><code>media.hasEnhancedGeneration*</code> are derived from <code>media.imageModel</code>.</li>\n<li>Prompt tuning is under <code>source</code>: <code>source.stylePrompt</code>, <code>source.durationSeconds</code>.</li>\n<li>Music generation fields are under <code>music</code>: <code>music.generateMusic</code>, <code>music.generationMusicPrompt</code>.</li>\n<li>For <code>audio-to-video</code>, <code>options.useWholeAudio</code> defaults to <code>true</code>.</li>\n<li>Omit defaults for compact payloads (false/null flags and <code>options.outputCount</code> when <code>1</code>).</li>\n</ul>\n<p>Workflow requirements:</p>\n<ul>\n<li><code>script-to-video</code>: <code>source.text</code></li>\n<li><code>audio-to-video</code>: <code>source.url</code></li>\n<li><code>avatar-to-video</code>: <code>source.text</code> + <code>avatar.url</code></li>\n<li><code>prompt-to-video</code>: <code>source.prompt</code></li>\n<li><code>ad-generator</code>: <code>source.prompt</code> or <code>media.provided[]</code></li>\n<li><code>music-to-video</code>: <code>source.url</code></li>\n<li><code>article-to-video</code>: <code>source.url</code></li>\n<li><code>motion-transfer</code>: <code>source.url</code> + <code>media.provided[]</code></li>\n<li><code>caption-video</code>: <code>source.url</code></li>\n<li><code>static-background-video</code>: <code>source.text</code> or <code>source.url</code></li>\n</ul>\n<p>Core enums:</p>\n<ul>\n<li><code>media.type</code>: <code>moving-image</code>, <code>ai-video</code>, <code>video</code>, <code>stock-video</code>, <code>custom</code></li>\n<li><code>media.animation</code>: <code>none</code>, <code>soft</code>, <code>dynamic</code>, <code>depth</code></li>\n<li><code>captions.position</code>: <code>top</code>, <code>middle</code>, <code>bottom</code></li>\n<li><code>music.syncWith</code>: <code>beats</code>, <code>lyrics</code></li>\n</ul>\n<p>Additional Parameters (New in v3):</p>\n<ul>\n<li><code>music.soundWave</code>: Adds a waveform visual when supported.</li>\n<li><code>media.mergeVideos</code>, <code>media.addAudioToVideos</code>, <code>media.turnImagesIntoVideos</code>: Advanced media processing options.</li>\n<li><code>options.makeLastSlideFillRecordingLength</code>, <code>options.preventSummarization</code>: Fine-tune generation behavior.</li>\n</ul>\n<p>Backward compatibility:</p>\n<ul>\n<li><code>audio.*</code> is accepted as alias of <code>music.*</code>.</li>\n<li><code>options.durationSeconds</code> / <code>options.stylePrompt</code> map to <code>source.*</code>.</li>\n<li><code>options.generateMusic</code> / <code>options.generationMusicPrompt</code> map to <code>music.*</code>.</li>\n<li><code>options.generationPreset</code> / <code>media.generationPreset</code> map to <code>media.mediaPreset</code>.</li>\n</ul>\n<p>Validation:</p>\n<ul>\n<li>URLs must be public <code>http(s)</code>.</li>\n<li><code>music.audioUrl</code> is reachability-checked.</li>\n<li>Invalid enum/range returns <code>400</code> with field-specific error.</li>\n</ul>\n","urlObject":{"path":["api","public","v3","render"],"host":["https://www.revid.ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"9546143f-2a42-42c9-b425-8fa504993652"},{"name":"from Script To Video","id":"c6cca059-1b6e-4dec-b788-46663577058d","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"YOUR_REVID_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"webhookUrl\": \"https://your-server.com/revid/webhook\",\n  \"workflow\": \"script-to-video\",\n  \"source\": {\n    \"text\": \"this is my video text\"\n  },\n  \"media\": {\n    \"type\": \"moving-image\",\n    \"quality\": \"pro\",\n    \"density\": \"high\",\n    \"animation\": \"soft\"\n  },\n  \"voice\": {\n    \"enabled\": true,\n    \"voiceId\": \"cgSgspJ2msm6clMCkdW9\",\n    \"stability\": 0.2,\n    \"speed\": 1\n  },\n  \"captions\": {\n    \"enabled\": true,\n    \"preset\": \"Wrap 1\",\n    \"position\": \"bottom\"\n  },\n  \"music\": {\n    \"trackName\": \"Observer\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://www.revid.ai/api/public/v3/render","urlObject":{"path":["api","public","v3","render"],"host":["https://www.revid.ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6cca059-1b6e-4dec-b788-46663577058d"},{"name":"from Script with Custom Media","id":"062446aa-64af-4a71-bb09-8889fd821b60","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"YOUR_REVID_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"webhookUrl\": \"https://your-server.com/revid/webhook\",\n  \"workflow\": \"script-to-video\",\n  \"source\": {\n    \"text\": \"this is a test\"\n  },\n  \"media\": {\n    \"type\": \"custom\",\n    \"density\": \"medium\",\n    \"imageModel\": \"cheap\",\n    \"videoModel\": \"base\",\n    \"useOnlyProvided\": true,\n    \"turnImagesIntoVideos\": true,\n    \"provided\": [\n      {\n        \"url\": \"https://cdn.revid.ai/ai-gen/TAINdpjKn.jpg\",\n        \"title\": \"An abstract, beautiful shot of three distinct beams of light merging into a single radiant golden source.\",\n        \"type\": \"image\"\n      },\n      {\n        \"url\": \"https://cdn.revid.ai/ai-gen/OZxUbirp4.jpg\",\n        \"title\": \"Three women appear as silhouettes in front of a giant glowing sun in a dark indigo sky.\",\n        \"type\": \"image\"\n      },\n      {\n        \"url\": \"https://cdn.revid.ai/ai-gen/xA1PjFVGorg.jpg\",\n        \"title\": \"A woman with a sleek black bob stands in a neon-lit glass hallway with rain outside.\",\n        \"type\": \"image\"\n      }\n    ]\n  },\n  \"voice\": {\n    \"enabled\": true,\n    \"voiceId\": \"nPczCjzI2devNBz1zQrb\",\n    \"speed\": 1,\n    \"useLegacyModel\": false\n  },\n  \"captions\": {\n    \"enabled\": true,\n    \"preset\": \"\",\n    \"position\": \"bottom\"\n  },\n  \"metadata\": null,\n  \"aspectRatio\": \"9 / 16\"\n}","options":{"raw":{"language":"json"}}},"url":"https://www.revid.ai/api/public/v3/render","urlObject":{"path":["api","public","v3","render"],"host":["https://www.revid.ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"062446aa-64af-4a71-bb09-8889fd821b60"},{"name":"from Prompt To Video","id":"cf5c3e00-9dbd-4416-99f1-64599b464a17","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"YOUR_REVID_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"webhookUrl\": \"https://your-server.com/revid/webhook\",\n  \"workflow\": \"prompt-to-video\",\n  \"source\": {\n    \"prompt\": \"this is my prompt\",\n    \"stylePrompt\": \"dark mood\",\n    \"durationSeconds\": 40\n  },\n  \"media\": {\n    \"type\": \"ai-video\",\n    \"quality\": \"ultra\",\n    \"density\": \"high\"\n  },\n  \"options\": {\n    \"promptTargetDuration\": 30\n  },\n  \"characterIds\": [\n    \"ac873ae7-aec1-4261-b8ef-bbd85547652e\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://www.revid.ai/api/public/v3/render","urlObject":{"path":["api","public","v3","render"],"host":["https://www.revid.ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf5c3e00-9dbd-4416-99f1-64599b464a17"},{"name":"from Prompt with Reference Image","id":"4665b921-6471-4637-b111-cba58e4891f8","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"YOUR_REVID_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"webhookUrl\": \"https://your-server.com/revid/webhook\",\n  \"workflow\": \"prompt-to-video\",\n  \"source\": {\n    \"prompt\": \"this is an example\",\n    \"durationSeconds\": 40\n  },\n  \"media\": {\n    \"type\": \"ai-video\",\n    \"imageModel\": \"ultra\",\n    \"videoModel\": \"ultra\",\n    \"mediaPreset\": \"ANIME\",\n    \"addAudioToVideos\": true,\n    \"provided\": [\n      {\n        \"url\": \"https://cdn.revid.ai/uploads/1777872884798-image.png\",\n        \"title\": \"\",\n        \"type\": \"image\"\n      }\n    ]\n  },\n  \"voice\": {\n    \"enabled\": true,\n    \"voiceId\": \"nPczCjzI2devNBz1zQrb\",\n    \"stability\": 0.2,\n    \"speed\": 1,\n    \"useLegacyModel\": false\n  },\n  \"captions\": {\n    \"enabled\": true,\n    \"preset\": \"Ali\",\n    \"position\": \"bottom\"\n  },\n  \"options\": {\n    \"promptTargetDuration\": 30\n  },\n  \"metadata\": null,\n  \"aspectRatio\": \"9 / 16\"\n}","options":{"raw":{"language":"json"}}},"url":"https://www.revid.ai/api/public/v3/render","urlObject":{"path":["api","public","v3","render"],"host":["https://www.revid.ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"4665b921-6471-4637-b111-cba58e4891f8"},{"name":"from Music To Video","id":"bcc8cfef-6f24-4a7d-aafe-1e6e781cb3ac","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"YOUR_REVID_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"webhookUrl\": \"https://your-server.com/revid/webhook\",\n  \"workflow\": \"music-to-video\",\n  \"source\": {\n    \"url\": \"https://www.youtube.com/watch?v=ip30oRP9BP0\",\n    \"recordingType\": \"video\"\n  },\n  \"media\": {\n    \"type\": \"moving-image\",\n    \"imageModel\": \"good\",\n    \"videoModel\": \"ultra\"\n  },\n  \"voice\": {\n    \"enabled\": false,\n    \"voiceId\": \"nPczCjzI2devNBz1zQrb\",\n    \"stability\": 0.2,\n    \"speed\": 1,\n    \"useLegacyModel\": false\n  },\n  \"captions\": {\n    \"enabled\": true,\n    \"preset\": \"Wrap 1\",\n    \"position\": \"bottom\"\n  },\n  \"music\": {\n    \"enabled\": false,\n    \"soundWave\": true,\n    \"syncWith\": \"lyrics\"\n  },\n  \"options\": {\n    \"disableAudio\": true\n  },\n  \"metadata\": null,\n  \"aspectRatio\": \"16 / 9\"\n}","options":{"raw":{"language":"json"}}},"url":"https://www.revid.ai/api/public/v3/render","urlObject":{"path":["api","public","v3","render"],"host":["https://www.revid.ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"bcc8cfef-6f24-4a7d-aafe-1e6e781cb3ac"},{"name":"from Audio To Video","id":"ef66c016-e35c-42b2-b5d3-f1a4bae369b4","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"YOUR_REVID_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"webhookUrl\": \"https://your-server.com/revid/webhook\",\n  \"workflow\": \"audio-to-video\",\n  \"source\": {\n    \"url\": \"https://www.youtube.com/watch?v=ip30oRP9BP0\"\n  },\n  \"media\": {\n    \"type\": \"ai-video\",\n    \"density\": \"medium\",\n    \"imageModel\": \"good\",\n    \"videoModel\": \"ultra\",\n    \"mediaPreset\": \"DEFAULT\",\n    \"bRollType\": \"split-screen\"\n  },\n  \"voice\": {\n    \"enabled\": false,\n    \"voiceId\": \"nPczCjzI2devNBz1zQrb\",\n    \"stability\": 0.2,\n    \"speed\": 1,\n    \"useLegacyModel\": false\n  },\n  \"captions\": {\n    \"enabled\": true,\n    \"preset\": \"Wrap 1\",\n    \"position\": \"bottom\",\n    \"autoCrop\": true\n  },\n  \"music\": {\n    \"enabled\": false,\n    \"trackName\": \"Observer\"\n  },\n  \"options\": {\n    \"useWholeAudio\": true,\n    \"hasToTranscript\": true,\n    \"disableAudio\": true\n  },\n  \"metadata\": {\n    \"lengthSeconds\": 1184,\n    \"title\": \"Votre argent ne vous appartient pas | Éric Larchevêque\",\n    \"urlType\": \"youtube\",\n    \"url\": \"https://www.youtube.com/watch?v=ip30oRP9BP0\",\n    \"duration\": 1184\n  },\n  \"aspectRatio\": \"16 / 9\"\n}","options":{"raw":{"language":"json"}}},"url":"https://www.revid.ai/api/public/v3/render","urlObject":{"path":["api","public","v3","render"],"host":["https://www.revid.ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef66c016-e35c-42b2-b5d3-f1a4bae369b4"},{"name":"from Article To Video","id":"15a30f24-87af-4edf-9805-9a64392b7003","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"YOUR_REVID_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"webhookUrl\": \"https://your-server.com/revid/webhook\",\n  \"workflow\": \"article-to-video\",\n  \"source\": {\n    \"url\": \"https://open.spotify.com/track/5Cp75TUMrHF6c8xbhdligS?si=215888ce8b784bc9\"\n  },\n  \"options\": {\n    \"summarizationPreference\": \"summarize\",\n    \"targetDuration\": 30\n  },\n  \"metadata\": {\n    \"urlType\": \"spotify\",\n    \"duration\": 194\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://www.revid.ai/api/public/v3/render","urlObject":{"path":["api","public","v3","render"],"host":["https://www.revid.ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"15a30f24-87af-4edf-9805-9a64392b7003"},{"name":"from Avatar To Video","id":"253a1ac3-ba3c-48ac-9c89-325e164d1815","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"YOUR_REVID_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"webhookUrl\": \"https://your-server.com/revid/webhook\",\n  \"workflow\": \"avatar-to-video\",\n  \"source\": {\n    \"text\": \"this is my text\"\n  },\n  \"media\": {\n    \"type\": \"moving-image\",\n    \"bRollType\": \"split-screen\",\n    \"placeAvatarInContext\": true\n  },\n  \"avatar\": {\n    \"enabled\": true,\n    \"url\": \"https://cdn.revid.ai/ai-gen/chSmd-WtE.jpg\",\n    \"mimeType\": \"image/jpeg\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://www.revid.ai/api/public/v3/render","urlObject":{"path":["api","public","v3","render"],"host":["https://www.revid.ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"253a1ac3-ba3c-48ac-9c89-325e164d1815"},{"name":"from Static BG Video","id":"bbf620f1-b439-419e-8d2a-c35dedf447a2","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"YOUR_REVID_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"webhookUrl\": \"https://your-server.com/revid/webhook\",\n  \"workflow\": \"static-background-video\",\n  \"source\": {\n    \"text\": \"this is my text\"\n  },\n  \"media\": {\n    \"type\": \"moving-image\",\n    \"backgroundVideo\": {\n      \"type\": \"video\",\n      \"url\": \"https://cdn.revid.ai/backgrounds/minecraft/color-upscaled.mp4\",\n      \"urlLowRes\": \"https://cdn.revid.ai/backgrounds/minecraft/color_low.mp4\",\n      \"imagePreview\": \"https://cdn.revid.ai/backgrounds/minecraft/color_poster.webp\",\n      \"noReencode\": true\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://www.revid.ai/api/public/v3/render","urlObject":{"path":["api","public","v3","render"],"host":["https://www.revid.ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"bbf620f1-b439-419e-8d2a-c35dedf447a2"},{"name":"from Caption Video","id":"958bed16-0650-498e-90d4-337e41602b00","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"YOUR_REVID_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"webhookUrl\": \"https://your-server.com/revid/webhook\",\n  \"workflow\": \"caption-video\",\n  \"source\": {\n    \"url\": \"https://cdn.revid.ai/uploads/1771944925512-video.mp4\",\n    \"recordingType\": \"video\"\n  },\n  \"media\": {\n    \"type\": \"moving-image\",\n    \"bRollType\": \"split-screen\"\n  },\n  \"captions\": {\n    \"enabled\": true,\n    \"autoCrop\": true\n  },\n  \"metadata\": {\n    \"duration\": 8.042667\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://www.revid.ai/api/public/v3/render","urlObject":{"path":["api","public","v3","render"],"host":["https://www.revid.ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"958bed16-0650-498e-90d4-337e41602b00"},{"name":"from AI Ad Generator","id":"e7f4179d-89e1-4071-8a96-e522cc2d62f8","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"YOUR_REVID_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"webhookUrl\": \"https://your-server.com/revid/webhook\",\n  \"workflow\": \"ad-generator\",\n  \"source\": {\n    \"prompt\": \"my ad prompt\"\n  },\n  \"media\": {\n    \"type\": \"moving-image\",\n    \"quality\": \"ultra\",\n    \"useOnlyProvided\": true,\n    \"provided\": [\n      {\n        \"url\": \"https://cdn.revid.ai/uploads/1771944959344-image.png\",\n        \"type\": \"image\",\n        \"title\": \"\"\n      }\n    ]\n  },\n  \"options\": {\n    \"promptTargetDuration\": 30\n  },\n  \"metadata\": {\n    \"duration\": 8.042667\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://www.revid.ai/api/public/v3/render","urlObject":{"path":["api","public","v3","render"],"host":["https://www.revid.ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7f4179d-89e1-4071-8a96-e522cc2d62f8"},{"name":"from with Stock Video","id":"9bd0b3f4-da02-4186-bd6f-4229644efa47","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"YOUR_REVID_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"webhookUrl\": \"https://your-server.com/revid/webhook\",\n  \"workflow\": \"script-to-video\",\n  \"source\": {\n    \"text\": \"this is my video text\"\n  },\n  \"media\": {\n    \"type\": \"stock-video\",\n    \"density\": \"high\"\n  },\n  \"voice\": {\n    \"enabled\": true,\n    \"voiceId\": \"cgSgspJ2msm6clMCkdW9\",\n    \"stability\": 0.2,\n    \"speed\": 1\n  },\n  \"captions\": {\n    \"enabled\": true,\n    \"preset\": \"Wrap 1\",\n    \"position\": \"bottom\"\n  },\n  \"music\": {\n    \"trackName\": \"Observer\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://www.revid.ai/api/public/v3/render","urlObject":{"path":["api","public","v3","render"],"host":["https://www.revid.ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"9bd0b3f4-da02-4186-bd6f-4229644efa47"},{"name":"from X/Linkedin To Video","id":"8e34d6a6-b316-48c2-b985-3e2f2cd68832","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"YOUR_REVID_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"webhookUrl\": \"https://your-server.com/revid/webhook\",\n  \"workflow\": \"script-to-video\",\n  \"source\": {\n    \"text\": \"https://x.com/tibo_maker/status/1848647301998284964\"\n  },\n  \"media\": {\n    \"type\": \"moving-image\",\n    \"density\": \"medium\",\n    \"animation\": \"dynamic\",\n    \"imageModel\": \"good\",\n    \"videoModel\": \"ultra\",\n    \"mediaPreset\": \"DEFAULT\"\n  },\n  \"voice\": {\n    \"enabled\": true,\n    \"voiceId\": \"cgSgspJ2msm6clMCkdW9\",\n    \"speed\": 1,\n    \"useLegacyModel\": false\n  },\n  \"captions\": {\n    \"enabled\": true,\n    \"preset\": \"Wrap 1\",\n    \"position\": \"bottom\"\n  },\n  \"options\": {\n    \"summarizationPreference\": \"summarize\"\n  },\n  \"metadata\": {},\n  \"aspectRatio\": \"9 / 16\"\n}","options":{"raw":{"language":"json"}}},"url":"https://www.revid.ai/api/public/v3/render","urlObject":{"path":["api","public","v3","render"],"host":["https://www.revid.ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e34d6a6-b316-48c2-b985-3e2f2cd68832"},{"name":"from Video Quiz","id":"d51dc8f3-e6ab-436c-8a0a-62459614513f","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"YOUR_REVID_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"webhookUrl\": \"https://your-server.com/revid/webhook\",\n  \"workflow\": \"script-to-video\",\n  \"source\": {\n    \"text\": \"https://x.com/tibo_maker/status/1848647301998284964\"\n  },\n  \"media\": {\n    \"type\": \"moving-image\",\n    \"density\": \"medium\",\n    \"animation\": \"dynamic\",\n    \"imageModel\": \"good\",\n    \"videoModel\": \"ultra\",\n    \"mediaPreset\": \"DEFAULT\"\n  },\n  \"voice\": {\n    \"enabled\": true,\n    \"voiceId\": \"cgSgspJ2msm6clMCkdW9\",\n    \"speed\": 1,\n    \"useLegacyModel\": false\n  },\n  \"captions\": {\n    \"enabled\": true,\n    \"preset\": \"Wrap 1\",\n    \"position\": \"bottom\"\n  },\n  \"advanced\": {\n    \"customCreationParams\": {\n      \"quizzData\": {\n        \"questions\": [\n          {\n            \"id\": \"82e14b8f-07ce-4489-9c35-6d9c10872b4e\",\n            \"question\": \"What is France\",\n            \"answers\": [\n              {\n                \"id\": \"a62c6e91-da4b-491a-8f36-ba67caa5838a\",\n                \"answer\": \"a country\",\n                \"isCorrect\": true\n              },\n              {\n                \"id\": \"10c89812-22f8-47df-88ef-f11e318fdb1c\",\n                \"answer\": \"a city\",\n                \"isCorrect\": false\n              }\n            ]\n          }\n        ],\n        \"title\": \"France\"\n      }\n    }\n  },\n  \"metadata\": null,\n  \"aspectRatio\": \"9 / 16\"\n}","options":{"raw":{"language":"json"}}},"url":"https://www.revid.ai/api/public/v3/render","urlObject":{"path":["api","public","v3","render"],"host":["https://www.revid.ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"d51dc8f3-e6ab-436c-8a0a-62459614513f"},{"name":"from PDF to Video","id":"b2b2ff65-fa9d-40cf-97a2-05316f13ec75","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"YOUR_REVID_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"webhookUrl\": \"https://your-server.com/revid/webhook\",\n  \"workflow\": \"caption-video\",\n  \"source\": {\n    \"url\": \"https://cdn.revid.ai/uploads/1772035824673-application.pdf\"\n  },\n  \"media\": {\n    \"type\": \"moving-image\",\n    \"density\": \"medium\",\n    \"animation\": \"dynamic\",\n    \"imageModel\": \"cheap\",\n    \"videoModel\": \"base\",\n    \"mediaPreset\": \"DEFAULT\"\n  },\n  \"voice\": {\n    \"enabled\": true,\n    \"voiceId\": \"nPczCjzI2devNBz1zQrb\",\n    \"speed\": 1,\n    \"useLegacyModel\": false\n  },\n  \"captions\": {\n    \"enabled\": true,\n    \"preset\": \"\",\n    \"position\": \"bottom\"\n  },\n  \"metadata\": {\n    \"path\": \"2024-February-carousel-thibaultll.pdf\",\n    \"mediaId\": \"f539cd4c-562e-49e7-810c-13cd2899563f\",\n    \"url\": \"https://cdn.revid.ai/uploads/1772035824673-application.pdf\"\n  },\n  \"aspectRatio\": \"9 / 16\"\n}","options":{"raw":{"language":"json"}}},"url":"https://www.revid.ai/api/public/v3/render","urlObject":{"path":["api","public","v3","render"],"host":["https://www.revid.ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2b2ff65-fa9d-40cf-97a2-05316f13ec75"},{"name":"from Motion Transfer","id":"9bb85e4a-99db-4c52-aeeb-2d2bb999228f","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"YOUR_REVID_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"webhookUrl\": \"https://your-server.com/revid/webhook\",\n  \"workflow\": \"motion-transfer\",\n  \"source\": {\n    \"url\": \"https://cdn.revid.ai/uploads/1772035872439-video.mp4\"\n  },\n  \"media\": {\n    \"type\": \"moving-image\",\n    \"density\": \"medium\",\n    \"animation\": \"dynamic\",\n    \"imageModel\": \"good\",\n    \"videoModel\": \"ultra\",\n    \"mediaPreset\": \"DEFAULT\",\n    \"useOnlyProvided\": true,\n    \"provided\": [\n      {\n        \"url\": \"https://cdn.revid.ai/uploads/1772035882827-image.jpg\",\n        \"title\": \"\",\n        \"type\": \"image\"\n      }\n    ]\n  },\n  \"voice\": {\n    \"enabled\": false,\n    \"voiceId\": \"cgSgspJ2msm6clMCkdW9\",\n    \"speed\": 1,\n    \"useLegacyModel\": false\n  },\n  \"captions\": {\n    \"enabled\": true,\n    \"preset\": \"Wrap 1\",\n    \"position\": \"bottom\"\n  },\n  \"metadata\": {\n    \"duration\": 25.322667\n  },\n  \"aspectRatio\": \"9 / 16\"\n}","options":{"raw":{"language":"json"}}},"url":"https://www.revid.ai/api/public/v3/render","urlObject":{"path":["api","public","v3","render"],"host":["https://www.revid.ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"9bb85e4a-99db-4c52-aeeb-2d2bb999228f"},{"name":"from News to video","id":"bc8ce41a-bf32-4184-bb05-b79f7a2c92e5","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"YOUR_REVID_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"webhookUrl\": \"https://your-server.com/revid/webhook\",\n  \"workflow\": \"prompt-to-video\",\n  \"source\": {\n    \"prompt\": \"news about France\",\n    \"durationSeconds\": 40\n  },\n  \"media\": {\n    \"type\": \"moving-image\",\n    \"density\": \"medium\",\n    \"animation\": \"dynamic\",\n    \"imageModel\": \"good\",\n    \"videoModel\": \"ultra\",\n    \"mediaPreset\": \"DEFAULT\"\n  },\n  \"voice\": {\n    \"enabled\": true,\n    \"voiceId\": \"cgSgspJ2msm6clMCkdW9\",\n    \"speed\": 1,\n    \"useLegacyModel\": false\n  },\n  \"captions\": {\n    \"enabled\": true,\n    \"preset\": \"Wrap 1\",\n    \"position\": \"bottom\"\n  },\n  \"options\": {\n    \"promptTargetDuration\": 30\n  },\n  \"advanced\": {\n    \"customCreationParams\": {\n      \"fetchNews\": true,\n      \"promptCustomRules\": \"Use recent factual sources and structure as a professional news report.\"\n    }\n  },\n  \"metadata\": null,\n  \"aspectRatio\": \"9 / 16\"\n}","options":{"raw":{"language":"json"}}},"url":"https://www.revid.ai/api/public/v3/render","urlObject":{"path":["api","public","v3","render"],"host":["https://www.revid.ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"bc8ce41a-bf32-4184-bb05-b79f7a2c92e5"},{"name":"Get Account Info","id":"29c2e617-a298-4035-afdd-d7be10d3986f","request":{"method":"GET","header":[{"key":"key","value":"YOUR_REVID_API_KEY","type":"text"}],"url":"https://www.revid.ai/api/public/v3/me","description":"<p>Get the authenticated user's email, total credits, subscription status, and workspace context.</p>\n","urlObject":{"path":["api","public","v3","me"],"host":["https://www.revid.ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"29c2e617-a298-4035-afdd-d7be10d3986f"},{"name":"Get Projects","id":"999fb0c3-b772-4679-bdd2-4b6df63d36db","request":{"method":"GET","header":[{"key":"key","value":"YOUR_REVID_API_KEY","type":"text"}],"url":"https://www.revid.ai/api/public/v3/projects?limit=10","description":"<p>Get the status of a project. Use the pid retrieved at project creation.</p>\n","urlObject":{"path":["api","public","v3","projects"],"host":["https://www.revid.ai"],"query":[{"key":"limit","value":"10"}],"variable":[]}},"response":[],"_postman_id":"999fb0c3-b772-4679-bdd2-4b6df63d36db"},{"name":"Get Video Status","id":"5ed065dc-9996-473b-87bb-57964830a2ac","request":{"method":"GET","header":[{"key":"key","value":"YOUR_REVID_API_KEY","type":"text"}],"url":"https://www.revid.ai/api/public/v3/status?pid=REPLACE_WITH_PROJECT_ID","description":"<p>Get the status of a project. Use the pid retrieved at project creation.</p>\n","urlObject":{"path":["api","public","v3","status"],"host":["https://www.revid.ai"],"query":[{"key":"pid","value":"REPLACE_WITH_PROJECT_ID"}],"variable":[]}},"response":[],"_postman_id":"5ed065dc-9996-473b-87bb-57964830a2ac"},{"name":"Estimate Credits","id":"bf365e7e-0ccd-4d02-8e3d-517da7e56c2b","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"workflow\": \"script-to-video\",\n  \"source\": {\n    \"text\": \"this is a test\"\n  },\n  \"media\": {\n    \"type\": \"moving-image\",\n    \"quality\": \"pro\",\n    \"density\": \"high\",\n    \"animation\": \"soft\"\n  },\n  \"voice\": {\n    \"enabled\": true,\n    \"voiceId\": \"cgSgspJ2msm6clMCkdW9\"\n  },\n  \"captions\": {\n    \"enabled\": true,\n    \"preset\": \"Wrap 1\",\n    \"position\": \"bottom\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://www.revid.ai/api/public/v3/calculate-credits","description":"<p>Estimate credits for a generation payload using the same v3 schema as <code>POST /api/public/v3/render</code>.</p>\n<p>You can send either:</p>\n<ul>\n<li>v3 format (<code>workflow</code>, <code>source</code>, <code>media</code>, <code>voice</code>, ...)</li>\n<li>legacy format (<code>creationParams</code>) for backward compatibility.</li>\n</ul>\n","urlObject":{"path":["api","public","v3","calculate-credits"],"host":["https://www.revid.ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf365e7e-0ccd-4d02-8e3d-517da7e56c2b"},{"name":"Add To Queue","id":"a9d24d1c-3011-4eca-94d0-a202fd89d226","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"YOUR_REVID_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"videoUrl\": \"https://cdn.revid.ai/uploads/your-video.mp4\",\n  \"channelName\": \"Main Channel\"\n}","options":{"raw":{"language":"json"}}},"url":"https://www.revid.ai/api/public/v3/add-to-queue","description":"<p>Add a content to your Revid scheduling queue, it will be scheduled at the next available queue slot.</p>\n<p>Use either <strong><code>channelName</code></strong> (name of a channel you add in your Account Settings) or <strong>one or multiple social account</strong>.</p>\n<p>To specify social media account, use the <strong>username</strong> as specified in your <a href=\"https://revid.ai/account\">Revid account settings</a>.</p>\n","urlObject":{"path":["api","public","v3","add-to-queue"],"host":["https://www.revid.ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"a9d24d1c-3011-4eca-94d0-a202fd89d226"},{"name":"Publish Now","id":"74de4e0b-056a-4d0e-ad98-93ca1fa59a31","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"YOUR_REVID_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"videoUrl\": \"https://cdn.revid.ai/uploads/your-video.mp4\",\n  \"channelName\": \"Main Channel\"\n}","options":{"raw":{"language":"json"}}},"url":"https://www.revid.ai/api/public/v3/publish-now","description":"<p>Publish a video now.</p>\n<p>Use either <strong><code>channelName</code></strong> (name of a channel you add in your Account Settings) or <strong>one or multiple social account</strong>.</p>\n<p>To specify social media account, use the <strong>username</strong> as specified in your <a href=\"https://revid.ai/account\">Revid account settings</a>.</p>\n","urlObject":{"path":["api","public","v3","publish-now"],"host":["https://www.revid.ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"74de4e0b-056a-4d0e-ad98-93ca1fa59a31"},{"name":"Export Project","id":"e03a2269-62c3-44df-b85a-fee5ac7ea377","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"YOUR_REVID_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"pid\": \"REPLACE_WITH_PROJECT_ID\"\n}","options":{"raw":{"language":"json"}}},"url":"https://www.revid.ai/api/public/v3/export-video","description":"<p>Export the project and return a video file.<br />Requires a valid project ID that you own as input.<br />Rendering a project costs 10 credits.</p>\n","urlObject":{"path":["api","public","v3","export-video"],"host":["https://www.revid.ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"e03a2269-62c3-44df-b85a-fee5ac7ea377"},{"name":"Rename Project","id":"c2ad3634-9205-4f23-a111-7cd13c31bbc1","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"YOUR_REVID_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"pid\": \"REPLACE_WITH_PROJECT_ID\",\n  \"name\": \"My New Project Name\"\n}","options":{"raw":{"language":"json"}}},"url":"https://www.revid.ai/api/public/v3/rename-project","description":"<p>Renames a project owned by the API key user.</p>\n","urlObject":{"path":["api","public","v3","rename-project"],"host":["https://www.revid.ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2ad3634-9205-4f23-a111-7cd13c31bbc1"},{"name":"Get All Consistent Characters","id":"2bac5d8c-26de-4ef8-a2ff-f392e3e9ce49","request":{"method":"GET","header":[{"key":"key","value":"YOUR_REVID_API_KEY","description":"<p>Your Revid API key (required). Found in your account settings.</p>\n","type":"text"}],"url":"https://www.revid.ai/api/public/v3/consistent-characters","description":"<p>Retrieve all consistent characters for the authenticated user.</p>\n<p>Returns characters from two sources:</p>\n<ol>\n<li><strong>Avatar-based characters</strong> — saved via the UI or API, stored with a name and description</li>\n<li><strong>LoRA-trained characters</strong> — trained custom character models with status \"ready\"</li>\n</ol>\n<p>Results are sorted by <code>createdAt</code> descending (newest first).</p>\n<h3 id=\"response-fields-per-character\">Response fields per character</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>string</td>\n<td>Unique character ID (use this for deletion)</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>Character name</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>string</td>\n<td>Character description (used by AI to understand context)</td>\n</tr>\n<tr>\n<td><code>imageUrl</code></td>\n<td>string</td>\n<td>URL of the character image</td>\n</tr>\n<tr>\n<td><code>contentType</code></td>\n<td>string</td>\n<td>Media type — <code>image/png</code>, <code>video/mp4</code>, or <code>character</code> (for LoRA)</td>\n</tr>\n<tr>\n<td><code>source</code></td>\n<td>string</td>\n<td>Origin — <code>avatar</code> or <code>lora</code></td>\n</tr>\n<tr>\n<td><code>createdAt</code></td>\n<td>number</td>\n<td>Unix timestamp in milliseconds</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","public","v3","consistent-characters"],"host":["https://www.revid.ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"2bac5d8c-26de-4ef8-a2ff-f392e3e9ce49"},{"name":"Create Consistent Character","id":"dd9ec10b-9c6f-4615-a7bd-051139cdc367","request":{"method":"POST","header":[{"key":"key","value":"YOUR_REVID_API_KEY","description":"<p>Your Revid API key (required). Found in your account settings.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Sarah\",\n  \"description\": \"A friendly teacher who explains complex topics simply\",\n  \"imageUrl\": \"https://cdn.revid.ai/ai-gen/chSmd-WtE.jpg\"\n}","options":{"raw":{"language":"json"}}},"url":"https://www.revid.ai/api/public/v3/consistent-characters","description":"<p>Create a new consistent character.</p>\n<p>The character is saved as an avatar with a description, making it available both as a consistent character in stories/videos and as a talking avatar in video creation tools.</p>\n<h3 id=\"request-body\">Request body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Character name (min 3 characters)</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Character description (min 10 characters). This is used by the AI to understand when and how to use this character.</td>\n</tr>\n<tr>\n<td><code>imageUrl</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>A valid URL pointing to the character image</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"validation-rules\">Validation rules</h3>\n<ul>\n<li><code>name</code> must be at least 3 characters</li>\n<li><code>description</code> must be at least 10 characters</li>\n<li><code>imageUrl</code> must be a valid, well-formed URL</li>\n</ul>\n","urlObject":{"path":["api","public","v3","consistent-characters"],"host":["https://www.revid.ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd9ec10b-9c6f-4615-a7bd-051139cdc367"},{"name":"Delete Consistent Character","id":"01a0d39a-de39-4730-8d02-77f60b1c71e9","request":{"method":"DELETE","header":[{"key":"key","value":"YOUR_REVID_API_KEY","description":"<p>Your Revid API key (required). Found in your account settings.</p>\n","type":"text"}],"url":"https://www.revid.ai/api/public/v3/consistent-characters?id=REPLACE_WITH_CHARACTER_ID","description":"<p>Delete a consistent character by its ID.</p>\n<p>The endpoint looks up the character in both the avatars collection and the LoRA collection, so it works for both types of characters.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<p>The <code>id</code> can be passed either as:</p>\n<ul>\n<li>A <strong>query parameter</strong>: <code>?id=xxx</code></li>\n<li>Or in the <strong>request body</strong>: <code>{ \"id\": \"xxx\" }</code></li>\n</ul>\n<p>Get the character <code>id</code> from the GET endpoint response.</p>\n<h3 id=\"response-fields\">Response fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>success</code></td>\n<td>number</td>\n<td><code>1</code> on success, <code>0</code> on failure</td>\n</tr>\n<tr>\n<td><code>deleted</code></td>\n<td>string</td>\n<td>The ID of the deleted character</td>\n</tr>\n<tr>\n<td><code>source</code></td>\n<td>string</td>\n<td>Which collection it was deleted from — <code>avatar</code> or <code>lora</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","public","v3","consistent-characters"],"host":["https://www.revid.ai"],"query":[{"key":"id","value":"REPLACE_WITH_CHARACTER_ID"}],"variable":[]}},"response":[],"_postman_id":"01a0d39a-de39-4730-8d02-77f60b1c71e9"},{"name":"Buy Credit Pack","id":"36ab6e97-8666-450f-92f2-d6175ba6b632","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"YOUR_REVID_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"source\": \"auto_topup\"\n}","options":{"raw":{"language":"json"}}},"url":"https://www.revid.ai/api/public/v3/buy-credit-pack","description":"<p>API endpoint to trigger auto top-up credit pack purchase.</p>\n<p>Required body field:</p>\n<ul>\n<li><code>source</code>: must be <code>auto_topup</code>.</li>\n</ul>\n<p>This endpoint charges the saved payment method and returns invoice metadata.</p>\n","urlObject":{"path":["api","public","v3","buy-credit-pack"],"host":["https://www.revid.ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"36ab6e97-8666-450f-92f2-d6175ba6b632"},{"name":"Clone Voice","id":"9edcd6ce-484d-4e0f-b630-d8c8d75b3645","request":{"method":"POST","header":[{"key":"key","value":"YOUR_REVID_API_KEY","description":"<p>Your Revid API key (required). Found in your account settings.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"My Cloned Voice\",\n  \"description\": \"A friendly voice for tutorials\",\n  \"voiceUrl\": \"https://cdn.revid.ai/uploads/sample-voice.mp3\"\n}","options":{"raw":{"language":"json"}}},"url":"https://www.revid.ai/api/public/v3/voice-clone","description":"<p>Clone a voice from an audio sample.</p>\n<h3 id=\"request-body\">Request body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Voice name (min 3 characters)</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>string</td>\n<td>No</td>\n<td>Voice description</td>\n</tr>\n<tr>\n<td><code>voiceUrl</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>A valid URL pointing to the audio sample (mp3, wav, etc.)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"validation-rules\">Validation rules</h3>\n<ul>\n<li><code>name</code> must be at least 3 characters</li>\n<li><code>voiceUrl</code> must be a valid, well-formed URL</li>\n<li>User must be on Elite plan or above</li>\n</ul>\n","urlObject":{"path":["api","public","v3","voice-clone"],"host":["https://www.revid.ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"9edcd6ce-484d-4e0f-b630-d8c8d75b3645"}],"variable":[{"key":"baseUrl","value":"https://www.revid.ai"},{"key":"apiKey","value":"YOUR_REVID_API_KEY"},{"key":"webhookUrl","value":"https://your-server.com/revid/webhook"},{"key":"spotifyTrackUrl","value":"https://open.spotify.com/track/5Cp75TUMrHF6c8xbhdligS?si=215888ce8b784bc9"},{"key":"sourceUrl","value":"https://cdn.revid.ai/uploads/1771944925512-video.mp4"},{"key":"audioToVideoSourceUrl","value":"https://www.youtube.com/watch?v=ip30oRP9BP0"},{"key":"avatarUrl","value":"https://cdn.revid.ai/ai-gen/chSmd-WtE.jpg"},{"key":"backgroundVideoUrl","value":"https://cdn.revid.ai/backgrounds/minecraft/color-upscaled.mp4"},{"key":"productImageUrl","value":"https://cdn.revid.ai/uploads/1771944959344-image.png"},{"key":"projectId","value":"REPLACE_WITH_PROJECT_ID"},{"key":"videoUrl","value":"https://cdn.revid.ai/uploads/your-video.mp4"},{"key":"channelName","value":"Main Channel"},{"key":"characterId","value":"REPLACE_WITH_CHARACTER_ID"}]}