{"info":{"_postman_id":"8d6fc249-1577-4c6a-b63c-8b6ab7a2af70","name":"TextCortex AI - HemingwAI V3","description":"<html><head></head><body><p>pyTextCortex's hemingwAI API endpoint documentation</p>\n<p>Generating content using the TextCortex Enterprise Text Generation API is as easy as following these 4 steps:</p>\n<ul>\n<li><a href=\"https://app.textcortex.com/user/signup?registration_source=api-documentation\">Signup for the TextCortex Hemingwai API</a></li>\n<li><a href=\"https://app.textcortex.com/user/dashboard/settings/api-key\">Go to API Key section and copy your key.</a></li>\n<li>Make a POST request to <a href=\"https://api.textcortex.com/hemingwai/generate_text_v3/\">https://api.textcortex.com/hemingwai/generate_text_v3/</a></li>\n</ul>\n<p>To shorten your development and integration cycle, we have published packages you can install with the following commands:</p>\n<p>To install the textcortex python package, just run this in your terminal:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-python\">pip install textcortex\n\n</code></pre>\n<h1 id=\"authentication\">Authentication</h1>\n<p>After the signup is complete, rest is easy. Just copy your API key from the interface</p>\n<p>* <a href=\"https://app.textcortex.com/user/dashboard/settings/api-key\">Go to API Key section and copy your key.</a><br>* With each request send your API key inside <code>api_key</code> field</p>\n<p>That's it!</p>\n<h2 id=\"supported-text-generation-types\">Supported Text Generation Types</h2>\n<h3 id=\"copywriting-api\">Copywriting API:</h3>\n<p>hemingwAI Copywriting API is a collection of text generation features that are used for automating most of the work of a copywriter.</p>\n<p>* Paraphrase - Rewrite a given sentence without changing its meaning<br>* Blog body - Generate a blog article based on a title and keywords<br>* Product Descriptions - Generate Product descriptions<br>* Autocomplete - Generates rest of the text by looking at the previous entries<br>* Blog title - Generate an engaging blog title based on keywords and blog description<br>* Blog outlines - Generate sections of a blog post so that you can build well structured article<br>* Instagram captions - Generate an instagram caption based on product and audience<br>* Youtube descriptions - Generate youtube descriptions based on the video title and audience<br>* Video Titles - Generate video titles based on few inputs about the video<br>* Ads Tagline - Generate ad tagline based on inputs such as the product and audience<br>* Ads Copy - Generate complete ad copies based on the product and audience</p>\n<h3 id=\"email-api\">Email API:</h3>\n<p>hemingwAI Email API is a collection of text generation features that is focused on automating email writing.</p>\n<p>* Customer Call Request Mail - Create cold outreach emails for reaching new prospective clients<br>* Customer Support Email - Generate customer support emails based on a summary<br>* Email First Line - Generate a single opening line for an email using subject and audience type<br>* Email Subject - Generate email subejcts based on audience and context<br>* Bullet to Email - Generate emails based on a few bullet point<br>* General Email - Generate a generic email based on few inputs</p>\n<h2 id=\"available-fields\">Available Fields</h2>\n<p>Here is a detailed list of fields.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Fields</strong></th>\n<th><strong>Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>template_name</strong></td>\n<td>\"paraphrase\", \"auto_complete\", \"blog_body\", \"product_descriptions\", \"blog_title\", \"blog_outline\", \"instagram_caption\", \"youtube_description\", \"video_captions\", \"video_titles\", \"customer_call_request\", \"email_first_line\"...</td>\n<td>Template name defines the type of text to be produced. Each of the template have different set of inputs therefore check specific examples.</td>\n</tr>\n<tr>\n<td><strong>prompt</strong></td>\n<td>JSON</td>\n<td>Each of the template have a different kind of input therefore you need to check what kind of fields exists for a specific template type.</td>\n</tr>\n<tr>\n<td><strong>temperature</strong></td>\n<td>Between 0 and 1.</td>\n<td>This parameter sets how creative resulting text will be. Default is 0.65</td>\n</tr>\n<tr>\n<td><strong>n_gen</strong></td>\n<td>Between 1 and 5</td>\n<td>Defines how many alternatives from this text will be returned. For paraphrasing, minimum should be 2.  <br>  <br>Maximum is 5</td>\n</tr>\n<tr>\n<td><strong>source_language</strong></td>\n<td>\"auto\" for sensing the language automatically, \"en\" for English, and for other languages check ISO 639-1 language format</td>\n<td>Defines the language of the input language. According to that automatically translates the output.</td>\n</tr>\n<tr>\n<td><strong>token_count</strong></td>\n<td>10-300 defines the maximum amount of words that can be returned</td>\n<td>Max word count.</td>\n</tr>\n<tr>\n<td><strong>api_key</strong></td>\n<td>string</td>\n<td>Your API Key that makes it possible to make requests.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-json-payload-for-rewriting-a-sentence\">Example JSON Payload For Rewriting a Sentence:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"template_name\": \"paraphrase\",\n    \"prompt\": {\n        \"original_sentence\": \"It was a great day at cortex HQ.\"\n    },\n    \"temperature\": 1.5,\n    \"token_count\": 20,\n    \"n_gen\": 4,\n    \"source_language\": \"en\",\n    \"api_key\": \"YOUR_API_KEY\"\n}\n\n</code></pre>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>Endpoints are rate limited, please make sure that you are not sending more than 10 requests per second. <a href=\"https://tally.so/r/meqQVo\">If you need more requests, please fill out this form first.</a></p>\n<h1 id=\"text-generation-examples\">Text Generation Examples:</h1>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"},{"content":"Rate limit","slug":"rate-limit"},{"content":"Text Generation Examples:","slug":"text-generation-examples"}],"owner":"936254","collectionId":"8d6fc249-1577-4c6a-b63c-8b6ab7a2af70","publishedId":"2s83tCLYi9","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-10-05T16:56:37.000Z"},"item":[{"name":"Paraphrase - Rewrite given sentence without changing meaning.","id":"ae9e1bce-4172-4ebc-b086-93674e0736fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"template_name\": \"paraphrase\",\n    \"prompt\": {\n        \"original_sentence\": \"It was a great day at cortex HQ.\"\n    },\n    \"temperature\": 1.3,\n    \"token_count\": 20,\n    \"n_gen\": 4,\n    \"language\": \"en\",\n    \"api_key\": \"YOUR_API_KEY\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.textcortex.com/hemingwai/generate_text_v3/","urlObject":{"protocol":"https","path":["hemingwai","generate_text_v3",""],"host":["api","textcortex","com"],"query":[],"variable":[]}},"response":[{"id":"0670afdf-cad1-4e11-8247-fef9a39e7634","name":"Paraphrase - Rewrite given sentence without changing meaning.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"template_name\": \"paraphrase\",\n    \"prompt\": {\n        \"original_sentence\": \"It was a great day at cortex HQ.\"\n    },\n    \"temperature\": 1.3,\n    \"token_count\": 20,\n    \"n_gen\": 4,\n    \"source_language\": \"en\",\n    \"api_key\": \"YOUR_API_KEY\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.textcortex.com/hemingwai/generate_text_v3/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 Aug 2022 14:49:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"content-security-policy","value":"default-src 'self'; object-src 'none'"},{"key":"strict-transport-security","value":"max-age=31556926; includeSubDomains"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"x-cloud-trace-context","value":"5a3ff04a86d3a7030aab7d779f5d603f;o=1"},{"key":"Cache-Control","value":"private"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=%2BHSUJTY7IwUELEmemHIW0biYY5aldoPT37JR9aVg%2F4ISDxW4BYa9WBcO9hjUfkHjekiztN1IuPfssS%2FZvV6VHKjcMkMwed3kcl5xs2QW9wS%2FtnZ3Q%2BwDw9EtNLzjys944X%2BH1w%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"73cb7565ee65737b-CPH"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"generated_text\": [\n        {\n            \"text\": \"A wonderful day was had at cortex HQ.\",\n            \"id\": \"4734cb68-b920-4dcd-84e3-89687364bdfb\"\n        },\n        {\n            \"text\": \"cortex HQ was a great place to work.\",\n            \"id\": \"1dab2d88-9e7f-4a5f-8eb8-3d497137da59\"\n        },\n        {\n            \"text\": \"It was a great day at cortex HQ.\",\n            \"id\": \"0299a4bf-bd6c-473d-8717-c30e54f722dd\"\n        },\n        {\n            \"text\": \"cortex HQ had a great day.\",\n            \"id\": \"545c94dc-6d2c-4efc-b804-60bc076ccec8\"\n        }\n    ],\n    \"remaining_requests\": 98,\n    \"error\": 200\n}"}],"_postman_id":"ae9e1bce-4172-4ebc-b086-93674e0736fb"},{"name":"Expand - Build on top of what you write to improve.","id":"7a155f55-0be7-4bdb-92af-611b10369ab8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"template_name\": \"paraphrase\",\n    \"prompt\": {\n        \"original_sentence\": \"It was a great day at cortex HQ.\"\n    },\n    \"temperature\": 1.3,\n    \"token_count\": 20,\n    \"n_gen\": 4,\n    \"source_language\": \"en\",\n    \"api_key\": \"YOUR_API_KEY\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.textcortex.com/hemingwai/generate_text_v3/","urlObject":{"protocol":"https","path":["hemingwai","generate_text_v3",""],"host":["api","textcortex","com"],"query":[],"variable":[]}},"response":[{"id":"8ae91d0f-fbc8-4f09-8401-88424cdd5d9f","name":"Paraphrase - Rewrite given sentence without changing meaning.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"template_name\": \"paraphrase\",\n    \"prompt\": {\n        \"original_sentence\": \"It was a great day at cortex HQ.\"\n    },\n    \"temperature\": 1.3,\n    \"token_count\": 20,\n    \"n_gen\": 4,\n    \"source_language\": \"en\",\n    \"api_key\": \"YOUR_API_KEY\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.textcortex.com/hemingwai/generate_text_v3/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 Aug 2022 14:49:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"content-security-policy","value":"default-src 'self'; object-src 'none'"},{"key":"strict-transport-security","value":"max-age=31556926; includeSubDomains"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"x-cloud-trace-context","value":"5a3ff04a86d3a7030aab7d779f5d603f;o=1"},{"key":"Cache-Control","value":"private"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=%2BHSUJTY7IwUELEmemHIW0biYY5aldoPT37JR9aVg%2F4ISDxW4BYa9WBcO9hjUfkHjekiztN1IuPfssS%2FZvV6VHKjcMkMwed3kcl5xs2QW9wS%2FtnZ3Q%2BwDw9EtNLzjys944X%2BH1w%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"73cb7565ee65737b-CPH"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"generated_text\": [\n        {\n            \"text\": \"A wonderful day was had at cortex HQ.\",\n            \"id\": \"4734cb68-b920-4dcd-84e3-89687364bdfb\"\n        },\n        {\n            \"text\": \"cortex HQ was a great place to work.\",\n            \"id\": \"1dab2d88-9e7f-4a5f-8eb8-3d497137da59\"\n        },\n        {\n            \"text\": \"It was a great day at cortex HQ.\",\n            \"id\": \"0299a4bf-bd6c-473d-8717-c30e54f722dd\"\n        },\n        {\n            \"text\": \"cortex HQ had a great day.\",\n            \"id\": \"545c94dc-6d2c-4efc-b804-60bc076ccec8\"\n        }\n    ],\n    \"remaining_requests\": 98,\n    \"error\": 200\n}"}],"_postman_id":"7a155f55-0be7-4bdb-92af-611b10369ab8"},{"name":"Blog body - Generate a blog content based on given keywords and a blog title","id":"24be6895-850f-433b-80fd-312ac1acffad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"template_name\": \"blog_body\",\n    \"prompt\": {\n        \"blog_title\": \"Why Content is important for your SEO?\",\n        \"blog_keywords\": \"ai, content generation tools, Search engine optimisation\"\n    },\n    \"temperature\": 0.65,\n    \"token_count\": 100,\n    \"n_gen\": 2,\n    \"source_language\": \"en\",\n    \"api_key\": \"YOUR_API_KEY\"\n\n}","options":{"raw":{"language":"json"}}},"url":"https://api.textcortex.com/hemingwai/generate_text_v3/","urlObject":{"protocol":"https","path":["hemingwai","generate_text_v3",""],"host":["api","textcortex","com"],"query":[],"variable":[]}},"response":[{"id":"9b962e65-811e-453f-9f01-1166b5434452","name":"Blog body - Generate a blog content based on given keywords and a blog title","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"template_name\": \"blog_body\",\n    \"prompt\": {\n        \"blog_title\": \"Why Content is important for your SEO?\",\n        \"blog_keywords\": \"ai, content generation tools, Search engine optimisation\"\n    },\n    \"temperature\": 0.65,\n    \"token_count\": 100,\n    \"n_gen\": 2,\n    \"source_language\": \"en\",\n    \"api_key\": \"YOUR_API_KEY\"\n\n}","options":{"raw":{"language":"json"}}},"url":"https://api.textcortex.com/hemingwai/generate_text_v3/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 Aug 2022 14:52:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"content-security-policy","value":"default-src 'self'; object-src 'none'"},{"key":"strict-transport-security","value":"max-age=31556926; includeSubDomains"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"x-cloud-trace-context","value":"bc9031e2c10fae8399db14c5700e8d16;o=1"},{"key":"Cache-Control","value":"private"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=amXNUV0zoiNz2UOXj6im%2BAIlwQ7CjX04aGXf5Fwx55p9uBYnYLFakBJbMF5UyYsdv95f6SPtGQGuUAHMFBKe%2BHCpFHAZg8%2FmSWSc933GzxUn%2Bu%2FIzH0xhgz%2Fv0govyEy3fR3mQ%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"73cb795beb7e737b-CPH"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"generated_text\": [\n        {\n            \"text\": \"<h2>Content is essential for the success of any online business.</h2>\\n<h2>What is SEO?</h2>\\nSearch engine optimization is the process of improving the visibility of a website or a web page in search engine results pages (SERPs). It includes all strategies and tactics that are used to make search engines understand your content and rank it on their front page.\\nSEO can be performed through paid advertising or\",\n            \"id\": \"ed010fb8-5c53-44fe-b6c2-9bcf9fbcd70c\"\n        },\n        {\n            \"text\": \"Search Engine Optimisation\\nSEO is a process that involves the management and analysis of keywords to improve the visibility of a website or online business. With more than 90% of online searches taking place through search engines like Google, it’s important for businesses to have an online presence. This can be done by creating content on the website that is relevant and informative.\\n<h2>What is SEO?</h2>\\nSearch Engine Optimization\",\n            \"id\": \"b8ce6a59-d949-4c9a-a4d4-345629d5406c\"\n        }\n    ],\n    \"remaining_requests\": 94,\n    \"error\": 200\n}"}],"_postman_id":"24be6895-850f-433b-80fd-312ac1acffad"},{"name":"Product Descriptions - Generate long form product descriptions based on the product and its category","id":"c0954ceb-3ae7-436b-a4c5-d8f9ece9bd47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"template_name\": \"product_description\",\n    \"prompt\": {\n        \"product_name\": \"Blue sports underwear\",\n        \"brand\": \"Nike\",\n        \"product_category\": \"Clothing\",\n        \"product_features\": \"Ultra soft and super well wet absorbing\"\n    },\n    \"temperature\": 0.65,\n    \"token_count\": 200,\n    \"n_gen\": 2,\n    \"source_language\": \"en\",\n    \"api_key\": \"YOUR_API_KEY\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.textcortex.com/hemingwai/generate_text_v3/","urlObject":{"protocol":"https","path":["hemingwai","generate_text_v3",""],"host":["api","textcortex","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0954ceb-3ae7-436b-a4c5-d8f9ece9bd47"},{"name":"Product Descriptions with Features - Generate long form product descriptions based on the product features","id":"1994ef9f-934d-4bec-985f-be15371df701","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"template_name\": \"product_description_with_features\",\n    \"prompt\": {\n        \"product_title\": \"Mini Solar Water fountain\",\n        \"product_features\": \"\\nFeatures-- High efficiency solar panel-- Cute shape and floating stylePackage includes:1 * Solar Fountain1 * Accessories BagNote:1. make sure put enough water in the fountain, so pump can stay underwater, completely 2. solar panels must be completely exposed to the sun, not the leaves or other items. Panel surface3. please regular cleaning pump, lest jam pump1-2cm error might exist due to manual measurements, please kindly understand. The colors deviation might differ due to different monitor settings.\"\n    },\n    \"temperature\": 0.7,\n    \"token_count\": 400,\n    \"n_gen\": 2,\n    \"source_language\": \"en\",\n    \"api_key\": \"YOUR_API_KEY\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.textcortex.com/hemingwai/generate_text_v3/","urlObject":{"protocol":"https","path":["hemingwai","generate_text_v3",""],"host":["api","textcortex","com"],"query":[],"variable":[]}},"response":[{"id":"6ffc48a3-c0d5-4eff-ad4d-da4e5242cdba","name":"Product Descriptions with Features - Generate long form product descriptions based on the product features","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"template_name\": \"product_description_with_features\",\n    \"prompt\": {\n        \"product_title\": \"Mini Solar Water fountain\",\n        \"product_features\": \"\\nFeatures-- High efficiency solar panel-- Cute shape and floating stylePackage includes:1 * Solar Fountain1 * Accessories BagNote:1. make sure put enough water in the fountain, so pump can stay underwater, completely 2. solar panels must be completely exposed to the sun, not the leaves or other items. Panel surface3. please regular cleaning pump, lest jam pump1-2cm error might exist due to manual measurements, please kindly understand. The colors deviation might differ due to different monitor settings.\"\n    },\n    \"temperature\": 0.7,\n    \"token_count\": 400,\n    \"n_gen\": 2,\n    \"source_language\": \"en\",\n    \"api_key\": \"YOUR_API_KEY\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.textcortex.com/hemingwai/generate_text_v3/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Sep 2022 09:36:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"content-security-policy","value":"default-src 'self'; object-src 'none'"},{"key":"strict-transport-security","value":"max-age=31556926; includeSubDomains"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"x-cloud-trace-context","value":"6d2cf6c8de52723df475d913c681c382"},{"key":"Cache-Control","value":"private"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=X%2FTBM6uYv5j9wFRMYGJleYrvYVwK1TDunw9aksQS%2FWSdLlwYGsrP4X9hykcU2WyYn1k4Ydh9izfAqwAAa%2BuXNb9%2BLl8pK0Tk3Z2%2F%2B5YNLbXcDPqlILis398iiaiVO2shJwHBSw%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"743d0567ddafca75-HAM"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"generated_text\": [\n        {\n            \"text\": \"This solar fountain is perfect for adding a touch of whimsy to your garden. It's made of high-quality materials and features a cute, floating design. Best of all, it's powered by the sun, so you can enjoy the beauty of running water without having to worry about cords or plugs.\",\n            \"id\": \"67a43dce-2a23-403b-99ae-a97f758f9dca\"\n        },\n        {\n            \"text\": \"This solar-powered fountain is the perfect addition to any garden or outdoor space! The high-efficiency solar panel ensures your fountain will run smoothly, while the cute shape and floating style add a touch of whimsy. Keep your garden looking beautiful and eco-friendly with this wonderful solar fountain!\",\n            \"id\": \"8bd2241b-7f42-41e5-88e2-f486144e1a39\"\n        }\n    ],\n    \"remaining_requests\": 81,\n    \"error\": 200\n}"}],"_postman_id":"1994ef9f-934d-4bec-985f-be15371df701"},{"name":"Autocomplete - Generate a completion for rest of the text","id":"c2802a2f-4026-4bce-a675-5a2dfcaa73c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"template_name\": \"auto_complete\",\n    \"prompt\": {\n        \"original_sentence\": \"It was a great day at cortex HQ\"\n    },\n    \"temperature\": 0.65,\n    \"word_count\": 20,\n    \"n_gen\": 2,\n    \"source_language\": \"en\",\n    \"api_key\": \"YOUR_API_KEY\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.textcortex.com/hemingwai/generate_text_v3/","urlObject":{"protocol":"https","path":["hemingwai","generate_text_v3",""],"host":["api","textcortex","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2802a2f-4026-4bce-a675-5a2dfcaa73c2"},{"name":"Blog Title - Generate a blog title based on given blog intro and a  Copy","id":"106c9e5d-0b6c-4017-8e9f-605ef8d04385","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"template_name\": \"blog_title\",\n    \"prompt\": {\n        \"blog_intro\": \"Why Content is important for your SEO? Its important because google uses it to create an index of the pages\",\n        \"blog_keywords\": \"ai, content generation tools, Search engine optimisation\"\n    },\n    \"temperature\": 0.65,\n    \"token_count\": 5,\n    \"n_gen\": 3,\n    \"source_language\": \"en\",\n    \"api_key\": \"YOUR_API_KEY\"\n\n}","options":{"raw":{"language":"json"}}},"url":"https://api.textcortex.com/hemingwai/generate_text_v3/","urlObject":{"protocol":"https","path":["hemingwai","generate_text_v3",""],"host":["api","textcortex","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"106c9e5d-0b6c-4017-8e9f-605ef8d04385"},{"name":"Blog Outline - Generate blog sections to create an outline","id":"a3869e41-92de-4654-b443-d5c3ea597872","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"template_name\": \"blog_outline\",\n    \"prompt\": {\n        \"blog_title\": \"Why I took the chance to become an entrepreneur\",\n        \"blog_keywords\": \"software, programming, startups\"\n    },\n    \"temperature\": 0.65,\n    \"token_count\": 200,\n    \"n_gen\": 5,\n    \"source_language\": \"en\",\n    \"api_key\": \"YOUR_API_KEY\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.textcortex.com/hemingwai/generate_text_v3/","urlObject":{"protocol":"https","path":["hemingwai","generate_text_v3",""],"host":["api","textcortex","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a3869e41-92de-4654-b443-d5c3ea597872"},{"name":"Instagram Caption - Generate instagram captions if you are marketing your products or something similar","id":"d741d8b6-6111-4598-83b6-e13cc40f61e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"template_name\": \"instagram_caption\",\n    \"prompt\": {\n        \"product\": \"Blue shaded sunglasses with UV protection\",\n        \"target_audience\": \"University students\"\n    },\n    \"temperature\": 0.65,\n    \"token_count\": 200,\n    \"n_gen\": 2,\n    \"source_language\": \"en\",\n    \"api_key\": \"YOUR_API_KEY\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.textcortex.com/hemingwai/generate_text_v3/","urlObject":{"protocol":"https","path":["hemingwai","generate_text_v3",""],"host":["api","textcortex","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d741d8b6-6111-4598-83b6-e13cc40f61e7"},{"name":"Youtube Descriptions - Generate Youtube descriptions based on the video title and keywords","id":"76723e36-5fcf-4b99-baee-2ad86e9e12a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"template_name\": \"youtube_description\",\n    \"prompt\": {\n      \"video_title\": \"How to teach math to five year old\",\n      \"video_keywords\": \"education, kids, learning\",\n      \"target_audience\": \"Young moms and dads\"\n    },\n    \"temperature\": 0.65,\n    \"token_count\": 200,\n    \"n_gen\": 2,\n    \"source_language\": \"en\",\n    \"api_key\": \"YOUR_API_KEY\"\n\n}","options":{"raw":{"language":"json"}}},"url":"https://api.textcortex.com/hemingwai/generate_text_v3/","urlObject":{"protocol":"https","path":["hemingwai","generate_text_v3",""],"host":["api","textcortex","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"76723e36-5fcf-4b99-baee-2ad86e9e12a6"},{"name":"Video Captions - Generate actual content for a youtube video.","id":"376ddc82-0a2f-470a-bf29-69e1bc16252b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"template_name\": \"youtube_captions\",\n    \"prompt\": {\n      \"video_title\": \"How to teach math to five year old\",\n      \"video_keywords\": \"education, kids, learning\",\n      \"target_audience\": \"Young moms and dads\",\n      \"video_category\": \"Education\",\n      \"video_description\": \"In this video we are going to explain how to teach math to five year olds.\"\n    },\n    \"temperature\": 0.65,\n    \"token_count\": 100,\n    \"n_gen\": 2,\n    \"source_language\": \"en\",\n    \"api_key\": \"YOUR_API_KEY\"\n\n}","options":{"raw":{"language":"json"}}},"url":"https://api.textcortex.com/hemingwai/generate_text_v3/","urlObject":{"protocol":"https","path":["hemingwai","generate_text_v3",""],"host":["api","textcortex","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"376ddc82-0a2f-470a-bf29-69e1bc16252b"},{"name":"Video Titles - Generate engaging video titles for your youtube videos using keywords","id":"70cbb4fd-8769-4302-8b33-b6cb1fba9993","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"template_name\": \"youtube_title\",\n    \"prompt\": {\n      \"video_keywords\": \"education, kids, learning\",\n      \"video_description\": \"Here in this video, I have explained how to teach 5 year old kids mathemathics\",\n      \"target_audience\": \"young adults\",\n      \"video_category\": \"education\"\n    },\n    \"temperature\": 0.65,\n    \"token_count\": 10,\n    \"n_gen\": 2,\n    \"source_language\": \"en\",\n    \"api_key\": \"YOUR_API_KEY\"\n\n}","options":{"raw":{"language":"json"}}},"url":"https://api.textcortex.com/hemingwai/generate_text_v3/","urlObject":{"protocol":"https","path":["hemingwai","generate_text_v3",""],"host":["api","textcortex","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"70cbb4fd-8769-4302-8b33-b6cb1fba9993"},{"name":"Customer Call Request Mail - Create cold outreach emails for reaching new prospective clients","id":"94de7619-44fa-4a49-b8e8-d8de64e44ea7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"template_name\": \"customer_call_request_email\",\n    \"prompt\": {\n      \"reachout_reason\": \"Part of the same linkedin group\",\n      \"value_proposition\": \"we can improve your traffic by 10x\",\n      \"cta\": \"Book a demo with us from the input below.\",\n      \"company_name\": \"Cortex AI\",\n      \"company_description\": \"We are a company that produces content using natural language generation\",\n      \"from\": \"Jay\",\n      \"to\": \"Dom\"\n    },\n    \"temperature\": 0.65,\n    \"token_count\": 200,\n    \"n_gen\": 2,\n    \"source_language\": \"en\",\n    \"api_key\": \"YOUR_API_KEY\"\n\n}","options":{"raw":{"language":"json"}}},"url":"https://api.textcortex.com/hemingwai/generate_text_v3/","urlObject":{"protocol":"https","path":["hemingwai","generate_text_v3",""],"host":["api","textcortex","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"94de7619-44fa-4a49-b8e8-d8de64e44ea7"},{"name":"Email First Line - Generate a single opening line for an email using subject and audience type","id":"36fff76d-b7f3-4b42-bbdd-31b40e467348","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"template_name\": \"email_first_line\",\n    \"prompt\": {\n      \"email_subject_line\": \"Email Subject Line: \",\n      \"emaiL_keywords\": \"Email Keywords: \",\n      \"target_audience\": \"Email Audience: \",\n      \"email_summary\": \"Email Summary: \"\n    },\n    \"temperature\": 0.65,\n    \"token_count\": 200,\n    \"n_gen\": 2,\n    \"source_language\": \"en\",\n    \"api_key\": \"YOUR_API_KEY\"\n\n}","options":{"raw":{"language":"json"}}},"url":"https://api.textcortex.com/hemingwai/generate_text_v3/","urlObject":{"protocol":"https","path":["hemingwai","generate_text_v3",""],"host":["api","textcortex","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"36fff76d-b7f3-4b42-bbdd-31b40e467348"},{"name":"Email Subject - Generate email subejcts based on audience and context","id":"dcfd8353-80ba-4e4a-9c10-5e6d8ca11b5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"template_name\": \"email_subject\",\n    \"prompt\": {\n      \"email_keyword\": \"ai, improve sales, sell more\",\n      \"email_audience\": \"Sales people who uses hubspot\",\n      \"email_purpose\": \"Sales\",\n      \"email_context\": \"We can help you sell more using our AI tool. Would you like to try it?\",\n      \"company_description\": \"TextCortex AI is a company that produces content using natural language generation technology.\"\n    },\n    \"temperature\": 0.9,\n    \"token_count\": 5,\n    \"n_gen\": 2,\n    \"source_language\": \"en\",\n    \"api_key\": \"YOUR_API_KEY\"\n\n}","options":{"raw":{"language":"json"}}},"url":"https://api.textcortex.com/hemingwai/generate_text_v3/","urlObject":{"protocol":"https","path":["hemingwai","generate_text_v3",""],"host":["api","textcortex","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"dcfd8353-80ba-4e4a-9c10-5e6d8ca11b5c"},{"name":"Bullet to Email - Generate emails based on a few bullet point","id":"0bdd41e9-0ce0-4cba-9a6b-57cfc075f234","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"template_name\": \"bullet_to_email\",\n    \"prompt\": {\n      \"email_context\": \"Part of the same linkedin group\",\n      \"from\": \"Jay\",\n      \"to\": \"Dom\"\n    },\n    \"temperature\": 0.65,\n    \"token_count\": 200,\n    \"n_gen\": 2,\n    \"source_language\": \"en\",\n    \"api_key\": \"YOUR_API_KEY\"\n\n}","options":{"raw":{"language":"json"}}},"url":"https://api.textcortex.com/hemingwai/generate_text_v3/","urlObject":{"protocol":"https","path":["hemingwai","generate_text_v3",""],"host":["api","textcortex","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0bdd41e9-0ce0-4cba-9a6b-57cfc075f234"},{"name":"General Email - Generate a generic email based on few inputs","id":"10ebc344-1d77-4b03-acc5-4906deda2eeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"template_name\": \"general_email\",\n    \"prompt\": {\n      \"email_context\": \"Part of the same linkedin group\",\n      \"email_subject\": \"we can improve your traffic by 10x\",\n      \"email_purpose\": \"Book a demo with us from the input below.\",\n      \"company_description\": \"We are a company that produces content using natural language generation\",\n      \"from\": \"Jay\",\n      \"to\": \"Dom\"\n    },\n    \"temperature\": 0.65,\n    \"token_count\": 200,\n    \"n_gen\": 2,\n    \"source_language\": \"en\",\n    \"api_key\": \"YOUR_API_KEY\"\n\n}","options":{"raw":{"language":"json"}}},"url":"https://api.textcortex.com/hemingwai/generate_text_v3/","urlObject":{"protocol":"https","path":["hemingwai","generate_text_v3",""],"host":["api","textcortex","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"10ebc344-1d77-4b03-acc5-4906deda2eeb"},{"name":"Ads Tagline - Generate ad tagline based on inputs such as the product and audience","id":"a11cb2a3-51f5-4074-8226-7100e1fbed03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"template_name\": \"ads_tagline\",\n    \"prompt\": {\n      \"product_name\": \"Vegan face cream\",\n      \"target_audience\": \"Mid aged women\",\n      \"product_category\": \"Beauty\",\n      \"product_description\": \"Vegan face cream is an amazing product that helps your skin to replenish its young look while making it shine.\",\n      \"ad_keywords\": \"vegan, face cream, sustainable\"\n    },\n    \"temperature\": 0.65,\n    \"token_count\": 200,\n    \"n_gen\": 5,\n    \"source_language\": \"en\",\n    \"api_key\": \"YOUR_API_KEY\"\n\n}","options":{"raw":{"language":"json"}}},"url":"https://api.textcortex.com/hemingwai/generate_text_v3/","urlObject":{"protocol":"https","path":["hemingwai","generate_text_v3",""],"host":["api","textcortex","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a11cb2a3-51f5-4074-8226-7100e1fbed03"},{"name":"Ads Copy - Generate complete ad copies based on the product and audience","id":"19e226f9-5642-422e-a124-1d4d273721d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"template_name\": \"ads_copy\",\n    \"prompt\": {\n      \"product_name\": \"Vegan face cream\",\n      \"target_audience\": \"Mid aged women\",\n      \"product_category\": \"Beauty\",\n      \"product_description\": \"Vegan face cream is an amazing product that helps your skin to replenish its young look while making it shine.\",\n      \"ad_keywords\": \"vegan, face cream, sustainable\"\n    },\n    \"temperature\": 0.65,\n    \"token_count\": 200,\n    \"n_gen\": 5,\n    \"source_language\": \"en\",\n    \"api_key\": \"YOUR_API_KEY\"\n\n}","options":{"raw":{"language":"json"}}},"url":"https://api.textcortex.com/hemingwai/generate_text_v3/","urlObject":{"protocol":"https","path":["hemingwai","generate_text_v3",""],"host":["api","textcortex","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"19e226f9-5642-422e-a124-1d4d273721d4"},{"name":"Customer Support Email - Generate customer support emails based on a summary","id":"0986b3e6-42fb-4046-b6f1-5a18d9cec8c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"template_name\": \"customer_support_email\",\n    \"prompt\": {\n        \"email_summary\": \"this is a great email\",\n        \"company_name\": \"textcortex\",\n        \"company_description\": \"some company description\",\n        \"from\": \"Jay\",\n        \"to\": \"Abreham\"\n    },\n    \"temperature\": 0.65,\n    \"token_count\": 200,\n    \"n_gen\": 2,\n    \"source_language\": \"en\",\n    \"api_key\": \"YOUR_API_KEY\"\n\n}","options":{"raw":{"language":"json"}}},"url":"https://api.textcortex.com/hemingwai/generate_text_v3/","urlObject":{"protocol":"https","path":["hemingwai","generate_text_v3",""],"host":["api","textcortex","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0986b3e6-42fb-4046-b6f1-5a18d9cec8c3"}]}