{ "opencollection": "1.0.0", "info": { "name": "AutoContent Content API", "version": "1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Content", "type": "folder" }, "items": [ { "info": { "name": "Get credit usage and limits", "type": "http" }, "http": { "method": "GET", "url": "https://api.autocontentapi.com/content/Usage" }, "docs": "Get credit usage and limits" }, { "info": { "name": "Get queue stats", "type": "http" }, "http": { "method": "GET", "url": "https://api.autocontentapi.com/content/QueueStats" }, "docs": "Get queue stats" }, { "info": { "name": "List queued or processing requests", "type": "http" }, "http": { "method": "GET", "url": "https://api.autocontentapi.com/content/QueueRequests" }, "docs": "List queued or processing requests" }, { "info": { "name": "List podcasts", "type": "http" }, "http": { "method": "GET", "url": "https://api.autocontentapi.com/content/Podcasts" }, "docs": "List podcasts" }, { "info": { "name": "List transcripts", "type": "http" }, "http": { "method": "GET", "url": "https://api.autocontentapi.com/content/Transcripts" }, "docs": "List transcripts" }, { "info": { "name": "Create content", "type": "http" }, "http": { "method": "POST", "url": "https://api.autocontentapi.com/content/Create" }, "docs": "Generate new content (audio, video, infographic, etc.)." }, { "info": { "name": "Repurpose existing content", "type": "http" }, "http": { "method": "POST", "url": "https://api.autocontentapi.com/content/Repurpose" }, "docs": "Repurpose existing content" }, { "info": { "name": "Get request status", "type": "http" }, "http": { "method": "GET", "url": "https://api.autocontentapi.com/content/Status/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get request status" }, { "info": { "name": "List content requests", "type": "http" }, "http": { "method": "GET", "url": "https://api.autocontentapi.com/content/List" }, "docs": "List content requests" }, { "info": { "name": "List voices", "type": "http" }, "http": { "method": "GET", "url": "https://api.autocontentapi.com/content/GetVoices" }, "docs": "List voices" }, { "info": { "name": "Get current client", "type": "http" }, "http": { "method": "GET", "url": "https://api.autocontentapi.com/content/Me" }, "docs": "Get current client" }, { "info": { "name": "Register webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.autocontentapi.com/content/Webhook" }, "docs": "Register webhook" }, { "info": { "name": "Remove webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.autocontentapi.com/content/RemoveWebhook" }, "docs": "Remove webhook" }, { "info": { "name": "List webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.autocontentapi.com/content/Webhooks" }, "docs": "List webhooks" }, { "info": { "name": "Modify podcast", "type": "http" }, "http": { "method": "POST", "url": "https://api.autocontentapi.com/content/ModifyPodcast" }, "docs": "Modify podcast" }, { "info": { "name": "Separate speakers in audio", "type": "http" }, "http": { "method": "POST", "url": "https://api.autocontentapi.com/content/SeparateSpeakersAudio" }, "docs": "Separate speakers in audio" }, { "info": { "name": "Clone voice", "type": "http" }, "http": { "method": "POST", "url": "https://api.autocontentapi.com/content/CloneVoice" }, "docs": "Clone voice" }, { "info": { "name": "Generate transcript", "type": "http" }, "http": { "method": "POST", "url": "https://api.autocontentapi.com/content/GetTranscript" }, "docs": "Generate transcript" }, { "info": { "name": "Get transcript by episode ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.autocontentapi.com/content/GetTranscript/:episodeId", "params": [ { "name": "episodeId", "value": "", "type": "path" } ] }, "docs": "Get transcript by episode ID" }, { "info": { "name": "Create podcast from custom script", "type": "http" }, "http": { "method": "POST", "url": "https://api.autocontentapi.com/content/CreatePodcastCustomScript" }, "docs": "Create podcast from custom script" }, { "info": { "name": "Create podcast with custom voices", "type": "http" }, "http": { "method": "POST", "url": "https://api.autocontentapi.com/content/CreatePodcastCustomVoices" }, "docs": "Create podcast with custom voices" }, { "info": { "name": "Remove cloned voice", "type": "http" }, "http": { "method": "POST", "url": "https://api.autocontentapi.com/content/RemoveVoice" }, "docs": "Remove cloned voice" }, { "info": { "name": "Delete a request", "type": "http" }, "http": { "method": "POST", "url": "https://api.autocontentapi.com/content/DeleteRequest" }, "docs": "Delete a request" }, { "info": { "name": "Schedule multiple podcasts", "type": "http" }, "http": { "method": "POST", "url": "https://api.autocontentapi.com/content/Schedule" }, "docs": "Schedule multiple podcasts" } ] } ], "bundled": true }