{"info":{"_postman_id":"68359411-b3fe-4bcf-915a-026646a07d76","name":"Powerbeans Publisher API","description":"<html><head></head><body><h1 id=\"1-introduction\"><strong>1. Introduction</strong></h1>\n<img src=\"https://lh7-us.googleusercontent.com/FkFTYC06AAQUn2_cUYnjYwDckDLYYAxw2XmkrRUW6b7TPS0krypXivE0BpFLZUAnMf2UMd54nc5qCJQ7TiKNt-FBT-9faCI9T5MPyKVfpL8_bK3eMmETzfS5tsFFhH0LtbSNylDxgRHeh7_G-M2CSOE\">\n\n<p>The Powerbeans player is the flagship product of Powerbeans. It consists of an AI solution for any editorial online publisher to transform their already existing content into Audio in a simple way, while providing the user with the option to consume the full content or a summary.</p>\n<p>The player was conceived with an API-first approach to allow the developers around the world to make the most out of it.</p>\n<p>The main concepts to learn before getting started are:</p>\n<ul>\n<li><p><strong>Publisher</strong>: The entity behind a website where the player will be implemented. (Example: CNN)</p>\n</li>\n<li><p><strong>Site</strong>: The entity that represents the website itself, a domain or subdomain. (Example: <a href=\"https://cnnespanol.cnn.com\">https://cnnespanol.cnn.com</a> )</p>\n</li>\n<li><p><strong>Content</strong>: Any article that the player is implemented on. The content should be unique based on its URL. (Example: <a href=\"https://cnnespanol.cnn.com/2024/01/11/estados-unidos-ataques-aereos-hutes-iran-yemen-trax/\">https://cnnespanol.cnn.com/2024/01/11/estados-unidos-ataques-aereos-hutes-iran-yemen-trax/</a>)</p>\n</li>\n</ul>\n<p>Powerbeans Publisher API gives the publisher different endpoints to manage their content, including creating new audios, retreive generated summaries and full-article audios, regenerate content texts and summaries.</p>\n<p>Base URL of the API:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://api.powerbeans-ai.com/private\n\n</code></pre><h1 id=\"2-authorization\"><strong>2. Authorization</strong></h1>\n<p>The Powerbeans team will generate and provide you with a PRIVATE API KEY for each site where the player is set up.</p>\n<p>The API KEY is tied to the publisher and a site. This means that the scope of the requests is limited to that site.</p>\n<blockquote>\n<p>It's important not to confuse this key with the PUBLIC API KEY provided to be used in the player. </p>\n</blockquote>\n<p>There are two ways of adding the API KEY to the API calls:</p>\n<ol>\n<li><p>Query parameter: <a href=\"https://api.powerbeans-ai.com/private/...?apiKey=%7B%7BAPI_KEY%7D%7D\"><b>https://api.powerbeans-ai.com/private/...?apiKey={{API_KEY}}</b></a></p>\n</li>\n<li><p>Header: add a header <strong>x-api-key</strong> with the API KEY as the value.</p>\n</li>\n</ol>\n<h1 id=\"3-rate-limit\"><strong>3. Rate limit</strong></h1>\n<p>Rate limits are restrictions that our API imposes on the number of times you can access our services within a specified period of time.</p>\n<p>Rate limits are imposed at the API KEY level, not publisher level.</p>\n<p>The current rate limit is 500 req/sec.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"1. Introduction","slug":"1-introduction"},{"content":"2. Authorization","slug":"2-authorization"},{"content":"3. Rate limit","slug":"3-rate-limit"}],"owner":"33953332","collectionId":"68359411-b3fe-4bcf-915a-026646a07d76","publishedId":"2sA35HXMFC","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"19E852"},"publishDate":"2024-04-11T12:00:49.000Z"},"item":[{"name":"Site","item":[{"name":"Update Site Description","id":"aca9dcc6-77cf-4f8c-9156-56c8982d8155","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"description\": \"Some description\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.powerbeans-ai.com/private/site","description":"<p>This endpoint allows you to update the description for a specific site.</p>\n<h5 id=\"request-body\">Request Body</h5>\n<ul>\n<li><code>description</code> (string, default: <code>\"\"</code>): description of the site. Used mostly for identification purposes.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is the site updated with the new description.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"_id\": string, // Id of the site updated \n    \"publisherId\": string, // Id of the publisher associated to the site\n    \"url\": string, // Url of the site\n    \"description\": string, // Description of the site\n    \"createdAt\": string, // Date of site creation\n    \"updatedAt\": string, // Date of last time the site data was updated\n    \"configuration\": { // Configurations of the sites\n        \"checkSummaryBeforeAudioGeneration\": boolean,\n        \"replaceDictionaryUrl\": string, \n        \"replaceNumbersWithTexts\": boolean,\n        \"disableSummaryInPlayer\": boolean,\n        \"autoGenerateSummaryText\": boolean,\n        \"autoGenerateSummaryAudio\": boolean,\n        \"autoGenerateFullAudio\": boolean,\n        \"enableCompanionBanner\": boolean,\n        \"disableMultipleVoices\": boolean,\n        \"contentLengthLimitsInChars\": {\n            \"min\": number,\n            \"max\": number\n        },\n        \"_id\": \"660848545e52d851ff020cc1\"\n    }\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{privateApiKey}}"}]},"isInherited":true,"source":{"_postman_id":"68359411-b3fe-4bcf-915a-026646a07d76","id":"68359411-b3fe-4bcf-915a-026646a07d76","name":"Powerbeans Publisher API","type":"collection"}},"urlObject":{"protocol":"https","path":["private","site"],"host":["api.powerbeans-ai.com"],"query":[],"variable":[]}},"response":[{"id":"55d71b10-47c2-4529-9873-064435bb11de","name":"200 Update Site Description","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"description\": \"Your site's description\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.powerbeans-ai.com/private/site"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Jul 2024 08:43:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"733"},{"key":"Connection","value":"keep-alive"},{"key":"Apigw-Requestid","value":"bt8ndh7YIAMEZ8g="}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"659eeb20d3d7d3e95df00e2b\",\n    \"publisherId\": \"659ee92b8266a5439b779a19\",\n    \"url\": \"www.rapturegrowth.com\",\n    \"description\": \"Some description\",\n    \"createdAt\": \"2024-01-10T19:08:16.249Z\",\n    \"updatedAt\": \"2024-07-30T08:43:54.652Z\",\n    \"configuration\": {\n        \"checkSummaryBeforeAudioGeneration\": true,\n        \"replaceDictionaryUrl\": \"https://s3.us-east-1.amazonaws.com/parrot-prod-contents/659eeb20d3d7d3e95df00e2b/replaceAudioDictionary\",\n        \"replaceNumbersWithTexts\": false,\n        \"disableSummaryInPlayer\": false,\n        \"autoGenerateSummaryText\": true,\n        \"autoGenerateSummaryAudio\": true,\n        \"autoGenerateFullAudio\": true,\n        \"autoGenerateContentFor\": [],\n        \"enableCompanionBanner\": false,\n        \"disableMultipleVoices\": false,\n        \"contentLengthLimitsInChars\": {\n            \"min\": 100,\n            \"max\": 10000\n        },\n        \"_id\": \"660848545e52d851ff020cc1\"\n    }\n}"}],"_postman_id":"aca9dcc6-77cf-4f8c-9156-56c8982d8155"},{"name":"Update Site","id":"47333bb4-b4bb-4e66-9a1b-b98ca54e82bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"description\": {{string}},\n    \"configuration\": {\n        \"checkSummaryBeforeAudioGeneration\": {{boolean}},\n        \"replaceNumbersWithTexts\": {{boolean}},\n        \"disableSummaryInPlayer\": {{boolean}},\n        \"autoGenerateSummaryText\": {{boolean}},\n        \"autoGenerateSummaryAudio\": {{boolean}},\n        \"autoGenerateFullAudio\": {{boolean}},\n        \"autoGenerateContentFor\": \"string[]\",\n        \"contentLengthLimitsInChars\": {\n            \"min\": {{number}},\n            \"max\": {{number}}\n        },\n        \"textElements\": {\n            \"en\": {\n                \"toggleSummaryText\": {{string}},\n                \"toggleFullContentText\": {{string}},\n                \"onlySummaryText\": {{string}},\n                \"onlyFullContentText\": {{string}},\n                \"listenTo\": {{string}},\n                \"extraLabel\": {{string}}\n            }\n        },\n        \"scrapingIntegration\": {\n            \"enabled\": \"boolean\",\n            \"minCreationDate\": \"string\", // Date in \"YYYY-MM-DD\" format\n            \"config\": {\n                \"preProcessFunctions\": [\n                    {\n                        \"name\": \"string\", // Name of the preprocessing function\n                        \"params\": {\n                            \"selectors\": \"string[]\" // Array of selectors for elements to remove\n                        }\n                    }\n                ],\n                \"postProcessFunctions\": [\n                    {\n                        \"name\": \"string\" // Name of the postprocessing function\n                    }\n                ],\n                \"propertiesExtractors\": {\n                    \"title\": {\n                        \"selector\": \"string\" // Selector for extracting the title\n                    },\n                    \"content\": {\n                        \"selector\": \"string\", // Selector for extracting the content\n                        \"multiple\": \"boolean\" // Indicates if multiple elements should be selected\n                    },\n                    \"creationDate\": {\n                        \"selector\": \"string\", // Selector for extracting the creation date\n                        \"strategy\": \"text | attribute\", // Strategy used for extraction\n                        \"attributeName\": \"\" // Attribute name (only used with \"attribute\" strategy)\n                    }\n                }\n            }\n        },\n        \"stickyPlayerEnabled\": {{boolean}},\n    },\n   \"player\": {{PlayerID | null}}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.powerbeans-ai.com/private/site","description":"<p>This endpoint allows you to update the updatable fields and configuration of the publisher site</p>\n<h5 id=\"request-body\">Request Body</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"description\": \"string\",\n    \"configuration\": {\n        \"checkSummaryBeforeAudioGeneration\": \"boolean\",\n        \"replaceNumbersWithTexts\": \"boolean\",\n        \"contentLengthLimitsInChars\": {\n            \"min\": \"number\",\n            \"max\": \"number\"\n        },\n        \"autoGenerateFullAudio\": \"boolean\",\n        \"autoGenerateSummaryText\": \"boolean\",\n        \"autoGenerateSummaryAudio\": \"boolean\"\n        \"textElements\": {\n            \"en\": {\n                \"toggleSummaryText\": \"string\",\n                \"toggleFullContentText\": \"string\",\n                \"onlySummaryText\": \"string\",\n                \"onlyFullContentText\": \"string\",\n                \"listenTo\": \"string\",\n                \"extraLabel\": \"string\"\n            }\n        }\n    }\n}\n\n</code></pre>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is the site updated with the new config.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"_id\": \"string\", // ID of the site\n    \"publisherId\": \"string\", // ID of the publisher\n    \"url\": \"string\", // URL of the site\n    \"description\": \"string\", // Description of the site\n    \"createdAt\": \"string\", // Creation timestamp\n    \"updatedAt\": \"string\", // Last update timestamp\n    \"configuration\": {\n        \"checkSummaryBeforeAudioGeneration\": \"boolean\", // Whether to check summary before audio generation\n        \"replaceDictionaryUrl\": \"string\", // URL of the dictionary for replacement\n        \"replaceNumbersWithTexts\": \"boolean\", // Whether to replace numbers with text\n        \"disableSummaryInPlayer\": \"boolean\", // Whether to disable summary in the player\n        \"autoGenerateSummaryText\": \"boolean\", // Whether to auto-generate summary text\n        \"autoGenerateSummaryAudio\": \"boolean\", // Whether to auto-generate summary audio\n        \"autoGenerateFullAudio\": \"boolean\", // Whether to auto-generate full audio\n        \"autoGenerateContentFor\": \"array\", // Array of content types for auto-generation\n        \"enableCompanionBanner\": \"boolean\", // Whether to enable a companion banner\n        \"preventAnyFullAudioGeneration\": \"boolean\", // Whether to prevent any full audio generation\n        \"disableMultipleVoices\": \"boolean\", // Whether to disable multiple voices\n        \"disableSummaryLink\": \"boolean\", // Whether to disable the summary link\n        \"defaultOriginalLanguage\": \"string|null\", // Default original language, null if not set\n        \"defaultVoiceName\": \"string|null\", // Default voice name, null if not set\n        \"scrapingIntegration\": {\n            \"enabled\": \"boolean\" // Whether scraping integration is enabled\n        },\n        \"contentLengthLimitsInChars\": {\n            \"min\": \"number\", // Minimum content length in characters\n            \"max\": \"number\" // Maximum content length in characters\n        },\n        \"textElements\": {\n            \"en\": {\n                \"toggleSummaryText\": \"string\", // Text for toggling summary\n                \"toggleFullContentText\": \"string\", // Text for toggling full content\n                \"onlySummaryText\": \"string\", // Text for only summary\n                \"onlyFullContentText\": \"string\", // Text for only full content\n                \"listenTo\": \"string\", // Text for listen to\n                \"extraLabel\": \"string\" // Additional label text\n            }\n        }\n    },\n    \"player\": \"string\", // ID of the player\n    \"defaultOriginalLanguage\": \"string\", // Default original language\n    \"defaultVoiceName\": \"string\" // Default voice name\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{privateApiKey}}"}]},"isInherited":true,"source":{"_postman_id":"68359411-b3fe-4bcf-915a-026646a07d76","id":"68359411-b3fe-4bcf-915a-026646a07d76","name":"Powerbeans Publisher API","type":"collection"}},"urlObject":{"protocol":"https","path":["private","site"],"host":["api.powerbeans-ai.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"47333bb4-b4bb-4e66-9a1b-b98ca54e82bc"},{"name":"Get Sites","id":"3845b2c3-eb12-496c-85e1-9544c494a95f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.powerbeans-ai.com/private/sites","description":"<p>This endpoint returns the details for all your sites.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{privateApiKey}}"}]},"isInherited":true,"source":{"_postman_id":"68359411-b3fe-4bcf-915a-026646a07d76","id":"68359411-b3fe-4bcf-915a-026646a07d76","name":"Powerbeans Publisher API","type":"collection"}},"urlObject":{"protocol":"https","path":["private","sites"],"host":["api.powerbeans-ai.com"],"query":[],"variable":[]}},"response":[{"id":"129c5c04-ac72-4d69-abd1-c9c62e5b39ff","name":"200 Get Sites","originalRequest":{"method":"GET","header":[],"url":"https://api.powerbeans-ai.com/private/sites"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Jul 2024 08:45:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"735"},{"key":"Connection","value":"keep-alive"},{"key":"Apigw-Requestid","value":"bt8yiiXQIAMEYOQ="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"659eeb20d3d7d3e95df00e2b\",\n        \"publisherId\": \"659ee92b8266a5439b779a19\",\n        \"url\": \"www.rapturegrowth.com\",\n        \"description\": \"Some description\",\n        \"createdAt\": \"2024-01-10T19:08:16.249Z\",\n        \"updatedAt\": \"2024-07-30T08:43:54.652Z\",\n        \"configuration\": {\n            \"checkSummaryBeforeAudioGeneration\": true,\n            \"replaceDictionaryUrl\": \"https://s3.us-east-1.amazonaws.com/parrot-prod-contents/659eeb20d3d7d3e95df00e2b/replaceAudioDictionary\",\n            \"replaceNumbersWithTexts\": false,\n            \"disableSummaryInPlayer\": false,\n            \"autoGenerateSummaryText\": true,\n            \"autoGenerateSummaryAudio\": true,\n            \"autoGenerateFullAudio\": true,\n            \"autoGenerateContentFor\": [],\n            \"enableCompanionBanner\": false,\n            \"disableMultipleVoices\": false,\n            \"contentLengthLimitsInChars\": {\n                \"min\": 100,\n                \"max\": 10000\n            },\n            \"_id\": \"660848545e52d851ff020cc1\"\n        }\n    }\n]"}],"_postman_id":"3845b2c3-eb12-496c-85e1-9544c494a95f"},{"name":"Update Replace Dictionary","id":"81db396f-6f36-4850-a291-515b72337ee3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"dictionary\": [\n        {\n            \"from\": \"USD\",\n            \"to\": \"dólares\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.powerbeans-ai.com/private/site/dictionary","description":"<p>This endpoint allows you to update the dictionary of replacement words to be used by the player in all of its audios within the site.</p>\n<h5 id=\"request-body\">Request Body</h5>\n<ul>\n<li><p><code>dictionary</code> ({from: string, to: string}, default: <code>[]</code>)</p>\n<ul>\n<li><p><code>dictionary.from</code> (string): word to be replaced.</p>\n</li>\n<li><p><code>dictionary.to</code> (string): word to replace with.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is the updated dictionary.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"from\": string, // Word to be replaced  \n        \"to\": string // Word to replace with\n    }   \n]\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{privateApiKey}}"}]},"isInherited":true,"source":{"_postman_id":"68359411-b3fe-4bcf-915a-026646a07d76","id":"68359411-b3fe-4bcf-915a-026646a07d76","name":"Powerbeans Publisher API","type":"collection"}},"urlObject":{"protocol":"https","path":["private","site","dictionary"],"host":["api.powerbeans-ai.com"],"query":[],"variable":[]}},"response":[{"id":"f8aeed8d-c628-40ab-a370-2a37648725b3","name":"200 Update Replace Dictionary","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"dictionary\": [\n        {\n            \"from\": \"USD\",\n            \"to\": \"dólares\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.powerbeans-ai.com/private/site/dictionary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Jul 2024 08:47:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"32"},{"key":"Connection","value":"keep-alive"},{"key":"Apigw-Requestid","value":"bt9FIj1OIAMEY9g="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"from\": \"USD\",\n        \"to\": \"dólares\"\n    }\n]"}],"_postman_id":"81db396f-6f36-4850-a291-515b72337ee3"},{"name":"Get Replace Dictionary","id":"6b98d180-8506-4450-8ac3-230507d4b123","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.powerbeans-ai.com/private/site/dictionary","description":"<p>This endpoint allows you to get the dictionary of replacement words to be used by the player in all of its audios within the site.</p>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is the site updated with the new config.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"from\": string, // Word to be replaced  \n        \"to\": string // Word to replace with\n        \"caseSensitive\": boolean // Indicates whether the replacement should be case-sensitive\n    }   \n]\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{privateApiKey}}"}]},"isInherited":true,"source":{"_postman_id":"68359411-b3fe-4bcf-915a-026646a07d76","id":"68359411-b3fe-4bcf-915a-026646a07d76","name":"Powerbeans Publisher API","type":"collection"}},"urlObject":{"protocol":"https","path":["private","site","dictionary"],"host":["api.powerbeans-ai.com"],"query":[],"variable":[]}},"response":[{"id":"8e886d99-2d3c-4620-a650-8f56f2bdff5c","name":"200 Get Replace Dictionary","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.powerbeans-ai.com/private/site/dictionary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Jul 2024 08:47:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"32"},{"key":"Connection","value":"keep-alive"},{"key":"Apigw-Requestid","value":"bt9IziwAoAMEMdg="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"from\": \"USD\",\n        \"to\": \"dólares\"\n    }\n]"}],"_postman_id":"6b98d180-8506-4450-8ac3-230507d4b123"}],"id":"b2e235a5-6373-4593-86b3-93827acbee09","_postman_id":"b2e235a5-6373-4593-86b3-93827acbee09","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{privateApiKey}}"}]},"isInherited":true,"source":{"_postman_id":"68359411-b3fe-4bcf-915a-026646a07d76","id":"68359411-b3fe-4bcf-915a-026646a07d76","name":"Powerbeans Publisher API","type":"collection"}}},{"name":"Contents","item":[{"name":"Delete Content Audio","id":"6f4805eb-61d5-4b4d-9275-4b69c85314fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.powerbeans-ai.com/private/audios/{{contentId}}","description":"<p>This is going to remove ( by content ID ) the audio data ref document from the db and also will remove the audio files from the S3 Bucket</p>\n<h4 id=\"request-parameters\">Request parameters</h4>\n<p><code>contentId</code> (required: true): <code>string</code> ID of the Content Audioto be deleted.</p>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is the content object with the updated <code>softRemoved</code> property.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"deletedFromS3\": { \n            \"$metadata\": {\n                \"httpStatusCode\": number, // HTTP status code returned from the S3 deletion request\n                \"requestId\": string, // Unique request ID for the S3 deletion operation\n                \"extendedRequestId\": string, // Extended request ID for additional tracing in AWS\n                \"attempts\": number, // Number of attempts made for the S3 deletion request\n                \"totalRetryDelay\": number // Total delay time due to retries (in milliseconds)\n            },\n            \"Deleted\": [\n                {\n                    \"Key\": string // Key of the deleted object in the S3 bucket\n                }\n            ]\n        },\n        \"deletedFromRepository\": { \n            \"_id\": string, // ID of the document in the repository\n            \"softRemoved\": boolean, // Indicates whether the content is soft-deleted\n            \"publisherId\": string, // ID of the publisher associated with the content\n            \"contentId\": string, // ID of the content associated with the deletion\n            \"siteId\": string, // ID of the site associated with the content\n            \"voiceId\": string, // ID of the voice associated with the content\n            \"language\": string, // Language of the content (e.g., \"es\" for Spanish)\n            \"fullAudioUrl\": string, // URL of the full audio in the S3 bucket\n            \"status\": string, // Current status of the content\n            \"createdAt\": string, // Timestamp of when the content was created\n            \"updatedAt\": string, // Timestamp of the last update made to the content\n            \"__v\": number // Version key for document revision tracking in MongoDB\n        }\n    }\n]\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{privateApiKey}}"}]},"isInherited":true,"source":{"_postman_id":"68359411-b3fe-4bcf-915a-026646a07d76","id":"68359411-b3fe-4bcf-915a-026646a07d76","name":"Powerbeans Publisher API","type":"collection"}},"urlObject":{"protocol":"https","path":["private","audios","{{contentId}}"],"host":["api.powerbeans-ai.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f4805eb-61d5-4b4d-9275-4b69c85314fe"},{"name":"Get Contents","id":"ca9aae5c-a47a-48c3-a798-84914300778b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.powerbeans-ai.com/private/site/contents","description":"<p>This endpoint returns all the content of the site associated with your API KEY.</p>\n<h4 id=\"query-params\">Query Params</h4>\n<ul>\n<li><p><code>limit</code> (number, optional, max: 100): a limit on the number of objects to return, ranging between 1 and 100.</p>\n</li>\n<li><p><code>page</code> (number, optional): the page number for paginated results. Used with the limit parameter to retrieve a specific subset of objects.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is an array containing all of the site's content.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"_id\": string, // Id of the content\n        \"url\": string, // Url of the content\n        \"originalLanguage\": string, // Language of the content (valid values: 'es', 'en)\n        \"contentText\": string, // Url of the file that contains the full version in text of the content\n        \"summaryText\": string, // Url of the file that contains the summary version in text of the content\n        \"status\": string, // Status of the content (valid values: 'active', 'inactive'). Only active contents will display the player in the site.\n        \"audios\": [ // Audios associated to the content\n            {\n                \"voice\": string, // Name of the voice used for the audio (example: 'Sergio')\n                \"language\": \"es\", // Language of the audio\n                \"summaryAudioUrl\": string, // Url of the file that contains the summary version of the content in audio, based on the summaryText\n                \"fullAudioUrl\": string, // Url of the file that contains the full version of the content in audio, based on the summaryText\n            }\n        ],\n        \"contentProcesses\": [ // Not finished processes associated to the content\n            {\n                \"type\": string, // Type of process (possible values: 'summary', 'summary-audio', 'full-audio') \n                \"language\": string,\n                \"voice\": string, // In case the process is audio-related, the voice used to fulfill the process.\n                \"status\": string // Status of the process (possible values: 'pending', 'failed')\n            }\n        ],\n        \"voiceIds\": [],  // List of id for the voices used in the content\n        \"categories\": [], // List of manually-provided categories associated with the content\n        \"iabCategories\": [], // List of IAB categories associated with the content\n        \"createdAt\": string, // Date of creation of the content\n        \"updatedAt\": string // Date of last modification of the content\n    }\n]\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{privateApiKey}}"}]},"isInherited":true,"source":{"_postman_id":"68359411-b3fe-4bcf-915a-026646a07d76","id":"68359411-b3fe-4bcf-915a-026646a07d76","name":"Powerbeans Publisher API","type":"collection"}},"urlObject":{"protocol":"https","path":["private","site","contents"],"host":["api.powerbeans-ai.com"],"query":[{"disabled":true,"key":"limit","value":"1"},{"disabled":true,"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"b279f01f-c211-4586-a2e8-772322834eb7","name":"200 Get Contents","originalRequest":{"method":"GET","header":[{"key":"Origin","value":"{{url}}","type":"text"},{"key":"Powerbeans-url","value":"{{contentUrl}}","type":"text"}],"url":"https://api.powerbeans-ai.com/private/site/contents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2024 07:47:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"142223"},{"key":"Connection","value":"keep-alive"},{"key":"Apigw-Requestid","value":"ViT2ohyVIAMEPgg="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"65a133c8d996f8e6f9625cb3\",\n        \"url\": \"https://www.rapturegrowth.com/post/ethereum-l%C3%ADder-en-innovaci%C3%B3n-y-potencial-a-largo-plazo-en-el-mundo-de-las-criptomonedas\",\n        \"originalLanguage\": \"es\",\n        \"contentProcesses\": [\n            {\n                \"type\": \"summary-audio\",\n                \"language\": \"es\",\n                \"status\": \"pending\"\n            }\n        ],\n        \"contentText\": \"https://s3.us-east-1.amazonaws.com/parrot-prod-contents/659eeb20d3d7d3e95df00e2b/65a133c8d996f8e6f9625cb3/full/1705063368678?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=ASIA4MTWIK3BVWWVTVFE%2F20240401%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240401T074730Z&X-Amz-Expires=1800&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEBgaCXVzLWVhc3QtMSJHMEUCIGxrNt%2FsEAmmeshjv3sUgOa%2FfzqgxRs%2BTqfnHmq28LL0AiEAi3PHXLWhgyetNLip%2B9EvkQ67xZ7J2Gk6zyeQB9SDKXYqmQMIQRAAGgw4NTE3MjUyNzY4NjciDJgQy53rMmc6Q3srKCr2AsxJ7UqGxOlwuT7FpG0A3AyBQbKSEDPCqyUicLIyr9xIXPiUi1NvIEK6pWVlPOc3jt%2FzYXbbXIhzARf2Ww8Tnl5EARGW%2BavRGFYxPiysTPMXdrjPW%2FvHO2%2B%2BdNFJMQdGuWC%2B1orHNwp%2F1Xy%2FIpRn9EjhcdlVwSEX2pwl886t7L7plbKZGfncCyRnXdd%2FsPiUZnfRO42XTss2vze4RLMjroY9f5Lsw%2Fz9AfQThLDuvdB0Rqkhu%2FAAP6J3T%2F29Ub69DIj1FWP7ghKL2ro3IC0eZ581zVmi64W0LEUiSM8lj3RLJ0n5iWpVguHiR4AwoU9LiPCIB8geh5uSCJkN2qzr0hgbT5TZTkyYZ8gxdyRawnS0kp1cpyDFwUju%2BYU%2BakI1IehSNfZZpgpwqpbp%2FcNgumtyAF6n26QNCwwu46jqsVFMpreyzfmJoRW21OJMrKIwEcfsDdugNUkbd%2Fhu8UYcskUXiD4KCwaQlo1Fs1gyDm1ioTp%2Fl8BrMJDNqbAGOp0BUGTYEqCpMPbDCHCQdalZi84ZgYCd%2Fs4xb25fJxuzt0TaNI5C%2FjzQfllDROyi57Tsh0xf0cYB804R96xMGWNwwIwHpOl43NQnpH96JKVKfbvE7XWVotLyncHUZp8z6pLPGXYnu%2BRbFjV%2F0JxjqyBZ%2BYODUlm9SwPhwJXG4G7jpY7KsYeAGU7Ya2Png0nq72D9iQR%2FIBH11e3KD0ko6w%3D%3D&X-Amz-Signature=78483eee2447ab64edc3baa0fd81264c3d8d7d4fc099fa79eda59d2f28f4e986&X-Amz-SignedHeaders=host\",\n        \"summaryText\": \"https://s3.us-east-1.amazonaws.com/parrot-prod-contents/659eeb20d3d7d3e95df00e2b/65a133c8d996f8e6f9625cb3/summary/1705063381596?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=ASIA4MTWIK3BVWWVTVFE%2F20240401%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240401T074730Z&X-Amz-Expires=1800&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEBgaCXVzLWVhc3QtMSJHMEUCIGxrNt%2FsEAmmeshjv3sUgOa%2FfzqgxRs%2BTqfnHmq28LL0AiEAi3PHXLWhgyetNLip%2B9EvkQ67xZ7J2Gk6zyeQB9SDKXYqmQMIQRAAGgw4NTE3MjUyNzY4NjciDJgQy53rMmc6Q3srKCr2AsxJ7UqGxOlwuT7FpG0A3AyBQbKSEDPCqyUicLIyr9xIXPiUi1NvIEK6pWVlPOc3jt%2FzYXbbXIhzARf2Ww8Tnl5EARGW%2BavRGFYxPiysTPMXdrjPW%2FvHO2%2B%2BdNFJMQdGuWC%2B1orHNwp%2F1Xy%2FIpRn9EjhcdlVwSEX2pwl886t7L7plbKZGfncCyRnXdd%2FsPiUZnfRO42XTss2vze4RLMjroY9f5Lsw%2Fz9AfQThLDuvdB0Rqkhu%2FAAP6J3T%2F29Ub69DIj1FWP7ghKL2ro3IC0eZ581zVmi64W0LEUiSM8lj3RLJ0n5iWpVguHiR4AwoU9LiPCIB8geh5uSCJkN2qzr0hgbT5TZTkyYZ8gxdyRawnS0kp1cpyDFwUju%2BYU%2BakI1IehSNfZZpgpwqpbp%2FcNgumtyAF6n26QNCwwu46jqsVFMpreyzfmJoRW21OJMrKIwEcfsDdugNUkbd%2Fhu8UYcskUXiD4KCwaQlo1Fs1gyDm1ioTp%2Fl8BrMJDNqbAGOp0BUGTYEqCpMPbDCHCQdalZi84ZgYCd%2Fs4xb25fJxuzt0TaNI5C%2FjzQfllDROyi57Tsh0xf0cYB804R96xMGWNwwIwHpOl43NQnpH96JKVKfbvE7XWVotLyncHUZp8z6pLPGXYnu%2BRbFjV%2F0JxjqyBZ%2BYODUlm9SwPhwJXG4G7jpY7KsYeAGU7Ya2Png0nq72D9iQR%2FIBH11e3KD0ko6w%3D%3D&X-Amz-Signature=d6dbaeaeb11fba0c3e252b416946f9146df533702d8a3f4526b9c37e23c3d323&X-Amz-SignedHeaders=host\",\n        \"audios\": [\n            {\n                \"voice\": \"Sergio\",\n                \"language\": \"es\",\n                \"summaryAudioUrl\": \"https://s3.us-east-1.amazonaws.com/parrot-prod-audios/65a133c8d996f8e6f9625cb3/.ac12ea1f-eda4-4461-b30c-b94d1ae27530.mp3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=ASIA4MTWIK3BVWWVTVFE%2F20240401%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240401T074730Z&X-Amz-Expires=1800&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEBgaCXVzLWVhc3QtMSJHMEUCIGxrNt%2FsEAmmeshjv3sUgOa%2FfzqgxRs%2BTqfnHmq28LL0AiEAi3PHXLWhgyetNLip%2B9EvkQ67xZ7J2Gk6zyeQB9SDKXYqmQMIQRAAGgw4NTE3MjUyNzY4NjciDJgQy53rMmc6Q3srKCr2AsxJ7UqGxOlwuT7FpG0A3AyBQbKSEDPCqyUicLIyr9xIXPiUi1NvIEK6pWVlPOc3jt%2FzYXbbXIhzARf2Ww8Tnl5EARGW%2BavRGFYxPiysTPMXdrjPW%2FvHO2%2B%2BdNFJMQdGuWC%2B1orHNwp%2F1Xy%2FIpRn9EjhcdlVwSEX2pwl886t7L7plbKZGfncCyRnXdd%2FsPiUZnfRO42XTss2vze4RLMjroY9f5Lsw%2Fz9AfQThLDuvdB0Rqkhu%2FAAP6J3T%2F29Ub69DIj1FWP7ghKL2ro3IC0eZ581zVmi64W0LEUiSM8lj3RLJ0n5iWpVguHiR4AwoU9LiPCIB8geh5uSCJkN2qzr0hgbT5TZTkyYZ8gxdyRawnS0kp1cpyDFwUju%2BYU%2BakI1IehSNfZZpgpwqpbp%2FcNgumtyAF6n26QNCwwu46jqsVFMpreyzfmJoRW21OJMrKIwEcfsDdugNUkbd%2Fhu8UYcskUXiD4KCwaQlo1Fs1gyDm1ioTp%2Fl8BrMJDNqbAGOp0BUGTYEqCpMPbDCHCQdalZi84ZgYCd%2Fs4xb25fJxuzt0TaNI5C%2FjzQfllDROyi57Tsh0xf0cYB804R96xMGWNwwIwHpOl43NQnpH96JKVKfbvE7XWVotLyncHUZp8z6pLPGXYnu%2BRbFjV%2F0JxjqyBZ%2BYODUlm9SwPhwJXG4G7jpY7KsYeAGU7Ya2Png0nq72D9iQR%2FIBH11e3KD0ko6w%3D%3D&X-Amz-Signature=3a75627ad2cf27b9c438f5cba3198d40a036554f551af048545fa03b85fbe703&X-Amz-SignedHeaders=host\",\n                \"fullAudioUrl\": \"https://s3.us-east-1.amazonaws.com/parrot-prod-audios/65a133c8d996f8e6f9625cb3/.35a0a4a1-0e0f-4d35-8d0e-7d31e1ea0993.mp3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=ASIA4MTWIK3BVWWVTVFE%2F20240401%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240401T074730Z&X-Amz-Expires=1800&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEBgaCXVzLWVhc3QtMSJHMEUCIGxrNt%2FsEAmmeshjv3sUgOa%2FfzqgxRs%2BTqfnHmq28LL0AiEAi3PHXLWhgyetNLip%2B9EvkQ67xZ7J2Gk6zyeQB9SDKXYqmQMIQRAAGgw4NTE3MjUyNzY4NjciDJgQy53rMmc6Q3srKCr2AsxJ7UqGxOlwuT7FpG0A3AyBQbKSEDPCqyUicLIyr9xIXPiUi1NvIEK6pWVlPOc3jt%2FzYXbbXIhzARf2Ww8Tnl5EARGW%2BavRGFYxPiysTPMXdrjPW%2FvHO2%2B%2BdNFJMQdGuWC%2B1orHNwp%2F1Xy%2FIpRn9EjhcdlVwSEX2pwl886t7L7plbKZGfncCyRnXdd%2FsPiUZnfRO42XTss2vze4RLMjroY9f5Lsw%2Fz9AfQThLDuvdB0Rqkhu%2FAAP6J3T%2F29Ub69DIj1FWP7ghKL2ro3IC0eZ581zVmi64W0LEUiSM8lj3RLJ0n5iWpVguHiR4AwoU9LiPCIB8geh5uSCJkN2qzr0hgbT5TZTkyYZ8gxdyRawnS0kp1cpyDFwUju%2BYU%2BakI1IehSNfZZpgpwqpbp%2FcNgumtyAF6n26QNCwwu46jqsVFMpreyzfmJoRW21OJMrKIwEcfsDdugNUkbd%2Fhu8UYcskUXiD4KCwaQlo1Fs1gyDm1ioTp%2Fl8BrMJDNqbAGOp0BUGTYEqCpMPbDCHCQdalZi84ZgYCd%2Fs4xb25fJxuzt0TaNI5C%2FjzQfllDROyi57Tsh0xf0cYB804R96xMGWNwwIwHpOl43NQnpH96JKVKfbvE7XWVotLyncHUZp8z6pLPGXYnu%2BRbFjV%2F0JxjqyBZ%2BYODUlm9SwPhwJXG4G7jpY7KsYeAGU7Ya2Png0nq72D9iQR%2FIBH11e3KD0ko6w%3D%3D&X-Amz-Signature=d43c567ae4cfed2b5a1d0a660aa2ad083aa6944465e081fe6a9334c413c3eb46&X-Amz-SignedHeaders=host\"\n            },\n            {\n                \"voice\": \"Pedro\",\n                \"language\": \"es\",\n                \"summaryAudioUrl\": \"https://s3.us-east-1.amazonaws.com/parrot-prod-audios/65a133c8d996f8e6f9625cb3/.3deeed82-9a0d-46f2-8e92-2b1afe96ce1a.mp3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=ASIA4MTWIK3BVWWVTVFE%2F20240401%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240401T074730Z&X-Amz-Expires=1800&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEBgaCXVzLWVhc3QtMSJHMEUCIGxrNt%2FsEAmmeshjv3sUgOa%2FfzqgxRs%2BTqfnHmq28LL0AiEAi3PHXLWhgyetNLip%2B9EvkQ67xZ7J2Gk6zyeQB9SDKXYqmQMIQRAAGgw4NTE3MjUyNzY4NjciDJgQy53rMmc6Q3srKCr2AsxJ7UqGxOlwuT7FpG0A3AyBQbKSEDPCqyUicLIyr9xIXPiUi1NvIEK6pWVlPOc3jt%2FzYXbbXIhzARf2Ww8Tnl5EARGW%2BavRGFYxPiysTPMXdrjPW%2FvHO2%2B%2BdNFJMQdGuWC%2B1orHNwp%2F1Xy%2FIpRn9EjhcdlVwSEX2pwl886t7L7plbKZGfncCyRnXdd%2FsPiUZnfRO42XTss2vze4RLMjroY9f5Lsw%2Fz9AfQThLDuvdB0Rqkhu%2FAAP6J3T%2F29Ub69DIj1FWP7ghKL2ro3IC0eZ581zVmi64W0LEUiSM8lj3RLJ0n5iWpVguHiR4AwoU9LiPCIB8geh5uSCJkN2qzr0hgbT5TZTkyYZ8gxdyRawnS0kp1cpyDFwUju%2BYU%2BakI1IehSNfZZpgpwqpbp%2FcNgumtyAF6n26QNCwwu46jqsVFMpreyzfmJoRW21OJMrKIwEcfsDdugNUkbd%2Fhu8UYcskUXiD4KCwaQlo1Fs1gyDm1ioTp%2Fl8BrMJDNqbAGOp0BUGTYEqCpMPbDCHCQdalZi84ZgYCd%2Fs4xb25fJxuzt0TaNI5C%2FjzQfllDROyi57Tsh0xf0cYB804R96xMGWNwwIwHpOl43NQnpH96JKVKfbvE7XWVotLyncHUZp8z6pLPGXYnu%2BRbFjV%2F0JxjqyBZ%2BYODUlm9SwPhwJXG4G7jpY7KsYeAGU7Ya2Png0nq72D9iQR%2FIBH11e3KD0ko6w%3D%3D&X-Amz-Signature=beac9e656f6b0eeedaa03872b2d83da870bd9b37687c1978ceab75c69ef55cbc&X-Amz-SignedHeaders=host\",\n                \"fullAudioUrl\": \"https://s3.us-east-1.amazonaws.com/parrot-prod-audios/65a133c8d996f8e6f9625cb3/.40b5bd80-ee1b-4a47-9d6b-bb892a7eba77.mp3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=ASIA4MTWIK3BVWWVTVFE%2F20240401%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240401T074730Z&X-Amz-Expires=1800&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEBgaCXVzLWVhc3QtMSJHMEUCIGxrNt%2FsEAmmeshjv3sUgOa%2FfzqgxRs%2BTqfnHmq28LL0AiEAi3PHXLWhgyetNLip%2B9EvkQ67xZ7J2Gk6zyeQB9SDKXYqmQMIQRAAGgw4NTE3MjUyNzY4NjciDJgQy53rMmc6Q3srKCr2AsxJ7UqGxOlwuT7FpG0A3AyBQbKSEDPCqyUicLIyr9xIXPiUi1NvIEK6pWVlPOc3jt%2FzYXbbXIhzARf2Ww8Tnl5EARGW%2BavRGFYxPiysTPMXdrjPW%2FvHO2%2B%2BdNFJMQdGuWC%2B1orHNwp%2F1Xy%2FIpRn9EjhcdlVwSEX2pwl886t7L7plbKZGfncCyRnXdd%2FsPiUZnfRO42XTss2vze4RLMjroY9f5Lsw%2Fz9AfQThLDuvdB0Rqkhu%2FAAP6J3T%2F29Ub69DIj1FWP7ghKL2ro3IC0eZ581zVmi64W0LEUiSM8lj3RLJ0n5iWpVguHiR4AwoU9LiPCIB8geh5uSCJkN2qzr0hgbT5TZTkyYZ8gxdyRawnS0kp1cpyDFwUju%2BYU%2BakI1IehSNfZZpgpwqpbp%2FcNgumtyAF6n26QNCwwu46jqsVFMpreyzfmJoRW21OJMrKIwEcfsDdugNUkbd%2Fhu8UYcskUXiD4KCwaQlo1Fs1gyDm1ioTp%2Fl8BrMJDNqbAGOp0BUGTYEqCpMPbDCHCQdalZi84ZgYCd%2Fs4xb25fJxuzt0TaNI5C%2FjzQfllDROyi57Tsh0xf0cYB804R96xMGWNwwIwHpOl43NQnpH96JKVKfbvE7XWVotLyncHUZp8z6pLPGXYnu%2BRbFjV%2F0JxjqyBZ%2BYODUlm9SwPhwJXG4G7jpY7KsYeAGU7Ya2Png0nq72D9iQR%2FIBH11e3KD0ko6w%3D%3D&X-Amz-Signature=b5c08beeefef1aa5d917c9afc9c036d18a4f4dc7a6c2f1ac16f31456688b5403&X-Amz-SignedHeaders=host\"\n            }\n        ],\n        \"voiceIds\": [],\n        \"categories\": [],\n        \"iabCategories\": [],\n        \"createdAt\": \"2024-01-12T12:42:48.659Z\",\n        \"updatedAt\": \"2024-01-12T12:43:01.759Z\"\n    }\n]"}],"_postman_id":"ca9aae5c-a47a-48c3-a798-84914300778b"},{"name":"Get Contents by ID/URL","id":"02be9413-530d-417e-9e9d-c3af1bc9794b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.powerbeans-ai.com/private/contents?includeProcessingAudios=false&contentIds=","description":"<p>This endpoint returns the details for one or more content items requested by ID or URL.</p>\n<h4 id=\"query-parameters\">Query parameters:</h4>\n<ul>\n<li><p><code>contentIds</code>: a string of content IDs, or content url separated by commas. It accepts a maximum of 10 ids or urls.</p>\n</li>\n<li><p><code>includeProcessingAudios</code> (boolean, optional, default: <code>false</code>): if <code>true</code>, includes in the audios array the pending audios to be processed. The audio URLs may not have content. URLs can be saved to access the audio when it's ready.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is the content data.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"_id\": string, // Id of the content\n    \"url\": string, // Url of the content\n    \"originalLanguage\": string, // Language of the content (valid values: 'es', 'en)\n    \"contentText\": string, // Url of the file that contains the full version in text of the content\n    \"summaryText\": string, // Url of the file that contains the summary version in text of the content\n    \"status\": string, // Status of the content (valid values: 'active', 'inactive'). Only active contents will display the player in the site.\n    \"audios\": [ // Audios associated to the content\n        {\n            \"voice\": string, // Name of the voice used for the audio (example: 'Sergio')\n            \"language\": \"es\", // Language of the audio\n            \"summaryAudioUrl\": string, // Url of the file that contains the summary version of the content in audio, based on the summaryText\n            \"fullAudioUrl\": string, // Url of the file that contains the full version of the content in audio, based on the summaryText\n        }\n    ],\n    \"contentProcesses\": [ // Not finished processes associated to the content\n        {\n            \"type\": string, // Type of process (possible values: 'summary', 'summary-audio', 'full-audio') \n            \"language\": string,\n            \"voice\": string, // In case the process is audio-related, the voice used to fulfill the process.\n            \"status\": string // Status of the process (possible values: 'pending', 'failed')\n        }\n    ],\n    \"voiceIds\": [],  // List of id for the voices used in the content\n    \"categories\": [], // List of manually-provided categories associated with the content\n    \"iabCategories\": [], // List of IAB categories associated with the content    \n    \"createdAt\": string, // Date of creation of the content\n    \"updatedAt\": string // Date of last modification of the content\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{privateApiKey}}"}]},"isInherited":true,"source":{"_postman_id":"68359411-b3fe-4bcf-915a-026646a07d76","id":"68359411-b3fe-4bcf-915a-026646a07d76","name":"Powerbeans Publisher API","type":"collection"}},"urlObject":{"protocol":"https","path":["private","contents"],"host":["api.powerbeans-ai.com"],"query":[{"key":"includeProcessingAudios","value":"false"},{"key":"contentIds","value":""}],"variable":[]}},"response":[{"id":"46a8590b-2fc7-4e76-8a94-b6b6d66db8fc","name":"200 Get Content","originalRequest":{"method":"GET","header":[{"key":"Origin","value":"{{url}}","type":"text"},{"key":"Powerbeans-url","value":"{{contentUrl}}","type":"text"}],"url":"https://api.powerbeans-ai.com/private/contents/{{contentId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2024 08:06:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"11533"},{"key":"Connection","value":"keep-alive"},{"key":"Apigw-Requestid","value":"ViWrNj3jIAMEYYA="}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"66070ee1e76d1aa2af317d7d\",\n    \"url\": \"https://www.rapturegrowth.com/post/ecocoin-qu%C3%A9-es-y-por-qu%C3%A9-surgi%C3%B3\",\n    \"originalLanguage\": \"es\",\n    \"contentText\": \"https://s3.us-east-1.amazonaws.com/parrot-prod-contents/659eeb20d3d7d3e95df00e2b/66070ee1e76d1aa2af317d7d/full/1711741964620?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=ASIA4MTWIK3BYDSXNMZJ%2F20240401%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240401T080647Z&X-Amz-Expires=1800&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEBkaCXVzLWVhc3QtMSJGMEQCIDXiqR7CF3xrTFXprG6Cf27MNiNluWPC43%2Fm%2BdhozxhhAiAhYB%2FPco76i8F6XdIGTTlk8aw%2BUrpdBjnJfP2RYSStlyqPAwhBEAAaDDg1MTcyNTI3Njg2NyIMR%2BceoXH9pXVcX3CVKuwCCJBvZSxwbyscVpfQQ559krtvTOtS6MetknB5aqlbFJWzxhUyGEQspm1eW2%2F7irHQdBZTruQcILhlUHC7IT5zS8nTavUd5CyhEfMqdSbBA6k1da%2BrmTbLhAgkCt4P0HpNu4ZUuDmqAi7IA%2Bjv0BAiDwpYzSxE6f7B1LEPT0Lr5qyuMzSBbub04zv5sNysrfG1CSWREyy4VOGVI%2FxQQzMCpmdaiRVwKj8MzPaujTKsRJT%2BxnEXiimHaocYWpmTgvK9b2KsOcnzAP2%2BCeAkawXJb8xw8jissPd%2FyJ30%2Bbjl0x1zz5mdRDecLnqHdc1mThwgGS2j70Acy%2BFncNhD9sM4SZcqRa3BcRTN3sVpPEoh3XUWXY%2BWEl6R0DSTuOtBrwtAYFIZl1ATAigHMEXClxy6%2For7tJCEtEKY%2FMpGjmMOsytJHFm3epyXhsxvqhPGrp2oJx6%2F6zGVMVB2cp5joIhLOVfWSNSCgaubvUlkVDCW1qmwBjqeAWuw32eWXtDb7LlwfFI5%2Bth0RHOJwL0Y94kiRNGoyRH8%2B81Z2SZuy88G5QPmHQV269bwiqroIDtSclSaZ%2FprYnxgOAurPpCZArEQrpw%2BtO4T01U5FcVVIWpFVAF12yId0NkhIyIEqpILZ2uTRU%2BLA1ADTV7mdBSkRBUwcFONvyRnhv2b8aDYpGG0sya2XAdNYZUe1qCvp80w8jkR3zUI&X-Amz-Signature=712ebfa7890899c8f4ddf58021fd853c79dcaac5e73d78ac6abf377225a746b1&X-Amz-SignedHeaders=host\",\n    \"summaryText\": \"https://s3.us-east-1.amazonaws.com/parrot-prod-contents/659eeb20d3d7d3e95df00e2b/66070ee1e76d1aa2af317d7d/summary/1711741968945?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=ASIA4MTWIK3BYDSXNMZJ%2F20240401%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240401T080647Z&X-Amz-Expires=1800&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEBkaCXVzLWVhc3QtMSJGMEQCIDXiqR7CF3xrTFXprG6Cf27MNiNluWPC43%2Fm%2BdhozxhhAiAhYB%2FPco76i8F6XdIGTTlk8aw%2BUrpdBjnJfP2RYSStlyqPAwhBEAAaDDg1MTcyNTI3Njg2NyIMR%2BceoXH9pXVcX3CVKuwCCJBvZSxwbyscVpfQQ559krtvTOtS6MetknB5aqlbFJWzxhUyGEQspm1eW2%2F7irHQdBZTruQcILhlUHC7IT5zS8nTavUd5CyhEfMqdSbBA6k1da%2BrmTbLhAgkCt4P0HpNu4ZUuDmqAi7IA%2Bjv0BAiDwpYzSxE6f7B1LEPT0Lr5qyuMzSBbub04zv5sNysrfG1CSWREyy4VOGVI%2FxQQzMCpmdaiRVwKj8MzPaujTKsRJT%2BxnEXiimHaocYWpmTgvK9b2KsOcnzAP2%2BCeAkawXJb8xw8jissPd%2FyJ30%2Bbjl0x1zz5mdRDecLnqHdc1mThwgGS2j70Acy%2BFncNhD9sM4SZcqRa3BcRTN3sVpPEoh3XUWXY%2BWEl6R0DSTuOtBrwtAYFIZl1ATAigHMEXClxy6%2For7tJCEtEKY%2FMpGjmMOsytJHFm3epyXhsxvqhPGrp2oJx6%2F6zGVMVB2cp5joIhLOVfWSNSCgaubvUlkVDCW1qmwBjqeAWuw32eWXtDb7LlwfFI5%2Bth0RHOJwL0Y94kiRNGoyRH8%2B81Z2SZuy88G5QPmHQV269bwiqroIDtSclSaZ%2FprYnxgOAurPpCZArEQrpw%2BtO4T01U5FcVVIWpFVAF12yId0NkhIyIEqpILZ2uTRU%2BLA1ADTV7mdBSkRBUwcFONvyRnhv2b8aDYpGG0sya2XAdNYZUe1qCvp80w8jkR3zUI&X-Amz-Signature=177085d4318ba38769e32fcb267ee401163d00e826f5847f1861a01d720edd39&X-Amz-SignedHeaders=host\",\n    \"audios\": [\n        {\n            \"voice\": \"Cristian\",\n            \"language\": \"es\",\n            \"summaryAudioUrl\": \"https://s3.us-east-1.amazonaws.com/parrot-prod-audios/66070ee1e76d1aa2af317d7d/summary_65eb4dd30b4676fcebffcfb3.mp3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=ASIA4MTWIK3BYDSXNMZJ%2F20240401%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240401T080647Z&X-Amz-Expires=1800&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEBkaCXVzLWVhc3QtMSJGMEQCIDXiqR7CF3xrTFXprG6Cf27MNiNluWPC43%2Fm%2BdhozxhhAiAhYB%2FPco76i8F6XdIGTTlk8aw%2BUrpdBjnJfP2RYSStlyqPAwhBEAAaDDg1MTcyNTI3Njg2NyIMR%2BceoXH9pXVcX3CVKuwCCJBvZSxwbyscVpfQQ559krtvTOtS6MetknB5aqlbFJWzxhUyGEQspm1eW2%2F7irHQdBZTruQcILhlUHC7IT5zS8nTavUd5CyhEfMqdSbBA6k1da%2BrmTbLhAgkCt4P0HpNu4ZUuDmqAi7IA%2Bjv0BAiDwpYzSxE6f7B1LEPT0Lr5qyuMzSBbub04zv5sNysrfG1CSWREyy4VOGVI%2FxQQzMCpmdaiRVwKj8MzPaujTKsRJT%2BxnEXiimHaocYWpmTgvK9b2KsOcnzAP2%2BCeAkawXJb8xw8jissPd%2FyJ30%2Bbjl0x1zz5mdRDecLnqHdc1mThwgGS2j70Acy%2BFncNhD9sM4SZcqRa3BcRTN3sVpPEoh3XUWXY%2BWEl6R0DSTuOtBrwtAYFIZl1ATAigHMEXClxy6%2For7tJCEtEKY%2FMpGjmMOsytJHFm3epyXhsxvqhPGrp2oJx6%2F6zGVMVB2cp5joIhLOVfWSNSCgaubvUlkVDCW1qmwBjqeAWuw32eWXtDb7LlwfFI5%2Bth0RHOJwL0Y94kiRNGoyRH8%2B81Z2SZuy88G5QPmHQV269bwiqroIDtSclSaZ%2FprYnxgOAurPpCZArEQrpw%2BtO4T01U5FcVVIWpFVAF12yId0NkhIyIEqpILZ2uTRU%2BLA1ADTV7mdBSkRBUwcFONvyRnhv2b8aDYpGG0sya2XAdNYZUe1qCvp80w8jkR3zUI&X-Amz-Signature=0b76a8e1161e96d24f1aa91ccc89cb8835a075ed195c2eb41f7e4871896e30a2&X-Amz-SignedHeaders=host\",\n            \"fullAudioUrl\": \"https://s3.us-east-1.amazonaws.com/parrot-prod-audios/66070ee1e76d1aa2af317d7d/full_65eb4dd30b4676fcebffcfb3.mp3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=ASIA4MTWIK3BYDSXNMZJ%2F20240401%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240401T080647Z&X-Amz-Expires=1800&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEBkaCXVzLWVhc3QtMSJGMEQCIDXiqR7CF3xrTFXprG6Cf27MNiNluWPC43%2Fm%2BdhozxhhAiAhYB%2FPco76i8F6XdIGTTlk8aw%2BUrpdBjnJfP2RYSStlyqPAwhBEAAaDDg1MTcyNTI3Njg2NyIMR%2BceoXH9pXVcX3CVKuwCCJBvZSxwbyscVpfQQ559krtvTOtS6MetknB5aqlbFJWzxhUyGEQspm1eW2%2F7irHQdBZTruQcILhlUHC7IT5zS8nTavUd5CyhEfMqdSbBA6k1da%2BrmTbLhAgkCt4P0HpNu4ZUuDmqAi7IA%2Bjv0BAiDwpYzSxE6f7B1LEPT0Lr5qyuMzSBbub04zv5sNysrfG1CSWREyy4VOGVI%2FxQQzMCpmdaiRVwKj8MzPaujTKsRJT%2BxnEXiimHaocYWpmTgvK9b2KsOcnzAP2%2BCeAkawXJb8xw8jissPd%2FyJ30%2Bbjl0x1zz5mdRDecLnqHdc1mThwgGS2j70Acy%2BFncNhD9sM4SZcqRa3BcRTN3sVpPEoh3XUWXY%2BWEl6R0DSTuOtBrwtAYFIZl1ATAigHMEXClxy6%2For7tJCEtEKY%2FMpGjmMOsytJHFm3epyXhsxvqhPGrp2oJx6%2F6zGVMVB2cp5joIhLOVfWSNSCgaubvUlkVDCW1qmwBjqeAWuw32eWXtDb7LlwfFI5%2Bth0RHOJwL0Y94kiRNGoyRH8%2B81Z2SZuy88G5QPmHQV269bwiqroIDtSclSaZ%2FprYnxgOAurPpCZArEQrpw%2BtO4T01U5FcVVIWpFVAF12yId0NkhIyIEqpILZ2uTRU%2BLA1ADTV7mdBSkRBUwcFONvyRnhv2b8aDYpGG0sya2XAdNYZUe1qCvp80w8jkR3zUI&X-Amz-Signature=9c797aadd4c7c65f755c1ecaaaab3d918e79f107dbb5198ea4c1fc6905048d09&X-Amz-SignedHeaders=host\"\n        },\n        {\n            \"voice\": \"paco\",\n            \"language\": \"es\",\n            \"summaryAudioUrl\": \"https://s3.us-east-1.amazonaws.com/parrot-prod-audios/66070ee1e76d1aa2af317d7d/summary_6602d8779c264df8d0569f3f.mp3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=ASIA4MTWIK3BYDSXNMZJ%2F20240401%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240401T080647Z&X-Amz-Expires=1800&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEBkaCXVzLWVhc3QtMSJGMEQCIDXiqR7CF3xrTFXprG6Cf27MNiNluWPC43%2Fm%2BdhozxhhAiAhYB%2FPco76i8F6XdIGTTlk8aw%2BUrpdBjnJfP2RYSStlyqPAwhBEAAaDDg1MTcyNTI3Njg2NyIMR%2BceoXH9pXVcX3CVKuwCCJBvZSxwbyscVpfQQ559krtvTOtS6MetknB5aqlbFJWzxhUyGEQspm1eW2%2F7irHQdBZTruQcILhlUHC7IT5zS8nTavUd5CyhEfMqdSbBA6k1da%2BrmTbLhAgkCt4P0HpNu4ZUuDmqAi7IA%2Bjv0BAiDwpYzSxE6f7B1LEPT0Lr5qyuMzSBbub04zv5sNysrfG1CSWREyy4VOGVI%2FxQQzMCpmdaiRVwKj8MzPaujTKsRJT%2BxnEXiimHaocYWpmTgvK9b2KsOcnzAP2%2BCeAkawXJb8xw8jissPd%2FyJ30%2Bbjl0x1zz5mdRDecLnqHdc1mThwgGS2j70Acy%2BFncNhD9sM4SZcqRa3BcRTN3sVpPEoh3XUWXY%2BWEl6R0DSTuOtBrwtAYFIZl1ATAigHMEXClxy6%2For7tJCEtEKY%2FMpGjmMOsytJHFm3epyXhsxvqhPGrp2oJx6%2F6zGVMVB2cp5joIhLOVfWSNSCgaubvUlkVDCW1qmwBjqeAWuw32eWXtDb7LlwfFI5%2Bth0RHOJwL0Y94kiRNGoyRH8%2B81Z2SZuy88G5QPmHQV269bwiqroIDtSclSaZ%2FprYnxgOAurPpCZArEQrpw%2BtO4T01U5FcVVIWpFVAF12yId0NkhIyIEqpILZ2uTRU%2BLA1ADTV7mdBSkRBUwcFONvyRnhv2b8aDYpGG0sya2XAdNYZUe1qCvp80w8jkR3zUI&X-Amz-Signature=723f6470e8d5d3e217a04906c4a94c9fd09c83ec40863c9e286c93d11b29b1ec&X-Amz-SignedHeaders=host\",\n            \"fullAudioUrl\": \"https://s3.us-east-1.amazonaws.com/parrot-prod-audios/66070ee1e76d1aa2af317d7d/full_6602d8779c264df8d0569f3f.mp3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=ASIA4MTWIK3BYDSXNMZJ%2F20240401%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240401T080647Z&X-Amz-Expires=1800&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEBkaCXVzLWVhc3QtMSJGMEQCIDXiqR7CF3xrTFXprG6Cf27MNiNluWPC43%2Fm%2BdhozxhhAiAhYB%2FPco76i8F6XdIGTTlk8aw%2BUrpdBjnJfP2RYSStlyqPAwhBEAAaDDg1MTcyNTI3Njg2NyIMR%2BceoXH9pXVcX3CVKuwCCJBvZSxwbyscVpfQQ559krtvTOtS6MetknB5aqlbFJWzxhUyGEQspm1eW2%2F7irHQdBZTruQcILhlUHC7IT5zS8nTavUd5CyhEfMqdSbBA6k1da%2BrmTbLhAgkCt4P0HpNu4ZUuDmqAi7IA%2Bjv0BAiDwpYzSxE6f7B1LEPT0Lr5qyuMzSBbub04zv5sNysrfG1CSWREyy4VOGVI%2FxQQzMCpmdaiRVwKj8MzPaujTKsRJT%2BxnEXiimHaocYWpmTgvK9b2KsOcnzAP2%2BCeAkawXJb8xw8jissPd%2FyJ30%2Bbjl0x1zz5mdRDecLnqHdc1mThwgGS2j70Acy%2BFncNhD9sM4SZcqRa3BcRTN3sVpPEoh3XUWXY%2BWEl6R0DSTuOtBrwtAYFIZl1ATAigHMEXClxy6%2For7tJCEtEKY%2FMpGjmMOsytJHFm3epyXhsxvqhPGrp2oJx6%2F6zGVMVB2cp5joIhLOVfWSNSCgaubvUlkVDCW1qmwBjqeAWuw32eWXtDb7LlwfFI5%2Bth0RHOJwL0Y94kiRNGoyRH8%2B81Z2SZuy88G5QPmHQV269bwiqroIDtSclSaZ%2FprYnxgOAurPpCZArEQrpw%2BtO4T01U5FcVVIWpFVAF12yId0NkhIyIEqpILZ2uTRU%2BLA1ADTV7mdBSkRBUwcFONvyRnhv2b8aDYpGG0sya2XAdNYZUe1qCvp80w8jkR3zUI&X-Amz-Signature=f4b2e29daf95c92555ca8cc1c31803c3df69d91f97dfe91ef9ffe923a95329d3&X-Amz-SignedHeaders=host\"\n        },\n        {\n            \"voice\": \"Maxi\",\n            \"language\": \"es\",\n            \"summaryAudioUrl\": \"https://s3.us-east-1.amazonaws.com/parrot-prod-audios/66070ee1e76d1aa2af317d7d/summary_65b385c40a40be0f19d5aaed.mp3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=ASIA4MTWIK3BYDSXNMZJ%2F20240401%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240401T080647Z&X-Amz-Expires=1800&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEBkaCXVzLWVhc3QtMSJGMEQCIDXiqR7CF3xrTFXprG6Cf27MNiNluWPC43%2Fm%2BdhozxhhAiAhYB%2FPco76i8F6XdIGTTlk8aw%2BUrpdBjnJfP2RYSStlyqPAwhBEAAaDDg1MTcyNTI3Njg2NyIMR%2BceoXH9pXVcX3CVKuwCCJBvZSxwbyscVpfQQ559krtvTOtS6MetknB5aqlbFJWzxhUyGEQspm1eW2%2F7irHQdBZTruQcILhlUHC7IT5zS8nTavUd5CyhEfMqdSbBA6k1da%2BrmTbLhAgkCt4P0HpNu4ZUuDmqAi7IA%2Bjv0BAiDwpYzSxE6f7B1LEPT0Lr5qyuMzSBbub04zv5sNysrfG1CSWREyy4VOGVI%2FxQQzMCpmdaiRVwKj8MzPaujTKsRJT%2BxnEXiimHaocYWpmTgvK9b2KsOcnzAP2%2BCeAkawXJb8xw8jissPd%2FyJ30%2Bbjl0x1zz5mdRDecLnqHdc1mThwgGS2j70Acy%2BFncNhD9sM4SZcqRa3BcRTN3sVpPEoh3XUWXY%2BWEl6R0DSTuOtBrwtAYFIZl1ATAigHMEXClxy6%2For7tJCEtEKY%2FMpGjmMOsytJHFm3epyXhsxvqhPGrp2oJx6%2F6zGVMVB2cp5joIhLOVfWSNSCgaubvUlkVDCW1qmwBjqeAWuw32eWXtDb7LlwfFI5%2Bth0RHOJwL0Y94kiRNGoyRH8%2B81Z2SZuy88G5QPmHQV269bwiqroIDtSclSaZ%2FprYnxgOAurPpCZArEQrpw%2BtO4T01U5FcVVIWpFVAF12yId0NkhIyIEqpILZ2uTRU%2BLA1ADTV7mdBSkRBUwcFONvyRnhv2b8aDYpGG0sya2XAdNYZUe1qCvp80w8jkR3zUI&X-Amz-Signature=1460f79e1fb079113db5f48091ce5e5d1ed75dea7b961b697815fecc64eb711e&X-Amz-SignedHeaders=host\",\n            \"fullAudioUrl\": \"https://s3.us-east-1.amazonaws.com/parrot-prod-audios/66070ee1e76d1aa2af317d7d/full_65b385c40a40be0f19d5aaed.mp3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=ASIA4MTWIK3BYDSXNMZJ%2F20240401%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240401T080647Z&X-Amz-Expires=1800&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEBkaCXVzLWVhc3QtMSJGMEQCIDXiqR7CF3xrTFXprG6Cf27MNiNluWPC43%2Fm%2BdhozxhhAiAhYB%2FPco76i8F6XdIGTTlk8aw%2BUrpdBjnJfP2RYSStlyqPAwhBEAAaDDg1MTcyNTI3Njg2NyIMR%2BceoXH9pXVcX3CVKuwCCJBvZSxwbyscVpfQQ559krtvTOtS6MetknB5aqlbFJWzxhUyGEQspm1eW2%2F7irHQdBZTruQcILhlUHC7IT5zS8nTavUd5CyhEfMqdSbBA6k1da%2BrmTbLhAgkCt4P0HpNu4ZUuDmqAi7IA%2Bjv0BAiDwpYzSxE6f7B1LEPT0Lr5qyuMzSBbub04zv5sNysrfG1CSWREyy4VOGVI%2FxQQzMCpmdaiRVwKj8MzPaujTKsRJT%2BxnEXiimHaocYWpmTgvK9b2KsOcnzAP2%2BCeAkawXJb8xw8jissPd%2FyJ30%2Bbjl0x1zz5mdRDecLnqHdc1mThwgGS2j70Acy%2BFncNhD9sM4SZcqRa3BcRTN3sVpPEoh3XUWXY%2BWEl6R0DSTuOtBrwtAYFIZl1ATAigHMEXClxy6%2For7tJCEtEKY%2FMpGjmMOsytJHFm3epyXhsxvqhPGrp2oJx6%2F6zGVMVB2cp5joIhLOVfWSNSCgaubvUlkVDCW1qmwBjqeAWuw32eWXtDb7LlwfFI5%2Bth0RHOJwL0Y94kiRNGoyRH8%2B81Z2SZuy88G5QPmHQV269bwiqroIDtSclSaZ%2FprYnxgOAurPpCZArEQrpw%2BtO4T01U5FcVVIWpFVAF12yId0NkhIyIEqpILZ2uTRU%2BLA1ADTV7mdBSkRBUwcFONvyRnhv2b8aDYpGG0sya2XAdNYZUe1qCvp80w8jkR3zUI&X-Amz-Signature=4a8e2463b21012517b1a0f58c9c7ac18bc87f7899917323d04ba0e05c8f0523a&X-Amz-SignedHeaders=host\"\n        }\n    ],\n    \"contentProcesses\": [],\n    \"createdAt\": \"2024-03-29T18:56:33.309Z\",\n    \"updatedAt\": \"2024-03-30T16:44:29.508Z\"\n}"}],"_postman_id":"02be9413-530d-417e-9e9d-c3af1bc9794b"},{"name":"Get Content Summary","id":"cf28e701-7d4f-4791-ba58-d541a66b5bfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.powerbeans-ai.com/private/contents/{{contentId}}/summary","description":"<p>This endpoint returns the summary text for a specific content.</p>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request includes some basic data of the content and the summary in plain text.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n        \"_id\": string, // Id of the content\n        \"url\": string, // Url of the content\n        \"originalLanguage\": string, // Language of the content (valid values: 'es', 'en)\n        \"summary\": string, // Generated summary in plain text of the content\n        \"status\": string, // Status of the content (valid values: 'active', 'inactive'). Only active contents will display the player in the site.\n        \"createdAt\": string, // Date of creation of the content\n        \"updatedAt\": string // Date of last modification of the content\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{privateApiKey}}"}]},"isInherited":true,"source":{"_postman_id":"68359411-b3fe-4bcf-915a-026646a07d76","id":"68359411-b3fe-4bcf-915a-026646a07d76","name":"Powerbeans Publisher API","type":"collection"}},"urlObject":{"protocol":"https","path":["private","contents","{{contentId}}","summary"],"host":["api.powerbeans-ai.com"],"query":[],"variable":[]}},"response":[{"id":"34b29691-a87a-4953-bc2b-503ed853be93","name":"200 Get Content Summary","originalRequest":{"method":"GET","header":[{"key":"Origin","value":"{{url}}","type":"text"},{"key":"Powerbeans-url","value":"{{contentUrl}}","type":"text"}],"url":"https://api.powerbeans-ai.com/private/contents/{{contentId}}/summary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2024 08:31:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1014"},{"key":"Connection","value":"keep-alive"},{"key":"Apigw-Requestid","value":"ViaQ_jiLoAMEMBg="}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"66070ee1e76d1aa2af317d7d\",\n    \"url\": \"https://www.rapturegrowth.com/post/ecocoin-qu%C3%A9-es-y-por-qu%C3%A9-surgi%C3%B3\",\n    \"originalLanguage\": \"es\",\n    \"summary\": \"EcoCoin: Una Criptomoneda Sostenible para el Futuro\\nEcoCoin ha surgido como una alternativa ecológica en el mundo de las criptomonedas, en respuesta a las preocupaciones sobre el impacto ambiental de la minería de criptomonedas convencionales. Su algoritmo de consenso eficiente reduce significativamente el consumo de energía, contribuyendo a la mitigación del cambio climático. La comunidad de EcoCoin se caracteriza por su compromiso con la sostenibilidad ambiental, impulsando iniciativas y colaborando en proyectos de conservación financiados con EcoCoin. Esto demuestra que las criptomonedas pueden ser rentables, responsables y sostenibles, abordando de manera integral las preocupaciones sobre el medio ambiente en el contexto tecnológico y financiero actual.\",\n    \"createdAt\": \"2024-03-29T18:56:33.309Z\",\n    \"updatedAt\": \"2024-03-30T16:44:29.508Z\"\n}"}],"_postman_id":"cf28e701-7d4f-4791-ba58-d541a66b5bfb"},{"name":"Create Content","id":"c52c182c-1792-408f-be10-d295fe166cbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://www.example.com/post\",\n    \"originalLanguage\": \"es\",\n    \"text\": {\n        \"title\": \"\",\n        \"content\": \"\"\n    },\n    \"voices\": [\n        \"Maxi\"\n    ],\n    \"categories\": [\"\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.powerbeans-ai.com/private/contents?includeProcessingAudios=true","description":"<p>This endpoint creates a piece of content in the system.</p>\n<p>It also will trigger the generation of the full audio , summary text and summary audio based on the request params or on the site config</p>\n<h4 id=\"query-params\">Query Params</h4>\n<ul>\n<li><p><code>checkSummaryBeforeAudioGeneration</code> (boolean): when true the summary audios won't be automatically generated for this content. Overrides the site config for this specific content.</p>\n</li>\n<li><p><code>autoGenerateFullAudio</code> (boolean, optional): whether to autogenerate full audio or not. This param overrides the Site's configuration for this property.</p>\n</li>\n<li><p><code>autoGenerateSummaryText</code> (boolean, optional): whether to autogenerate summary text or not. This param overrides the Site's configuration for this property.</p>\n</li>\n<li><p><code>autoGenerateSummaryAudio</code> (boolean, optional): whether to autogenerate summary audio or not. This param overrides the Site's configuration for this property.</p>\n</li>\n<li><p><code>includeProcessingAudios</code> (boolean, optional, default: <code>false</code>): if <code>true</code>, includes in the audios array the pending audios to be processed. The audio URLs may not have content. URLs can be saved to access the audio when it's ready.</p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request body</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"url\": \"https://www.example.com/post\", // string: the full URL where the player will be displayed in the site of the content to be created. Only one content can be available per URL.\n    \"originalLanguage\": \"es\",//  string: original language of the content. Current valid values are: \"es\" and \"en\"\n    \"text\": {\n        \"title\": \"\", // string: title of the content. it will be included in the full audio.\n        \"content\": \"\" // string: the content in plain text. HTML is not supported, please clean the text before sending.\n    },\n    \"voices\": [ // the voices of the audios to have available for this content in the player. Find available voices using the Get Voi\n        \"Maxi\"\n    ],\n    \"categories\": [\"\"] // string [], optional: content categories you can use to identify and group content. Can be used with the autoGenerateContentFor site config to select which content is selected to add the player.\n}\n\n</code></pre>\n<p><code>url</code> (string): the full URL where the player will be displayed in the site of the content to be created. Only one content can be available per URL.</p>\n<p><code>originalLanguage</code> (string): original language of the content. Current valid values are: \"es\" and \"en\",</p>\n<p><code>text.title</code> (string): title of the content. it will be included in the full audio.</p>\n<p><code>text.content</code> (string): the content in plain text. HTML is not supported, please clean the text before sending.</p>\n<p><code>voices</code> (Voices [ ]): the voices of the audios to have available for this content in the player. Find available voices using the <strong>Get Voices</strong> endpoint.</p>\n<p><code>categories</code> (string [ ], optional): content categories you can use to identify and group content. Can be used with the <code>autoGenerateContentFor</code> site config to select which content is selected to add the player.</p>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is the content data.</p>\n<p><code>audios</code> may be empty at the beginning. It will be populated while the processes present in <code>contentProcesses</code> finish.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n        \"_id\": string, // Id of the content\n        \"url\": string, // Url of the content\n        \"originalLanguage\": string, // Language of the content (valid values: 'es', 'en)\n        \"contentText\": string, // Url of the file that contains the full version in text of the content\n        \"summaryText\": string, // Url of the file that contains the summary version in text of the content\n        \"status\": string, // Status of the content (valid values: 'active', 'inactive'). Only active contents will display the player in the site.\n        \"audios\": [ // Audios associated to the content\n            {\n                \"voice\": string, // Name of the voice used for the audio (example: 'Sergio')\n                \"language\": \"es\", // Language of the audio\n                \"summaryAudioUrl\": string, // Url of the file that contains the summary version of the content in audio, based on the summaryText\n                \"fullAudioUrl\": string, // Url of the file that contains the full version of the content in audio, based on the summaryText\n            }\n        ],\n        \"contentProcesses\": [ // Not finished processes associated to the content\n            {\n                \"type\": string, // Type of process (possible values: 'summary', 'summary-audio', 'full-audio') \n                \"language\": string,\n                \"voice\": string, // In case the process is audio-related, the voice used to fulfill the process.\n                \"status\": string // Status of the process (possible values: 'pending', 'failed')\n            }\n        ],\n        \"categories\": string [], // List of categories of the content\n        \"createdAt\": string, // Date of creation of the content\n        \"updatedAt\": string // Date of last modification of the content\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{privateApiKey}}"}]},"isInherited":true,"source":{"_postman_id":"68359411-b3fe-4bcf-915a-026646a07d76","id":"68359411-b3fe-4bcf-915a-026646a07d76","name":"Powerbeans Publisher API","type":"collection"}},"urlObject":{"protocol":"https","path":["private","contents"],"host":["api.powerbeans-ai.com"],"query":[{"key":"includeProcessingAudios","value":"true"},{"disabled":true,"key":"autoGenerateFullAudio","value":"true"},{"disabled":true,"key":"autoGenerateSummaryText","value":"true"},{"disabled":true,"key":"autoGenerateSummaryAudio","value":"true"}],"variable":[]}},"response":[{"id":"55d58250-9d5d-48c4-86c1-a1d4a974f867","name":"200 Create Content","originalRequest":{"method":"POST","header":[{"key":"Origin","value":"{{publisherSiteOrigin}}"},{"key":"Powerbeans-url","value":""}],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://staging.powerbeans-ai.com/post-test-categories-2\",\n    \"originalLanguage\": \"es\",\n    \"text\": {\n        \"title\": \"Title of the post\",\n        \"content\": \"Content of the post\"},\n    \"voices\": [\n        \"Maxi\"\n    ],\n    \"categories\": [\"sports\"]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.powerbeans-ai.com/private/contents?includeProcessingAudios=true","protocol":"https","host":["api.powerbeans-ai.com"],"path":["private","contents"],"query":[{"key":"includeProcessingAudios","value":"true"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 May 2024 12:30:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2041"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"Apigw-Requestid","value":"XwrpAigFIAMEVxA="}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6643596c2dc2c60eab83575c\",\n    \"url\": \"https://staging.powerbeans-ai.com/post-test-categories-2\",\n    \"status\": \"active\",\n    \"originalLanguage\": \"es\",\n    \"contentText\": \"https://s3.us-east-1.amazonaws.com/parrot-staging-contents/663d133accd6879197e72f8b/6643596c2dc2c60eab83575c/full/1715689836902?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=ASIA4MTWIK3B5NG62AZM%2F20240514%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240514T123037Z&X-Amz-Expires=1800&X-Amz-Security-Token=IQoJb3JpZ2luX2VjECUaCXVzLWVhc3QtMSJHMEUCIQC2wu8ikr6gBPqTq0KjZPeeUmpnRkimAUNuMke48IuwAAIgeHsx%2BuFFvvis%2FovcXDK885MUfu3O1tdneN6XTXxGuZUqpAMIjv%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw4NTE3MjUyNzY4NjciDE1TDDNdLaj1MkKWiCr4AhU%2BruRiZSU638QW8rHm9LK5pzu1yqO%2Ba5EfHED3LSDNfqoXcurNI2W0%2FeXl4QD31RgsnUhptASQCnDeuh9XNoeww2h6b%2Fr2e2744cwkhs8CAL1T8uK8rd2X3RwA%2Fc7Lw2rNorjwZ0aO14JaBklLIQaLnGpEuhw096NobL7DcK4hENMoWZ1H3LNrHd6MCGAmStf22fNKWJA1WkVZjtPpcNzzci0gAklQ52m7HyqQEzJgGQuw3UGmdzlY6B5gNg%2FV3y3INVTxdcHjqWhmI9%2BUUXmsnkJ4vx34dULLL9yv7%2F1ZQNbPs3MhFwcyy9w%2FhNRXLBQJYX4t%2B3IKUmsliuKPS1OUORRUYBblq0ecLNav8IBqIcyTsJxKwizHWA1Bv73Rx7cwZEdKVIRu2IBAG74oULcnMuRMG5sNfeh02c%2BRhShq3NvnRlkM5AwJaBPcksA9SeNw%2BNrsR9DjFk3hw%2FkP1sDkQPz5yV6WeI%2FdRj4ef4B6omlx5ycGVRsw17KNsgY6nQH3tGF5BjHVIUosPPvoyQ6s2CoIShlYh%2B6M%2BIgHXfwpz47pHrtk96jEXs8GqU2yiGO2IaF2nMAVvkhPd%2Fi%2FeWn5dBEpwRwN03dM9nIWuGb4y8FDCJHH3wJCwDsLIqeHKKtrPasGuw4WidK1wi6gnT73qzC9zGcjuv%2BIjlS0iNw16jt4uC4Q8WwJGH%2BHM2ksjo5Y9JlIWqNcl4Ii1c1E&X-Amz-Signature=648e4c76b068ff9c111a0285b934cfd84287e22f4dc87bcee0d2e529d3d8c221&X-Amz-SignedHeaders=host\",\n    \"summaryText\": null,\n    \"audios\": [\n        {\n            \"voice\": \"Maxi\",\n            \"language\": \"es\",\n            \"fullAudioUrl\": \"https://staging-audios.powerbeans-ai.com/6643596c2dc2c60eab83575c/full_65b385c40a40be0f19d5aaed.mp3\"\n        }\n    ],\n    \"contentProcesses\": [\n        {\n            \"type\": \"full-audio\",\n            \"language\": \"es\",\n            \"voice\": \"65b385c40a40be0f19d5aaed\",\n            \"status\": \"pending\"\n        },\n        {\n            \"type\": \"summary\",\n            \"language\": \"es\",\n            \"status\": \"pending\"\n        }\n    ],\n    \"categories\": [\n        \"sports\"\n    ],\n    \"createdAt\": \"2024-05-14T12:30:36.892Z\",\n    \"updatedAt\": \"2024-05-14T12:30:37.004Z\"\n}"}],"_postman_id":"c52c182c-1792-408f-be10-d295fe166cbd"},{"name":"Create Content Bulk","id":"b591386f-22ec-426d-a315-bad3cd529e64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"contents\": [\n        {\n            \"url\": \"https://www.example.com/post\",\n            \"originalLanguage\": \"en\",\n            \"text\": {\n                \"title\": \"Title of the post\",\n                \"content\": \"Content of the post\"\n            },\n            \"voices\": [\n                \"Maxi\"\n            ],\n            \"categories\": [\"cat1\"]\n        }\n\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.powerbeans-ai.com/private/contents/bulk?includeProcessingAudios=true","description":"<p>This endpoint allows the bulk creation of pieces of content and triggers the generation of audios of the full content (using the provided voices), a summary text, and audios of the summary based on the query params or on the site's configuration</p>\n<h4 id=\"query-params\">Query Params</h4>\n<ul>\n<li><p><code>checkSummaryBeforeAudioGeneration</code> (boolean): when true the summary audios won't be automatically generated for this content. Overrides the site config for this specific content.</p>\n</li>\n<li><p><code>autoGenerateFullAudio</code> (boolean, optional): whether to autogenerate full audio or not. This param overrides the Site's configuration for this property.</p>\n</li>\n<li><p><code>autoGenerateSummaryText</code> (boolean, optional): whether to autogenerate summary text or not. This param overrides the Site's configuration for this property.</p>\n</li>\n<li><p><code>autoGenerateSummaryAudio</code> (boolean, optional): whether to autogenerate summary audio or not. This param overrides the Site's configuration for this property.</p>\n</li>\n<li><p><code>includeProcessingAudios</code> (boolean, optional, default: <code>false</code>): if <code>true</code>, includes in the audios array the pending audios to be processed. The audio URLs may not have content. URLs can be saved to access the audio when it's ready.</p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request body</h4>\n<p><code>url</code> (string): the full URL where the player will be displayed in the site of the content to be created. Only one content can be available per URL.</p>\n<p><code>originalLanguage</code> (string): original language of the content. Current valid values are: \"es\" and \"en\",</p>\n<p><code>text.title</code> (string): title of the content. it will be included in the full audio.</p>\n<p><code>text.content</code> (string): the content in plain text. HTML is not supported, please clean the text before sending.</p>\n<p><code>voices</code> (Voices [ ]): the voices of the audios to have available for this content in the player. Find available voices using the <strong>Get Voices</strong> endpoint.</p>\n<p><code>categories</code> (string [ ], optional): categories of the content.</p>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is the content data.</p>\n<p><code>audios</code> may be empty at the beginning. It will be populated while the processes present in <code>contentProcesses</code> finish.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n        \"_id\": string, // Id of the content\n        \"url\": string, // Url of the content\n        \"originalLanguage\": string, // Language of the content (valid values: 'es', 'en)\n        \"contentText\": string, // Url of the file that contains the full version in text of the content\n        \"summaryText\": string, // Url of the file that contains the summary version in text of the content\n        \"status\": string, // Status of the content (valid values: 'active', 'inactive'). Only active contents will display the player in the site.\n        \"audios\": [ // Audios associated to the content\n            {\n                \"voice\": string, // Name of the voice used for the audio (example: 'Sergio')\n                \"language\": \"es\", // Language of the audio\n                \"summaryAudioUrl\": string, // Url of the file that contains the summary version of the content in audio, based on the summaryText\n                \"fullAudioUrl\": string, // Url of the file that contains the full version of the content in audio, based on the summaryText\n            }\n        ],\n        \"contentProcesses\": [ // Not finished processes associated to the content\n            {\n                \"type\": string, // Type of process (possible values: 'summary', 'summary-audio', 'full-audio') \n                \"language\": string,\n                \"voice\": string, // In case the process is audio-related, the voice used to fulfill the process.\n                \"status\": string // Status of the process (possible values: 'pending', 'failed')\n            }\n        ],\n        \"categories\": string [], // List of categories of the content\n        \"createdAt\": string, // Date of creation of the content\n        \"updatedAt\": string // Date of last modification of the content\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{privateApiKey}}"}]},"isInherited":true,"source":{"_postman_id":"68359411-b3fe-4bcf-915a-026646a07d76","id":"68359411-b3fe-4bcf-915a-026646a07d76","name":"Powerbeans Publisher API","type":"collection"}},"urlObject":{"protocol":"https","path":["private","contents","bulk"],"host":["api.powerbeans-ai.com"],"query":[{"key":"includeProcessingAudios","value":"true"},{"disabled":true,"key":"autoGenerateFullAudio","value":"true"},{"disabled":true,"key":"autoGenerateSummaryText","value":"true"},{"disabled":true,"key":"autoGenerateSummaryAudio","value":"true"}],"variable":[]}},"response":[{"id":"57beb39f-b4bc-4d11-a9f5-b09c09fd93f7","name":"200 Create Content","originalRequest":{"method":"POST","header":[{"key":"Origin","value":"{{publisherSiteOrigin}}"},{"key":"Powerbeans-url","value":""}],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://staging.powerbeans-ai.com/post-test-categories-2\",\n    \"originalLanguage\": \"es\",\n    \"text\": {\n        \"title\": \"Title of the post\",\n        \"content\": \"Content of the post\"},\n    \"voices\": [\n        \"Maxi\"\n    ],\n    \"categories\": [\"sports\"]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.powerbeans-ai.com/private/contents?includeProcessingAudios=true","protocol":"https","host":["api.powerbeans-ai.com"],"path":["private","contents"],"query":[{"key":"includeProcessingAudios","value":"true"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 May 2024 12:30:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2041"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"Apigw-Requestid","value":"XwrpAigFIAMEVxA="}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6643596c2dc2c60eab83575c\",\n    \"url\": \"https://staging.powerbeans-ai.com/post-test-categories-2\",\n    \"status\": \"active\",\n    \"originalLanguage\": \"es\",\n    \"contentText\": \"https://s3.us-east-1.amazonaws.com/parrot-staging-contents/663d133accd6879197e72f8b/6643596c2dc2c60eab83575c/full/1715689836902?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=ASIA4MTWIK3B5NG62AZM%2F20240514%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240514T123037Z&X-Amz-Expires=1800&X-Amz-Security-Token=IQoJb3JpZ2luX2VjECUaCXVzLWVhc3QtMSJHMEUCIQC2wu8ikr6gBPqTq0KjZPeeUmpnRkimAUNuMke48IuwAAIgeHsx%2BuFFvvis%2FovcXDK885MUfu3O1tdneN6XTXxGuZUqpAMIjv%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw4NTE3MjUyNzY4NjciDE1TDDNdLaj1MkKWiCr4AhU%2BruRiZSU638QW8rHm9LK5pzu1yqO%2Ba5EfHED3LSDNfqoXcurNI2W0%2FeXl4QD31RgsnUhptASQCnDeuh9XNoeww2h6b%2Fr2e2744cwkhs8CAL1T8uK8rd2X3RwA%2Fc7Lw2rNorjwZ0aO14JaBklLIQaLnGpEuhw096NobL7DcK4hENMoWZ1H3LNrHd6MCGAmStf22fNKWJA1WkVZjtPpcNzzci0gAklQ52m7HyqQEzJgGQuw3UGmdzlY6B5gNg%2FV3y3INVTxdcHjqWhmI9%2BUUXmsnkJ4vx34dULLL9yv7%2F1ZQNbPs3MhFwcyy9w%2FhNRXLBQJYX4t%2B3IKUmsliuKPS1OUORRUYBblq0ecLNav8IBqIcyTsJxKwizHWA1Bv73Rx7cwZEdKVIRu2IBAG74oULcnMuRMG5sNfeh02c%2BRhShq3NvnRlkM5AwJaBPcksA9SeNw%2BNrsR9DjFk3hw%2FkP1sDkQPz5yV6WeI%2FdRj4ef4B6omlx5ycGVRsw17KNsgY6nQH3tGF5BjHVIUosPPvoyQ6s2CoIShlYh%2B6M%2BIgHXfwpz47pHrtk96jEXs8GqU2yiGO2IaF2nMAVvkhPd%2Fi%2FeWn5dBEpwRwN03dM9nIWuGb4y8FDCJHH3wJCwDsLIqeHKKtrPasGuw4WidK1wi6gnT73qzC9zGcjuv%2BIjlS0iNw16jt4uC4Q8WwJGH%2BHM2ksjo5Y9JlIWqNcl4Ii1c1E&X-Amz-Signature=648e4c76b068ff9c111a0285b934cfd84287e22f4dc87bcee0d2e529d3d8c221&X-Amz-SignedHeaders=host\",\n    \"summaryText\": null,\n    \"audios\": [\n        {\n            \"voice\": \"Maxi\",\n            \"language\": \"es\",\n            \"fullAudioUrl\": \"https://staging-audios.powerbeans-ai.com/6643596c2dc2c60eab83575c/full_65b385c40a40be0f19d5aaed.mp3\"\n        }\n    ],\n    \"contentProcesses\": [\n        {\n            \"type\": \"full-audio\",\n            \"language\": \"es\",\n            \"voice\": \"65b385c40a40be0f19d5aaed\",\n            \"status\": \"pending\"\n        },\n        {\n            \"type\": \"summary\",\n            \"language\": \"es\",\n            \"status\": \"pending\"\n        }\n    ],\n    \"categories\": [\n        \"sports\"\n    ],\n    \"createdAt\": \"2024-05-14T12:30:36.892Z\",\n    \"updatedAt\": \"2024-05-14T12:30:37.004Z\"\n}"}],"_postman_id":"b591386f-22ec-426d-a315-bad3cd529e64"},{"name":"Regenerate Content","id":"8f14bddb-4a15-4cd0-bac3-efc24220892f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"text\": {\n        \"title\": \"Updated title\",\n        \"content\": \"Updated content\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.powerbeans-ai.com/private/contents/{{contentId}}","description":"<p>This endpoint allows you to update the content text and triggers the regeneration of summary text and audios (according to the site's configuratinon flags). The voices to be used are the ones selected using the <strong>Create Content</strong> endpoint.</p>\n<h4 id=\"request-body\">Request body</h4>\n<p><code>text.title</code>: title of the content. It will be included in the full audio.</p>\n<p><code>text.content</code>: the content in plain text. HTML is not supported, please clean the text before sending.</p>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is the content data.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n        \"_id\": string, // Id of the content\n        \"url\": string, // Url of the content\n        \"originalLanguage\": string, // Language of the content (valid values: 'es', 'en)\n        \"contentText\": string, // Url of the file that contains the full version in text of the content\n        \"summaryText\": string, // Url of the file that contains the summary version in text of the content\n        \"status\": string, // Status of the content (valid values: 'active', 'inactive'). Only active contents will display the player in the site.\n        \"audios\": [ // Audios associated to the content\n            {\n                \"voice\": string, // Name of the voice used for the audio (example: 'Sergio')\n                \"language\": string, // Language of the audio\n                \"summaryAudioUrl\": string, // Url of the file that contains the summary version of the content in audio, based on the summaryText\n                \"fullAudioUrl\": string, // Url of the file that contains the full version of the content in audio, based on the summaryText\n            }\n        ],\n        \"contentProcesses\": [ // Not finished processes associated to the content\n            {\n                \"type\": string, // Type of process (possible values: 'summary', 'summary-audio', 'full-audio') \n                \"language\": string,\n                \"voice\": string, // In case the process is audio-related, the voice used to fulfill the process.\n                \"status\": string // Status of the process (possible values: 'pending', 'failed')\n            }\n        ],\n        \"createdAt\": string, // Date of creation of the content\n        \"updatedAt\": string // Date of last modification of the content\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{privateApiKey}}"}]},"isInherited":true,"source":{"_postman_id":"68359411-b3fe-4bcf-915a-026646a07d76","id":"68359411-b3fe-4bcf-915a-026646a07d76","name":"Powerbeans Publisher API","type":"collection"}},"urlObject":{"protocol":"https","path":["private","contents","{{contentId}}"],"host":["api.powerbeans-ai.com"],"query":[],"variable":[]}},"response":[{"id":"b2aa7a6e-d22e-414f-8d84-fd7fb10753e3","name":"200 Regenerate Content","originalRequest":{"method":"PUT","header":[{"key":"Origin","value":"{{url}}","type":"text"},{"key":"Powerbeans-url","value":"{{contentUrl}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"text\": {\n        \"title\": \"EcoCoin: Qué es y por qué surgió\",\n        \"content\": \"En el panorama de las criptomonedas, surgen constantemente nuevas innovaciones, cada una con su propia visión y propósito único. Una de las últimas incorporaciones a este espacio es 'EcoCoin'. Nacida en respuesta a las preocupaciones sobre el impacto ambiental de la minería de criptomonedas, EcoCoin se presenta como una alternativa sostenible y ecológica en el mundo de las monedas digitales. El origen de EcoCoin radica en el creciente debate sobre la huella de carbono asociada con la minería de criptomonedas, especialmente en el caso de Bitcoin y otras criptomonedas con algoritmos de consenso de prueba de trabajo (PoW). Estos algoritmos requieren una gran cantidad de energía para validar transacciones y mantener la red segura, lo que ha llevado a críticas sobre su impacto ambiental. Para abordar este problema, EcoCoin se basa en un algoritmo de consenso alternativo que requiere una fracción del consumo de energía de PoW. Esto permite que la red de EcoCoin funcione de manera más eficiente y ecológica, reduciendo significativamente su huella de carbono. Además, EcoCoin se compromete a utilizar fuentes de energía renovable siempre que sea posible, contribuyendo así a la mitigación del cambio climático. Una de las principales diferencias entre EcoCoin y otras criptomonedas es su enfoque centrado en la sostenibilidad ambiental. Mientras que muchas criptomonedas se centran principalmente en la innovación tecnológica o en proporcionar soluciones financieras, EcoCoin va más allá al integrar consideraciones ambientales en su diseño y funcionamiento. Otra característica distintiva de EcoCoin es su comunidad comprometida con la sostenibilidad y la conservación del medio ambiente. Los usuarios de EcoCoin no solo comparten un interés en las criptomonedas, sino también un compromiso compartido con la protección del planeta. Esta comunidad activa impulsa iniciativas para promover prácticas sostenibles y colabora en proyectos de conservación ambiental financiados con EcoCoin. En resumen, EcoCoin representa una nueva generación de criptomonedas que no solo buscan innovar en el ámbito tecnológico y financiero, sino también abordar preocupaciones urgentes sobre el cambio climático y la sostenibilidad ambiental. Con un enfoque centrado en la eficiencia energética y el compromiso con la protección del medio ambiente, EcoCoin demuestra que las criptomonedas pueden ser no solo rentables, sino también responsables y sostenibles.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.powerbeans-ai.com/private/contents/{{contentId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2024 08:59:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2060"},{"key":"Connection","value":"keep-alive"},{"key":"Apigw-Requestid","value":"VieVHjUtoAMEYnQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"66070ee1e76d1aa2af317d7d\",\n    \"url\": \"https://www.rapturegrowth.com/post/ecocoin-qu%C3%A9-es-y-por-qu%C3%A9-surgi%C3%B3\",\n    \"status\": \"active\",\n    \"originalLanguage\": \"es\",\n    \"contentText\": \"https://s3.us-east-1.amazonaws.com/parrot-prod-contents/659eeb20d3d7d3e95df00e2b/66070ee1e76d1aa2af317d7d/full/1711961942652?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=ASIA4MTWIK3B7AR73JCJ%2F20240401%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240401T085903Z&X-Amz-Expires=1800&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEBkaCXVzLWVhc3QtMSJGMEQCIFhte7dE1bMEzrHPYaJp3ehvaQmhreRuigNfO2Ro0ZRzAiA8b%2BJwKWDTytw9cihvcyUcKm%2Ff9%2Bw%2BIy6sfVds21Uz3yqdAwhCEAAaDDg1MTcyNTI3Njg2NyIMhUX2mbVd%2BaK7ZJTMKvoCF9JjUl5eO1F1RTKgKflnCa09e27GYJYK5K3pNSDBkE6HK41%2FZm1B8f%2BpXfy1ThFCeQ9bGA1DaDCZX3XTvYo%2FssYkXhbCoUm6gYz876A6GPu8eWtBAqXXFi%2F%2B1ZW41tF6nz4VfotUBhvqN5BhFJ6ePB8PxMxpv%2BezySs61n4k6iQeac%2BnrGf%2BZm%2FAMFa8VWwtM%2BAun6ajJZ5Q9pe8jZPb8kuSx7sEQDCoVOnc%2FT27gRHilaJwljOAGrIQ1OIJav0FkeKMextKozTy7Gr3zLFC1wXDCm3amNWGHuzGfKIgnaWgAaZBQ6TOtF3xhwYPWRWgGOyGGo%2BKd4khbPfnWwim%2BK5sh%2B0Qybiz%2BbG215KDDQmowztYlZ%2FT1Al5AgDgMfyJrMGfH70kP6Q%2F6P7JglEIUnF%2Bv9kVVhRCNO00I3V0Ys0Hu2V1KCEuYYUMY4FGrVuVdg8%2B3hCk6owTqsp9gdSE%2BTJCsnDpfNbp496XWogDYhcnbluDlh4rDcOVMNXuqbAGOp4BobN0pcp4Ymsocfm8RFmYphmIwjzeqmd5VuPvXQ19aJ0VcPnZc9uMyronwax7PmXtimfyLKeLExV9xTgi1SdelLJ2yoOn2NG14SRq8fQHngM81XZd1BYVpoDOsB2N4ze7FzYGXocpzTz2ymzH0VNm%2FERxfGHUqAybMq4JcgIcKZ3mEc4o%2Fhi4BdxlRpVhddr8H8NjEBoFEzjtYLAx%2B0E%3D&X-Amz-Signature=cff75b7271b269af878dfd6eb47252dc8824ceff8c866c7e3261973ca7f29c35&X-Amz-SignedHeaders=host\",\n    \"summaryText\": null,\n    \"audios\": [],\n    \"contentProcesses\": [\n        {\n            \"type\": \"full-audio\",\n            \"language\": \"es\",\n            \"voice\": \"65b385c40a40be0f19d5aaed\",\n            \"status\": \"pending\"\n        },\n        {\n            \"type\": \"full-audio\",\n            \"language\": \"es\",\n            \"voice\": \"65eb4dd30b4676fcebffcfb3\",\n            \"status\": \"pending\"\n        },\n        {\n            \"type\": \"full-audio\",\n            \"language\": \"es\",\n            \"voice\": \"6602d8779c264df8d0569f3f\",\n            \"status\": \"pending\"\n        },\n        {\n            \"type\": \"summary\",\n            \"language\": \"es\",\n            \"status\": \"pending\"\n        }\n    ],\n    \"createdAt\": \"2024-03-29T18:56:33.309Z\",\n    \"updatedAt\": \"2024-04-01T08:59:02.777Z\"\n}"}],"_postman_id":"8f14bddb-4a15-4cd0-bac3-efc24220892f"},{"name":"Add Voice","id":"7c3c6981-66da-4cab-b6e9-c737faf44d20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"voices\": [\n        \"Sergio\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.powerbeans-ai.com/private/contents/{{contentId}}/voices","description":"<p>This endpoint allows you to add new voices to a specific content item. Requests trigger new full and summary audios to be generated with the provided voice/s.</p>\n<h4 id=\"request-body\">Request body</h4>\n<p><code>voices</code> (string [ ]): the voices of the audios to add to the player. Find available voices using the <strong>Get Voices</strong> endpoint.</p>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is the content data.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n        \"_id\": string, // Id of the content\n        \"url\": string, // Url of the content\n        \"originalLanguage\": string, // Language of the content (valid values: 'es', 'en)\n        \"contentText\": string, // Url of the file that contains the full version in text of the content\n        \"summaryText\": string, // Url of the file that contains the summary version in text of the content\n        \"status\": string, // Status of the content (valid values: 'active', 'inactive'). Only active contents will display the player in the site.\n        \"audios\": [ // Audios associated to the content\n            {\n                \"voice\": string, // Name of the voice used for the audio (example: 'Sergio')\n                \"language\": \"es\", // Language of the audio\n                \"summaryAudioUrl\": string, // Url of the file that contains the summary version of the content in audio, based on the summaryText\n                \"fullAudioUrl\": string, // Url of the file that contains the full version of the content in audio, based on the summaryText\n            }\n        ],\n        \"contentProcesses\": [ // Not finished processes associated to the content\n            {\n                \"type\": string, // Type of process (possible values: 'summary', 'summary-audio', 'full-audio') \n                \"language\": string,\n                \"voice\": string, // In case the process is audio-related, the voice used to fulfill the process.\n                \"status\": string // Status of the process (possible values: 'pending', 'failed')\n            }\n        ],\n        \"createdAt\": string, // Date of creation of the content\n        \"updatedAt\": string // Date of last modification of the content\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{privateApiKey}}"}]},"isInherited":true,"source":{"_postman_id":"68359411-b3fe-4bcf-915a-026646a07d76","id":"68359411-b3fe-4bcf-915a-026646a07d76","name":"Powerbeans Publisher API","type":"collection"}},"urlObject":{"protocol":"https","path":["private","contents","{{contentId}}","voices"],"host":["api.powerbeans-ai.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c3c6981-66da-4cab-b6e9-c737faf44d20"},{"name":"Enable/Disable Content","id":"2b3b2aea-da1f-4c8f-b79c-ff754b3d521b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": \"inactive\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.powerbeans-ai.com/private/contents/{{contentId}}/status","description":"<p>This endpoint allows you to enable and disable content. Disabled content will not display the player.</p>\n<h4 id=\"request-body\">Request body</h4>\n<p><code>status</code>: possible values: \"active\" and \"inactive\".</p>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is the content data.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n        \"_id\": string, // Id of the content\n        \"url\": string, // Url of the content\n        \"originalLanguage\": string, // Language of the content (valid values: 'es', 'en)\n        \"contentText\": string, // Url of the file that contains the full version in text of the content\n        \"summaryText\": string, // Url of the file that contains the summary version in text of the content\n        \"status\": string, // Status of the content (valid values: 'active', 'inactive'). Only active contents will display the player in the site.\n        \"audios\": [ // Audios associated to the content\n            {\n                \"voice\": string, // Name of the voice used for the audio (example: 'Sergio')\n                \"language\": \"es\", // Language of the audio\n                \"summaryAudioUrl\": string, // Url of the file that contains the summary version of the content in audio, based on the summaryText\n                \"fullAudioUrl\": string, // Url of the file that contains the full version of the content in audio, based on the summaryText\n            }\n        ],\n        \"contentProcesses\": [ // Not finished processes associated to the content\n            {\n                \"type\": string, // Type of process (possible values: 'summary', 'summary-audio', 'full-audio') \n                \"language\": string,\n                \"voice\": string, // In case the process is audio-related, the voice used to fulfill the process.\n                \"status\": string // Status of the process (possible values: 'pending', 'failed')\n            }\n        ],\n        \"voiceIds\": [],  // List of id for the voices used in the content\n        \"categories\": [], // List of manually-provided categories associated with the content\n        \"iabCategories\": [], // List of IAB categories associated with the content\n        \"createdAt\": string, // Date of creation of the content\n        \"updatedAt\": string // Date of last modification of the content\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{privateApiKey}}"}]},"isInherited":true,"source":{"_postman_id":"68359411-b3fe-4bcf-915a-026646a07d76","id":"68359411-b3fe-4bcf-915a-026646a07d76","name":"Powerbeans Publisher API","type":"collection"}},"urlObject":{"protocol":"https","path":["private","contents","{{contentId}}","status"],"host":["api.powerbeans-ai.com"],"query":[],"variable":[]}},"response":[{"id":"a9f34820-fafa-4561-a32a-2227dd7b251c","name":"201 Enable/Disable Content","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": \"inactive\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.powerbeans-ai.com/private/contents/{{contentId}}/status"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 Aug 2024 09:02:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"844"},{"key":"Connection","value":"keep-alive"},{"key":"Apigw-Requestid","value":"cBxB2j8VoAMEMSw="}],"cookie":[],"responseTime":null,"body":"{\n    \"voiceIds\": [],\n    \"iabCategories\": [],\n    \"_id\": \"6624dff259c15e8a24733f0f\",\n    \"softRemoved\": false,\n    \"publisherId\": \"659ee92b8266a5439b779a19\",\n    \"siteId\": \"659eeb20d3d7d3e95df00e2b\",\n    \"url\": \"https://www.rapturegrowth.com/post/en-un-final-de-potrero-v%C3%A9lez-se-lo-dio-vuelta-a-godoy-cruz-con-uno-menos-y-se-meti%C3%B3-en-las-semis\",\n    \"originalLanguage\": \"es\",\n    \"status\": \"inactive\",\n    \"createdAt\": \"2024-04-21T09:44:18.524Z\",\n    \"updatedAt\": \"2024-08-05T09:02:56.721Z\",\n    \"__v\": 0,\n    \"fullContentHash\": \"c4a80c0832ee97b5f6b05d9ea991d4da460cb018\",\n    \"fullContentUrl\": \"https://s3.us-east-1.amazonaws.com/parrot-prod-contents/659eeb20d3d7d3e95df00e2b/6624dff259c15e8a24733f0f/full/1713692658544\",\n    \"summaryContentUrl\": \"https://s3.us-east-1.amazonaws.com/parrot-prod-contents/659eeb20d3d7d3e95df00e2b/6624dff259c15e8a24733f0f/summary/1722331671709\",\n    \"categories\": [\n        \"sports\",\n        \"nature\"\n    ],\n    \"version\": 3\n}"}],"_postman_id":"2b3b2aea-da1f-4c8f-b79c-ff754b3d521b"},{"name":"Update Content Properties","id":"21dcf6bc-27ca-4b27-8f9e-cfe7d3bd51ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"categories\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.powerbeans-ai.com/private/contents/{{contentId}}","description":"<p>This endpoint allows you to update a content’s categories. This endpoint will not trigger any content processing. if content processing is needed after the update use the <strong>Regenerate Content</strong> endpoint.</p>\n<h4 id=\"request-body\">Request body</h4>\n<p><code>categories</code> (string [ ], optional): List of categories for the content. If present, categories sent in this property will replace previous values.</p>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is the updated content data.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n        \"_id\": string, // Id of the content\n        \"url\": string, // Url of the content\n        \"originalLanguage\": string, // Language of the content (valid values: 'es', 'en)\n        \"contentText\": string, // Url of the file that contains the full version in text of the content\n        \"summaryText\": string, // Url of the file that contains the summary version in text of the content\n        \"status\": string, // Status of the content (valid values: 'active', 'inactive'). Only active contents will display the player in the site.\n        \"audios\": [ // Audios associated to the content\n            {\n                \"voice\": string, // Name of the voice used for the audio (example: 'Sergio')\n                \"language\": \"es\", // Language of the audio\n                \"summaryAudioUrl\": string, // Url of the file that contains the summary version of the content in audio, based on the summaryText\n                \"fullAudioUrl\": string, // Url of the file that contains the full version of the content in audio, based on the summaryText\n            }\n        ],\n        \"contentProcesses\": [ // Not finished processes associated to the content\n            {\n                \"type\": string, // Type of process (possible values: 'summary', 'summary-audio', 'full-audio') \n                \"language\": string,\n                \"voice\": string, // In case the process is audio-related, the voice used to fulfill the process.\n                \"status\": string // Status of the process (possible values: 'pending', 'failed')\n            }\n        ],\n        \"categories\": string [] // Content categories\n        \"createdAt\": string, // Date of creation of the content\n        \"updatedAt\": string // Date of last modification of the content\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{privateApiKey}}"}]},"isInherited":true,"source":{"_postman_id":"68359411-b3fe-4bcf-915a-026646a07d76","id":"68359411-b3fe-4bcf-915a-026646a07d76","name":"Powerbeans Publisher API","type":"collection"}},"urlObject":{"protocol":"https","path":["private","contents","{{contentId}}"],"host":["api.powerbeans-ai.com"],"query":[],"variable":[]}},"response":[{"id":"7e05efa7-e9c9-4e3c-a644-a0fe2c7cadc6","name":"200 Update Content Properties Copy","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"categories\": [\"sports\", \"nature\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.powerbeans-ai.com/private/contents/{{contentId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 May 2024 12:26:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"716"},{"key":"Connection","value":"keep-alive"},{"key":"Apigw-Requestid","value":"XwrGViczoAMEY8A="}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6643561340d07eb7709eeef0\",\n    \"softRemoved\": false,\n    \"publisherId\": \"663d12bd5b240548bf9a55c1\",\n    \"siteId\": \"663d133accd6879197e72f8b\",\n    \"url\": \"https://staging.powerbeans-ai.com/post-test-categories\",\n    \"originalLanguage\": \"es\",\n    \"categories\": [\n        \"sports\",\n        \"nature\"\n    ],\n    \"status\": \"active\",\n    \"createdAt\": \"2024-05-14T12:16:19.088Z\",\n    \"updatedAt\": \"2024-05-14T12:26:56.286Z\",\n    \"__v\": 0,\n    \"fullContentHash\": \"85bbf144a451d7fa50da72f4853c8bb88a021c46\",\n    \"fullContentUrl\": \"https://s3.us-east-1.amazonaws.com/parrot-staging-contents/663d133accd6879197e72f8b/6643561340d07eb7709eeef0/full/1715688979102\",\n    \"summaryContentUrl\": \"https://s3.us-east-1.amazonaws.com/parrot-staging-contents/663d133accd6879197e72f8b/6643561340d07eb7709eeef0/summary/1715688983620\"\n}"}],"_postman_id":"21dcf6bc-27ca-4b27-8f9e-cfe7d3bd51ca"},{"name":"Generate Summary Audios","id":"9021f273-6021-495a-a0d4-71b955069a61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"voices\": [\"Rafael\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.powerbeans-ai.com/private/contents/{{contentId}}/summary-audio","description":"<p>This endpoint will generate the summary audios for the content. Summary text needs to be created previous to audio generation. This is useful if your site has the configuration <code>checkSummaryBeforeAudioGeneration</code> enabled.</p>\n<h4 id=\"path-params\">Path Params</h4>\n<ul>\n<li><code>contentId</code> (string): ID of the content to generate summary audio for.</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><code>voices</code> (string [ ], optional): voices to generate the audios for. If not provided, it will create using the same voices as the full audio.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is the content data.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n        \"_id\": string, // Id of the content\n        \"url\": string, // Url of the content\n        \"originalLanguage\": string, // Language of the content (valid values: 'es', 'en)\n        \"contentText\": string, // Url of the file that contains the full version in text of the content\n        \"summaryText\": string, // Url of the file that contains the summary version in text of the content\n        \"status\": string, // Status of the content (valid values: 'active', 'inactive'). Only active contents will display the player in the site.\n        \"audios\": [ // Audios associated to the content\n            {\n                \"voice\": string, // Name of the voice used for the audio (example: 'Sergio')\n                \"language\": \"es\", // Language of the audio\n                \"summaryAudioUrl\": string, // Url of the file that contains the summary version of the content in audio, based on the summaryText\n                \"fullAudioUrl\": string, // Url of the file that contains the full version of the content in audio, based on the summaryText\n            }\n        ],\n        \"contentProcesses\": [ // Not finished processes associated to the content\n            {\n                \"type\": string, // Type of process (possible values: 'summary', 'summary-audio', 'full-audio') \n                \"language\": string,\n                \"voice\": string, // In case the process is audio-related, the voice used to fulfill the process.\n                \"status\": string // Status of the process (possible values: 'pending', 'failed')\n            }\n        ],\n        \"voiceIds\": [],  // List of id for the voices used in the content\n        \"categories\": [], // List of manually-provided categories associated with the content\n        \"iabCategories\": [], // List of IAB categories associated with the content\n        \"createdAt\": string, // Date of creation of the content\n        \"updatedAt\": string // Date of last modification of the content\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{privateApiKey}}"}]},"isInherited":true,"source":{"_postman_id":"68359411-b3fe-4bcf-915a-026646a07d76","id":"68359411-b3fe-4bcf-915a-026646a07d76","name":"Powerbeans Publisher API","type":"collection"}},"urlObject":{"protocol":"https","path":["private","contents","{{contentId}}","summary-audio"],"host":["api.powerbeans-ai.com"],"query":[],"variable":[]}},"response":[{"id":"3ea50d9e-0eaa-4e62-8699-eaa28807ba19","name":"200 Generate Summary Audios","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"voices\": [\"Rafael\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.powerbeans-ai.com/private/contents/{{contentId}}/summary-audio"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Jul 2024 09:15:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3534"},{"key":"Connection","value":"keep-alive"},{"key":"Apigw-Requestid","value":"buBT8iPQoAMEbmg="}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6624dff259c15e8a24733f0f\",\n    \"url\": \"https://www.rapturegrowth.com/post/en-un-final-de-potrero-v%C3%A9lez-se-lo-dio-vuelta-a-godoy-cruz-con-uno-menos-y-se-meti%C3%B3-en-las-semis\",\n    \"status\": \"inactive\",\n    \"originalLanguage\": \"es\",\n    \"contentText\": \"https://s3.us-east-1.amazonaws.com/parrot-prod-contents/659eeb20d3d7d3e95df00e2b/6624dff259c15e8a24733f0f/full/1713692658544?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=ASIA4MTWIK3BQH427C6H%2F20240730%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240730T091556Z&X-Amz-Expires=1800&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEFoaCXVzLWVhc3QtMSJHMEUCIQCgFh9hfo5wYLQ4qcymgi%2Becey9eQOTqvYP2lUe4wawywIga1LKJpad%2BWg%2FRjWEcT%2FLLW3t1HMAD0Eoi4aKgLxHAIEqowMIQhAAGgw4NTE3MjUyNzY4NjciDKjMhSqcVUC%2BB0TofSqAA7iA4cf7PCXzAY7RoXSvcMuJNw%2Bf27YbdvdGQ4pTjNMOwxCJgApYViROYurQRCA0CTT0%2F%2F3KQUuyx2rMj5QBOJRDYgQUEkAGkWTtUoOgyAR01Sd263TQVwrUfs9cLlT8f4gbGKhEfIn1hMORojbRXQVQSvz4aAVIcDzBC6mz8fbytgavqLtEyfPCAiaMCQW8wkGQi%2BAYuXbl4lsRqt2UuQgGNVKw6x8RezXt2OATc27iGNUkSTJ2f7ta3LvYWkXS%2BO%2BaberWiQckOObjh2Mh3GpIH%2BbI6uylnfw060V%2B%2FeqvCDAH4%2BF2b0oUde1uALef0DSkqmEyTo6NrsAm5EDQiO21a0CVuyawJ6fpzjPIC5W1MM7yK5B4OThSQplq4HKymaC3TnzwzA90aTTVrg2qrHG6jm0%2F7yLXfQonSe6CTE4eC%2F%2FD6NLZyqaTlhY7RI05elJohjFVWcZ7C9av0hkpCZghlp6FaPU8hgojSvoTT5L%2BU1cejHsz5zcSW1ZXp5r3BDCV3qK1BjqdATsS%2Fem%2FNSqfKl6iDbg0QFbYaLj5CkfiJlEwxpoGL9LFmQmJFASxJuTwyKw2%2BejqCYSD8qA23ot7Wly4xd69h3p94YaPM%2FtCRSJIb300dQLTD2Br5CylSEv464O%2FptSV0bbDdPMzEuvvc40d9xiMQdJ0fKoFePc7R%2F8WAuta0YlyQwWoTRrrNCb052HlQkRySOk6W9PY2oXuMrbrnT4%3D&X-Amz-Signature=dc949aa308e10ad4af52e996acd6c6fccf33f5ea5ef41b7ad0b741d06ea9fdd4&X-Amz-SignedHeaders=host\",\n    \"summaryText\": \"https://s3.us-east-1.amazonaws.com/parrot-prod-contents/659eeb20d3d7d3e95df00e2b/6624dff259c15e8a24733f0f/summary/1713692663820?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=ASIA4MTWIK3BQH427C6H%2F20240730%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240730T091556Z&X-Amz-Expires=1800&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEFoaCXVzLWVhc3QtMSJHMEUCIQCgFh9hfo5wYLQ4qcymgi%2Becey9eQOTqvYP2lUe4wawywIga1LKJpad%2BWg%2FRjWEcT%2FLLW3t1HMAD0Eoi4aKgLxHAIEqowMIQhAAGgw4NTE3MjUyNzY4NjciDKjMhSqcVUC%2BB0TofSqAA7iA4cf7PCXzAY7RoXSvcMuJNw%2Bf27YbdvdGQ4pTjNMOwxCJgApYViROYurQRCA0CTT0%2F%2F3KQUuyx2rMj5QBOJRDYgQUEkAGkWTtUoOgyAR01Sd263TQVwrUfs9cLlT8f4gbGKhEfIn1hMORojbRXQVQSvz4aAVIcDzBC6mz8fbytgavqLtEyfPCAiaMCQW8wkGQi%2BAYuXbl4lsRqt2UuQgGNVKw6x8RezXt2OATc27iGNUkSTJ2f7ta3LvYWkXS%2BO%2BaberWiQckOObjh2Mh3GpIH%2BbI6uylnfw060V%2B%2FeqvCDAH4%2BF2b0oUde1uALef0DSkqmEyTo6NrsAm5EDQiO21a0CVuyawJ6fpzjPIC5W1MM7yK5B4OThSQplq4HKymaC3TnzwzA90aTTVrg2qrHG6jm0%2F7yLXfQonSe6CTE4eC%2F%2FD6NLZyqaTlhY7RI05elJohjFVWcZ7C9av0hkpCZghlp6FaPU8hgojSvoTT5L%2BU1cejHsz5zcSW1ZXp5r3BDCV3qK1BjqdATsS%2Fem%2FNSqfKl6iDbg0QFbYaLj5CkfiJlEwxpoGL9LFmQmJFASxJuTwyKw2%2BejqCYSD8qA23ot7Wly4xd69h3p94YaPM%2FtCRSJIb300dQLTD2Br5CylSEv464O%2FptSV0bbDdPMzEuvvc40d9xiMQdJ0fKoFePc7R%2F8WAuta0YlyQwWoTRrrNCb052HlQkRySOk6W9PY2oXuMrbrnT4%3D&X-Amz-Signature=eebb887d68e2dd4c91690b1d7475bdc42815cb0c64c6e22c35caa3a373d53e41&X-Amz-SignedHeaders=host\",\n    \"audios\": [\n        {\n            \"voice\": \"unkown\",\n            \"language\": \"es\",\n            \"fullAudioUrl\": \"https://audios.powerbeans-ai.com/6624dff259c15e8a24733f0f/full_65b385c40a40be0f19d5aaed.mp3?v=1\"\n        }\n    ],\n    \"contentProcesses\": [\n        {\n            \"type\": \"summary-audio\",\n            \"language\": \"es\",\n            \"voice\": \"665c4832b5828a23ae0f8cce\",\n            \"status\": \"pending\"\n        }\n    ],\n    \"voiceIds\": [],\n    \"categories\": [\n        \"sports\",\n        \"nature\"\n    ],\n    \"iabCategories\": [],\n    \"version\": 1,\n    \"createdAt\": \"2024-04-21T09:44:18.524Z\",\n    \"updatedAt\": \"2024-07-30T09:15:56.233Z\"\n}"}],"_postman_id":"9021f273-6021-495a-a0d4-71b955069a61"},{"name":"Generate Summary Text","id":"4d7868d4-eca3-45a3-8a10-aa8164976f13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.powerbeans-ai.com/private/contents/{{contentId}}/summary-text","description":"<p>This endpoint will generate the summary text for the content based on its full content.</p>\n<p>If you want to set a custom summary text, the <strong>Force Summary Text</strong> endpoint should be used instead.</p>\n<p>Audio generation will not be triggered with this endpoint. To create summary audios use the <strong>Generate Summary Audios</strong> endpoint.</p>\n<h4 id=\"path-params\">Path Params</h4>\n<ul>\n<li><code>contentId</code> (string): ID of the content to generate summary text for.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is the content data.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"softRemoved\": boolean,// Whether the Content is deleted or not \n    \"publisherId\": string, // Publisher ID\n    \"siteId\": string, // Site ID\n    \"contentId\": string, // Id of the content\n    \"type\": \"summarize\", // Type of process\n    \"status\": \"created\", // Status of the process\n    \"_id\": string, // Id of the summary\n    \"createdAt\": string, // Date of creation of the content\n    \"updatedAt\": string // Date of last modification of the content\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{privateApiKey}}"}]},"isInherited":true,"source":{"_postman_id":"68359411-b3fe-4bcf-915a-026646a07d76","id":"68359411-b3fe-4bcf-915a-026646a07d76","name":"Powerbeans Publisher API","type":"collection"}},"urlObject":{"protocol":"https","path":["private","contents","{{contentId}}","summary-text"],"host":["api.powerbeans-ai.com"],"query":[],"variable":[]}},"response":[{"id":"2f364d7d-fa11-44f6-addd-f318e8c10551","name":"200 Generate Summary Text","originalRequest":{"method":"POST","header":[],"url":"https://api.powerbeans-ai.com/private/contents/{{contentId}}/summary-text"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Jul 2024 09:16:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"294"},{"key":"Connection","value":"keep-alive"},{"key":"Apigw-Requestid","value":"buBaPiWHIAMEbGQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"softRemoved\": false,\n    \"publisherId\": \"659ee92b8266a5439b779a19\",\n    \"siteId\": \"659eeb20d3d7d3e95df00e2b\",\n    \"contentId\": \"6624dff259c15e8a24733f0f\",\n    \"type\": \"summarize\",\n    \"status\": \"created\",\n    \"_id\": \"66a8af76be38024dacbada2d\",\n    \"createdAt\": \"2024-07-30T09:16:38.430Z\",\n    \"updatedAt\": \"2024-07-30T09:16:38.430Z\",\n    \"__v\": 0\n}"}],"_postman_id":"4d7868d4-eca3-45a3-8a10-aa8164976f13"},{"name":"Generate Full Audio","id":"a8c2e874-b919-40d9-94e6-1e031d51d367","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"voices\": [\"Rafael\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.powerbeans-ai.com/private/contents/{{contentId}}/full-audio?includeProcessingAudios=true","description":"<p>This endpoint will generate the full audios for the content.</p>\n<h4 id=\"path-params\">Path Params</h4>\n<ul>\n<li><p><code>contentId</code> (string): ID of the content to generate full audio for.</p>\n</li>\n<li><p><code>includeProcessingAudios</code> (boolean, optional, default: <code>false</code>): if <code>true</code>, includes in the audios array the pending audios to be processed. The audio URLs may not have content. URLs can be saved to access the audio when it's ready.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is the content data.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n        \"_id\": string, // Id of the content\n        \"url\": string, // Url of the content\n        \"originalLanguage\": string, // Language of the content (valid values: 'es', 'en)\n        \"contentText\": string, // Url of the file that contains the full version in text of the content\n        \"summaryText\": string, // Url of the file that contains the summary version in text of the content\n        \"status\": string, // Status of the content (valid values: 'active', 'inactive'). Only active contents will display the player in the site.\n        \"audios\": [ // Audios associated to the content\n            {\n                \"voice\": string, // Name of the voice used for the audio (example: 'Sergio')\n                \"language\": \"es\", // Language of the audio\n                \"summaryAudioUrl\": string, // Url of the file that contains the summary version of the content in audio, based on the summaryText\n                \"fullAudioUrl\": string, // Url of the file that contains the full version of the content in audio, based on the summaryText\n            }\n        ],\n        \"contentProcesses\": [ // Not finished processes associated to the content\n            {\n                \"type\": string, // Type of process (possible values: 'summary', 'summary-audio', 'full-audio') \n                \"language\": string,\n                \"voice\": string, // In case the process is audio-related, the voice used to fulfill the process.\n                \"status\": string // Status of the process (possible values: 'pending', 'failed')\n            }\n        ],\n        \"createdAt\": string, // Date of creation of the content\n        \"updatedAt\": string // Date of last modification of the content\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{privateApiKey}}"}]},"isInherited":true,"source":{"_postman_id":"68359411-b3fe-4bcf-915a-026646a07d76","id":"68359411-b3fe-4bcf-915a-026646a07d76","name":"Powerbeans Publisher API","type":"collection"}},"urlObject":{"protocol":"https","path":["private","contents","{{contentId}}","full-audio"],"host":["api.powerbeans-ai.com"],"query":[{"key":"includeProcessingAudios","value":"true"}],"variable":[]}},"response":[{"id":"dd69c8ec-ce70-4366-9c06-cf5c0f24b9d6","name":"200 Generate Full Audio","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"voices\": [\"Rafael\"]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.powerbeans-ai.com/private/contents/{{contentId}}/full-audio?includeProcessingAudios=true","protocol":"https","host":["api.powerbeans-ai.com"],"path":["private","contents","{{contentId}}","full-audio"],"query":[{"key":"includeProcessingAudios","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Jul 2024 09:23:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3786"},{"key":"Connection","value":"keep-alive"},{"key":"Apigw-Requestid","value":"buCXegpWIAMEPGw="}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6624dff259c15e8a24733f0f\",\n    \"url\": \"https://www.rapturegrowth.com/post/en-un-final-de-potrero-v%C3%A9lez-se-lo-dio-vuelta-a-godoy-cruz-con-uno-menos-y-se-meti%C3%B3-en-las-semis\",\n    \"status\": \"inactive\",\n    \"originalLanguage\": \"es\",\n    \"contentText\": \"https://s3.us-east-1.amazonaws.com/parrot-prod-contents/659eeb20d3d7d3e95df00e2b/6624dff259c15e8a24733f0f/full/1713692658544?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=ASIA4MTWIK3BX75SISFZ%2F20240730%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240730T092308Z&X-Amz-Expires=1800&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEFoaCXVzLWVhc3QtMSJGMEQCIA7vqJgDLqNMROm4uVSKMczV%2FS3idga85OzG2XQAlf5NAiAg1HUxq3GZ5on3hykZDn35w6zzqzMujDhZXcNYhttE7SqdAwhCEAAaDDg1MTcyNTI3Njg2NyIM54%2FFLPp6BJRaJccmKvoCTpqzCmVicObwpsavOYv2JkXf5pbSZcEIwEIQna8ZM8RCry8ma3aKuai9%2FRcuEXoShBOnbrpypNpVDQSJBIn7rhQ2X9vY9566dfQqGPv3LIWM1%2Fub8GnvgnCvsCimCNFuNBSnowZUUCflBiAFkt7dmHaHqM7L9qKGV7QxwbImmeSRE1Sz%2FqwFPoi%2BX1aQk3Zp0fWTVXr%2BVTj71O77KRFf34Y6AfWA4u0JGGaibvsy8Gz67FRSXe7TX58WEyk0%2Bfz5q9DNcvn8o0cD0nF7iuVGrU27W7V61e9CLaWr1aSbrce9Ad6Okz80cui6k90IlORsprgHPs5%2FWKMcbirdg3Eva2%2FVOHmS9O%2FH%2BW7KFsEkvQVCPTGLARqRU6R27KS9Lthxa5MxAU9JgWnzpsWiNwlc8uJUNUm3wL%2BR0giHzTR4RkB%2BYysBQYOTUGk%2FA56sqkl%2FEts8hRXIsYxWhfxGYMKANrvim1W7sN5vaqL8LHpE%2FIs96oF54cVDheh%2FMNDgorUGOp4BbFj8wpO5Qpgi4kc9chJgLrJNZBc7R9fQYGs%2FNy6oldwEsCrcpktNh3iiDceWykIj%2F4Gp3Zlv64HozGBqYbcUQjWCv792CiyTl3LQG%2FGy%2Fw1U1l0jzw9nqLU%2F1P5b1%2B1sIkLH9w75gc%2BajtDaGOsA8IqxEelQERiSRp6wL35ZosFMoc1RmHj027c0LB3DXZ4ZKhBvsRotqWwL9W0%2FoX8%3D&X-Amz-Signature=cc4c011fbd29239aff9f7ff07a1358b92d44c046d2884f0e484286a4714080bd&X-Amz-SignedHeaders=host\",\n    \"summaryText\": \"https://s3.us-east-1.amazonaws.com/parrot-prod-contents/659eeb20d3d7d3e95df00e2b/6624dff259c15e8a24733f0f/summary/1722331001159?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=ASIA4MTWIK3BX75SISFZ%2F20240730%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240730T092308Z&X-Amz-Expires=1800&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEFoaCXVzLWVhc3QtMSJGMEQCIA7vqJgDLqNMROm4uVSKMczV%2FS3idga85OzG2XQAlf5NAiAg1HUxq3GZ5on3hykZDn35w6zzqzMujDhZXcNYhttE7SqdAwhCEAAaDDg1MTcyNTI3Njg2NyIM54%2FFLPp6BJRaJccmKvoCTpqzCmVicObwpsavOYv2JkXf5pbSZcEIwEIQna8ZM8RCry8ma3aKuai9%2FRcuEXoShBOnbrpypNpVDQSJBIn7rhQ2X9vY9566dfQqGPv3LIWM1%2Fub8GnvgnCvsCimCNFuNBSnowZUUCflBiAFkt7dmHaHqM7L9qKGV7QxwbImmeSRE1Sz%2FqwFPoi%2BX1aQk3Zp0fWTVXr%2BVTj71O77KRFf34Y6AfWA4u0JGGaibvsy8Gz67FRSXe7TX58WEyk0%2Bfz5q9DNcvn8o0cD0nF7iuVGrU27W7V61e9CLaWr1aSbrce9Ad6Okz80cui6k90IlORsprgHPs5%2FWKMcbirdg3Eva2%2FVOHmS9O%2FH%2BW7KFsEkvQVCPTGLARqRU6R27KS9Lthxa5MxAU9JgWnzpsWiNwlc8uJUNUm3wL%2BR0giHzTR4RkB%2BYysBQYOTUGk%2FA56sqkl%2FEts8hRXIsYxWhfxGYMKANrvim1W7sN5vaqL8LHpE%2FIs96oF54cVDheh%2FMNDgorUGOp4BbFj8wpO5Qpgi4kc9chJgLrJNZBc7R9fQYGs%2FNy6oldwEsCrcpktNh3iiDceWykIj%2F4Gp3Zlv64HozGBqYbcUQjWCv792CiyTl3LQG%2FGy%2Fw1U1l0jzw9nqLU%2F1P5b1%2B1sIkLH9w75gc%2BajtDaGOsA8IqxEelQERiSRp6wL35ZosFMoc1RmHj027c0LB3DXZ4ZKhBvsRotqWwL9W0%2FoX8%3D&X-Amz-Signature=a8076119b28ae9728aa8216d3f0c97b5251c157a2afe1f7363ed49700509d9b9&X-Amz-SignedHeaders=host\",\n    \"audios\": [\n        {\n            \"voice\": \"unkown\",\n            \"language\": \"es\",\n            \"fullAudioUrl\": \"https://audios.powerbeans-ai.com/6624dff259c15e8a24733f0f/full_65b385c40a40be0f19d5aaed.mp3?v=3\"\n        },\n        {\n            \"voice\": \"Rafael\",\n            \"language\": \"es\",\n            \"summaryAudioUrl\": \"https://audios.powerbeans-ai.com/6624dff259c15e8a24733f0f/summary_665c4832b5828a23ae0f8cce.mp3?v=3\",\n            \"fullAudioUrl\": \"https://audios.powerbeans-ai.com/6624dff259c15e8a24733f0f/full_665c4832b5828a23ae0f8cce.mp3?v=3\"\n        }\n    ],\n    \"contentProcesses\": [\n        {\n            \"type\": \"full-audio\",\n            \"language\": \"es\",\n            \"voice\": \"665c4832b5828a23ae0f8cce\",\n            \"status\": \"pending\"\n        }\n    ],\n    \"voiceIds\": [],\n    \"categories\": [\n        \"sports\",\n        \"nature\"\n    ],\n    \"iabCategories\": [],\n    \"version\": 3,\n    \"createdAt\": \"2024-04-21T09:44:18.524Z\",\n    \"updatedAt\": \"2024-07-30T09:23:08.616Z\"\n}"}],"_postman_id":"a8c2e874-b919-40d9-94e6-1e031d51d367"},{"name":"Force Summary Text","id":"0285c0a3-5939-4051-bf48-0e082e0d6b8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"summary\": \"Custom summary text\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.powerbeans-ai.com/private/contents/{{contentId}}/summary","description":"<p>This endpoint will replace the summary text for the content with the one provided.</p>\n<p>Audio generation will not be triggered with this endpoint. To create summary audios use the <strong>Generate Summary Audios</strong> endpoint.</p>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is the content data.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n        \"_id\": string, // Id of the content\n        \"url\": string, // Url of the content\n        \"originalLanguage\": string, // Language of the content (valid values: 'es', 'en)\n        \"contentText\": string, // Url of the file that contains the full version in text of the content\n        \"summaryText\": string, // Url of the file that contains the summary version in text of the content\n        \"status\": string, // Status of the content (valid values: 'active', 'inactive'). Only active contents will display the player in the site.\n        \"audios\": [ // Audios associated to the content\n            {\n                \"voice\": string, // Name of the voice used for the audio (example: 'Sergio')\n                \"language\": \"es\", // Language of the audio\n                \"summaryAudioUrl\": string, // Url of the file that contains the summary version of the content in audio, based on the summaryText\n                \"fullAudioUrl\": string, // Url of the file that contains the full version of the content in audio, based on the summaryText\n            }\n        ],\n        \"contentProcesses\": [ // Not finished processes associated to the content\n            {\n                \"type\": string, // Type of process (possible values: 'summary', 'summary-audio', 'full-audio') \n                \"language\": string,\n                \"voice\": string, // In case the process is audio-related, the voice used to fulfill the process.\n                \"status\": string // Status of the process (possible values: 'pending', 'failed')\n            }\n        ],\n        \"createdAt\": string, // Date of creation of the content\n        \"updatedAt\": string // Date of last modification of the content\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{privateApiKey}}"}]},"isInherited":true,"source":{"_postman_id":"68359411-b3fe-4bcf-915a-026646a07d76","id":"68359411-b3fe-4bcf-915a-026646a07d76","name":"Powerbeans Publisher API","type":"collection"}},"urlObject":{"protocol":"https","path":["private","contents","{{contentId}}","summary"],"host":["api.powerbeans-ai.com"],"query":[],"variable":[]}},"response":[{"id":"205606be-4588-4d5b-8cc2-4f115d738a6c","name":"200 Force Summary Text","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"summary\": \"Custom summary text\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.powerbeans-ai.com/private/contents/{{contentId}}/summary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Jul 2024 09:27:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"318"},{"key":"Connection","value":"keep-alive"},{"key":"Apigw-Requestid","value":"buDDvgGsoAMEYhA="}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6624dff259c15e8a24733f0f\",\n    \"url\": \"https://www.rapturegrowth.com/post/en-un-final-de-potrero-v%C3%A9lez-se-lo-dio-vuelta-a-godoy-cruz-con-uno-menos-y-se-meti%C3%B3-en-las-semis\",\n    \"originalLanguage\": \"es\",\n    \"summary\": \"Custom summary text\",\n    \"createdAt\": \"2024-04-21T09:44:18.524Z\",\n    \"updatedAt\": \"2024-07-30T09:27:51.752Z\"\n}"}],"_postman_id":"0285c0a3-5939-4051-bf48-0e082e0d6b8f"}],"id":"836475e9-965c-44c0-8104-f6087c595303","_postman_id":"836475e9-965c-44c0-8104-f6087c595303","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{privateApiKey}}"}]},"isInherited":true,"source":{"_postman_id":"68359411-b3fe-4bcf-915a-026646a07d76","id":"68359411-b3fe-4bcf-915a-026646a07d76","name":"Powerbeans Publisher API","type":"collection"}}},{"name":"Voices","item":[{"name":"Get Voices","id":"67bc8283-9fbb-41d3-bbc4-404941bb3bb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.powerbeans-ai.com/private/voices","description":"<p>This endpoint returns all the contractually available voices for your publisher.</p>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is the content data.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n   {\n        \"_id\": string, // id of the voice\n        \"name\": string, // Name of the voice\n        \"sample\": string, // Url of an audio with a sample of the voice\n        \"language\": string // Language in which the voice is available\n    }\n]\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{privateApiKey}}"}]},"isInherited":true,"source":{"_postman_id":"68359411-b3fe-4bcf-915a-026646a07d76","id":"68359411-b3fe-4bcf-915a-026646a07d76","name":"Powerbeans Publisher API","type":"collection"}},"urlObject":{"protocol":"https","path":["private","voices"],"host":["api.powerbeans-ai.com"],"query":[],"variable":[]}},"response":[{"id":"1221d8d0-4109-440f-af9e-9603fca254fc","name":"200 Get Voices","originalRequest":{"method":"GET","header":[],"url":"https://api.powerbeans-ai.com/private/voices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Jul 2024 09:15:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2931"},{"key":"Connection","value":"keep-alive"},{"key":"Apigw-Requestid","value":"buBM0iJqoAMEbcw="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"665f4a7060e50caa2bae4ed4\",\n        \"sample\": \"https://dev.powerbeans-ai.com/voices/Antonio_vAxdfYVShGAQEwKYqDZR.mp3\",\n        \"name\": \"Antonio\",\n        \"language\": \"es\"\n    },\n    {\n        \"_id\": \"6687af5be2fd128a15949924\",\n        \"sample\": \"https://dev.powerbeans-ai.com/voices/Leonor_6687af5be2fd128a15949924.mp3\",\n        \"name\": \"Leonor\",\n        \"language\": \"es\"\n    }\n]"}],"_postman_id":"67bc8283-9fbb-41d3-bbc4-404941bb3bb9"}],"id":"4b65439c-ee31-46be-8105-0f1909af8f90","_postman_id":"4b65439c-ee31-46be-8105-0f1909af8f90","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{privateApiKey}}"}]},"isInherited":true,"source":{"_postman_id":"68359411-b3fe-4bcf-915a-026646a07d76","id":"68359411-b3fe-4bcf-915a-026646a07d76","name":"Powerbeans Publisher API","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{privateApiKey}}"}]}},"event":[{"listen":"prerequest","script":{"id":"f3006765-f8ef-42be-9467-8ed20eb76d70","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"fa952e4f-8518-4286-bb4b-1ea3ff10a4db","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"powerbeansApiURL","value":"api.powerbeans-ai.com"}]}