{ "opencollection": "1.0.0", "info": { "name": "Tavus Developer API Collection Conversations Replacements API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Replacements", "type": "folder" }, "items": [ { "info": { "name": "List Replacements", "type": "http" }, "http": { "method": "GET", "url": "https://tavusapi.com/v2/replacements", "params": [ { "name": "limit", "value": "", "type": "query", "description": "The number of replacements to return per page. Default is 10." }, { "name": "page", "value": "", "type": "query", "description": "The page number to return. Default is 1." } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "This endpoint is no longer supported by Tavus.\n\nThis endpoint returns a list of all Replacements created by the account associated with the API Key in use.\n" }, { "info": { "name": "Create Replacement", "type": "http" }, "http": { "method": "POST", "url": "https://tavusapi.com/v2/replacements", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "This endpoint is no longer supported by Tavus.\n\nThis endpoint creates a test word replacement request that will modify specific words or phrases in an existing video.\n" }, { "info": { "name": "Get Replacement", "type": "http" }, "http": { "method": "GET", "url": "https://tavusapi.com/v2/replacements/:replacement_id", "params": [ { "name": "replacement_id", "value": "", "type": "path", "description": "A unique identifier for the replacement." } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "This endpoint is no longer supported by Tavus.\n\nThis endpoint returns a single replacement by its unique identifier.\n" }, { "info": { "name": "Delete Replacement", "type": "http" }, "http": { "method": "DELETE", "url": "https://tavusapi.com/v2/replacements/:replacement_id", "params": [ { "name": "replacement_id", "value": "", "type": "path", "description": "A unique identifier for the replacement." } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "This endpoint is no longer supported by Tavus.\n\nThis endpoint deletes a single replacement by its unique identifier.\n" } ] } ], "bundled": true }