{"info":{"_postman_id":"e04bd23e-4307-461c-9d0f-a7043f023ba1","name":"Tools Api Collection","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"46894302","collectionId":"e04bd23e-4307-461c-9d0f-a7043f023ba1","publishedId":"2sB3BEpWrU","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-08-12T11:40:21.000Z"},"item":[{"name":"Usefull-Tools","item":[{"name":"Search-Keywords-Globally","id":"1371b134-51d7-44a6-9d5c-a2d9005724a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"keyword\" : \"United States\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://on4t.com/api/search-globally-based-keyword","description":"<h3 id=\"search-globally-based-on-keyword\">Search Globally Based on Keyword</h3>\n<p>This endpoint allows you to search globally based on a specific keyword.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><strong>keyword</strong> (text): The keyword to be used for the global search.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>Upon a successful request, the response will contain a status code of 200 and the content type will be in JSON format. The response body will include data for the global keyword and related keyword, each containing information such as high and low cost-per-click (CPC), average monthly searches, competition index, competition value, keyword, and monthly search volumes.</p>\n<p>Example response body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Global Keyword Data\": [\n    {\n      \"High CPC\": \"\",\n      \"Low CPC\": \"\",\n      \"avg_monthly_searches\": 0,\n      \"competition_index\": 0,\n      \"competition_value\": \"\",\n      \"keyword\": \"\",\n      \"monthly_search_volumes\": [\n        {\n          \"month\": \"\",\n          \"searches\": 0,\n          \"year\": 0\n        }\n      ]\n    }\n  ],\n  \"Related Keyword Data (Global)\": [\n    {\n      \"High CPC\": \"\",\n      \"Low CPC\": \"\",\n      \"avg_monthly_searches\": 0,\n      \"competition_index\": 0,\n      \"competition_value\": \"\",\n      \"keyword\": \"\",\n      \"monthly_search_volumes\": [\n        {\n          \"month\": \"\",\n          \"searches\": 0,\n          \"year\": 0\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","search-globally-based-keyword"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1371b134-51d7-44a6-9d5c-a2d9005724a8"},{"name":"Search-Country-Based-Keyword","id":"19be9665-dddc-4a13-b135-9d8a6ee7fb56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"keyword\":\"Text Generator\",\r\n    \"country\":\"uk\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://on4t.com/api/search-country-based-keyword","description":"<h3 id=\"search-country-based-on-keyword\">Search Country Based on Keyword</h3>\n<p>This endpoint allows you to search for a specific keyword in a particular country.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>keyword</code>: (string) The keyword you want to search for.</p>\n</li>\n<li><p><code>country</code>: (string) The country code in which you want to search for the keyword.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"High CPC\": \"\",\n    \"Low CPC\": \"\",\n    \"avg_monthly_searches\": 0,\n    \"competition_index\": 0,\n    \"competition_value\": \"\",\n    \"keyword\": \"\",\n    \"monthly_search_volumes\": [\n      {\n        \"month\": \"\",\n        \"searches\": 0,\n        \"year\": 0\n      }\n    ]\n  }\n]\n\n</code></pre>\n<p>This endpoint allows you to search for a specific keyword in a particular country.</p>\n<h4 id=\"request-body-1\">Request Body</h4>\n<ul>\n<li><p><code>keyword</code>: (string) The keyword you want to search for.</p>\n</li>\n<li><p><code>country</code>: (string) The country code in which you want to search for the keyword.</p>\n</li>\n</ul>\n<h4 id=\"response-1\">Response</h4>\n<p>Upon a successful request, the server will respond with a status code of 200 and a JSON array containing information related to the keyword search in the specified country. The response includes the following fields:</p>\n<ul>\n<li><p><code>High CPC</code>: (string) The high cost-per-click value for the keyword.</p>\n</li>\n<li><p><code>Low CPC</code>: (string) The low cost-per-click value for the keyword.</p>\n</li>\n<li><p><code>avg_monthly_searches</code>: (number) The average monthly searches for the keyword.</p>\n</li>\n<li><p><code>competition_index</code>: (number) The competition index for the keyword.</p>\n</li>\n<li><p><code>competition_value</code>: (string) The competition value for the keyword.</p>\n</li>\n<li><p><code>keyword</code>: (string) The keyword that was searched.</p>\n</li>\n<li><p><code>monthly_search_volumes</code>: (array) An array containing monthly search volume data, with each object having the fields <code>month</code>, <code>searches</code>, and <code>year</code>.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","search-country-based-keyword"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"19be9665-dddc-4a13-b135-9d8a6ee7fb56"},{"name":"Domain-Age-Checker","id":"02428f13-2b12-45b6-a801-9425b750569f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"domain\" : \"technews.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://on4t.com/api/domain-age-checker","description":"<h3 id=\"domain-age-checker\">Domain Age Checker</h3>\n<p>This endpoint allows you to check the age of a given domain.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><code>domain</code> (string): The domain for which you want to check the age.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>Upon a successful request, the server will respond with a JSON object containing the domain age information.</p>\n<ul>\n<li><p><code>domain_age</code> (object)</p>\n<ul>\n<li><p><code>success</code> (boolean): Indicates if the request was successful.</p>\n</li>\n<li><p><code>data</code> (object)</p>\n<ul>\n<li><p><code>age</code> (object)</p>\n<ul>\n<li><p><code>years</code> (number): Number of years since the domain was created.</p>\n</li>\n<li><p><code>months</code> (number): Number of months since the domain was created.</p>\n</li>\n<li><p><code>days</code> (number): Number of days since the domain was created.</p>\n</li>\n<li><p><code>totalDurationInDays</code> (number): Total duration in days since the domain was created.</p>\n</li>\n</ul>\n</li>\n<li><p><code>events</code> (object)</p>\n<ul>\n<li><p><code>createdDate</code> (string): Date when the domain was created.</p>\n</li>\n<li><p><code>expiryDate</code> (string): Date when the domain will expire.</p>\n</li>\n<li><p><code>updatedDate</code> (string): Date when the domain was last updated.</p>\n</li>\n</ul>\n</li>\n<li><p><code>domain</code> (string): The domain for which the age was checked.</p>\n</li>\n</ul>\n</li>\n<li><p><code>message</code> (string): Any additional message related to the domain age.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","domain-age-checker"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"02428f13-2b12-45b6-a801-9425b750569f"},{"name":"Domain-Authority-Checker","id":"7d757891-cd1e-4f20-87c6-bd0439219daf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"domain\" : \"technews.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://on4t.com/api/domain-authority-checker","description":"<h1 id=\"domain-authority-checker\">Domain Authority Checker</h1>\n<p>This API endpoint allows you to check the domain authority of a given domain.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p>Method: POST</p>\n</li>\n<li><p>Endpoint: <code>https://on4t.com/api/domain-authority-checker</code></p>\n</li>\n<li><p>Body:</p>\n<ul>\n<li><code>domain</code> (text, required): The domain for which the domain authority needs to be checked.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response is in JSON format and follows the schema below:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"domain_authority\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"domain_authority\": {\n          \"type\": \"integer\"\n        },\n        \"external_nofollow_urls_to_url\": {\n          \"type\": \"string\"\n        },\n        \"external_urls_to_url\": {\n          \"type\": \"integer\"\n        },\n        \"page_authority\": {\n          \"type\": \"integer\"\n        },\n        \"spam_score\": {\n          \"type\": \"integer\"\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n<p>The response includes the following fields:</p>\n<ul>\n<li><p><code>domain_authority</code> (integer): The domain authority score of the specified domain.</p>\n</li>\n<li><p><code>external_nofollow_urls_to_url</code> (string): The number of external nofollow URLs to the specified URL.</p>\n</li>\n<li><p><code>external_urls_to_url</code> (integer): The number of external URLs to the specified URL.</p>\n</li>\n<li><p><code>page_authority</code> (integer): The page authority score of the specified domain.</p>\n</li>\n<li><p><code>spam_score</code> (integer): The spam score of the specified domain.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","domain-authority-checker"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d757891-cd1e-4f20-87c6-bd0439219daf"},{"name":"AI-Content-Detection","id":"51eea7b7-b669-4ea4-be6d-40102afb6176","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"text\" : \"Domain Authority (DA) is a metric developed to estimate how likely a website is to rank in search engine results. The higher your DA, the greater your chances of appearing on the first page of Google. It's calculated using a range of factors like linking root domains, the quality of backlinks, and overall SEO strength.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://on4t.com/api/content-ai-detection","description":"<h3 id=\"content-ai-detection\">Content AI Detection</h3>\n<p>This endpoint allows you to detect AI-generated content.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><strong>text</strong> (text) : The text content to be analyzed for AI detection.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p><strong>success</strong> (boolean) : Indicates if the request was successful.</p>\n</li>\n<li><p><strong>data</strong></p>\n<ul>\n<li><p><strong>aiWords</strong> (integer) : Number of AI-generated words detected.</p>\n</li>\n<li><p><strong>fakePercentage</strong> (integer) : Percentage of fake content detected.</p>\n</li>\n<li><p><strong>isHuman</strong> (integer) : Indicates if the content is generated by a human.</p>\n</li>\n<li><p><strong>otherFeedback</strong> (string) : Additional feedback, if available.</p>\n</li>\n<li><p><strong>sentences</strong> (array) : Detected sentences, if any.</p>\n</li>\n<li><p><strong>status</strong> (boolean) : Indicates the status of the content analysis.</p>\n</li>\n<li><p><strong>textWords</strong> (integer) : Total number of words in the provided text.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>The response will be in JSON format.</p>\n","urlObject":{"protocol":"https","path":["api","content-ai-detection"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"51eea7b7-b669-4ea4-be6d-40102afb6176"},{"name":"Random-Quotes-Generator","id":"d008c99a-9688-4a92-934a-518c90231af7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"topic\" :\"happiness\",\r\n    \"number\" : 10\r\n}","options":{"raw":{"language":"json"}}},"url":"https://on4t.com/api/random-quote-generator","description":"<p>This endpoint allows you to generate random quotes based on a specified topic.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p><strong>topic</strong> (text, required): The topic for which you want to generate random quotes.</p>\n</li>\n<li><p><strong>number</strong> (text, required): The number of random quotes you want to generate.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will be a JSON object with a \"quotes\" key, which contains an array of strings representing the random quotes generated.</p>\n<h3 id=\"json-schema\">JSON Schema</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n        \"quotes\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"string\"\n            }\n        }\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","random-quote-generator"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d008c99a-9688-4a92-934a-518c90231af7"},{"name":"Chatbot-Api","id":"d9916201-70a9-44d3-8cfb-4bfca2adc032","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"input\" : \"what is currency used in pakistan9\"\r\n}"},"url":"https://on4t.com/api/ai-chatbot","description":"<h3 id=\"ai-chatbot-request\">AI Chatbot Request</h3>\n<p>This endpoint allows you to interact with an AI chatbot by sending a POST request to the specified URL.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li>input (text): The input message for the chatbot.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will be in JSON format with the following properties:</p>\n<ul>\n<li><p>error (boolean): Indicates if there was an error in processing the request.</p>\n</li>\n<li><p>responseText (string): The response text from the chatbot.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","ai-chatbot"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9916201-70a9-44d3-8cfb-4bfca2adc032"},{"name":"Snapchat-User-Stories","id":"ac91e505-fb98-42a4-811c-caeb47c42f93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"mrmaan420\"\r\n}"},"url":"https://on4t.com/api/snapchat-user-stories","description":"<h3 id=\"post-snapchat-user-stories\">POST /snapchat-user-stories</h3>\n<p>This endpoint is used to retrieve Snapchat user stories.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li>username (text, required): The username for which the user stories are being retrieved.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response is in JSON format and follows the schema below:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"username\": \"\",\n  \"results\": {\n    \"storyType\": 0,\n    \"snapList\": [\n      {\n        \"snapIndex\": 0,\n        \"snapId\": {\"value\": \"\"},\n        \"snapMediaType\": 0,\n        \"snapUrls\": {\n          \"mediaUrl\": \"\",\n          \"mediaPreviewUrl\": {\"value\": \"\"},\n          \"overlayUrl\": null,\n          \"attachmentUrl\": null\n        },\n        \"isSponsored\": null,\n        \"timestampInSec\": {\"value\": \"\"},\n        \"snapTitle\": null,\n        \"snapSubtitles\": null,\n        \"lat\": null,\n        \"lng\": null,\n        \"hasAttachment\": null,\n        \"intervalStartTimeMs\": null,\n        \"audioTranscriptionObjectUrl\": null\n      }\n    ],\n    \"storyId\": {\"value\": \"\"},\n    \"storyTitle\": null,\n    \"thumbnailUrl\": {\"value\": \"\"},\n    \"storySubtitle\": null,\n    \"storyShareId\": null,\n    \"canonicalUrlSuffix\": null,\n    \"emoji\": null,\n    \"storyTapId\": \"\",\n    \"videoTrackUrl\": null,\n    \"highlightId\": null,\n    \"isAttributed\": null\n  }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","snapchat-user-stories"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac91e505-fb98-42a4-811c-caeb47c42f93"},{"name":"Snapchat-Spotlight-Downloader","id":"ccad18f8-79d8-4d62-b391-fe38551514ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"url\":\"https://www.snapchat.com/spotlight/W7_EDlXWTBiXAEEniNoMPwAAYeW9id3JtZGJyAY_U1jPAAY_U1iMMAAAAAQ?sender_web_id=90d54714-4540-4d18-b89e-f4363db658ea&device_type=desktop&is_copy_url=true\"\r\n}"},"url":"https://on4t.com/api/snapchat-spotlight-downloader","description":"<p>This API endpoint allows you to make an HTTP POST request to download content from Snapchat Spotlight. The request should include a payload with the raw request body type, containing a \"url\" parameter with the URL of the Snapchat Spotlight content.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><code>url</code> (string): The URL of the Snapchat Spotlight content to be downloaded.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful execution (Status: 200), the response will be in JSON format with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true,\n  \"data\": {\n    \"story\": {\n      \"storyType\": 0,\n      \"snapList\": [\n        {\n          \"snapIndex\": 0,\n          \"snapId\": {\n            \"value\": \"\"\n          },\n          \"snapMediaType\": 0,\n          \"snapUrls\": {\n            \"mediaUrl\": \"\",\n            \"mediaPreviewUrl\": {\n              \"value\": \"\"\n            }\n          },\n          \"timestampInSec\": {\n            \"value\": \"\"\n          }\n        }\n      ],\n      \"storyId\": {\n        \"value\": \"\"\n      },\n      \"thumbnailUrl\": {\n        \"value\": \"\"\n      },\n      \"storyTapId\": \"\",\n      \"isAttributed\": {\n        \"value\": true\n      }\n    },\n    \"metadata\": {\n      \"videoMetadata\": {\n        \"name\": \"\",\n        \"description\": \"\",\n        \"thumbnailUrl\": \"\",\n        \"uploadDateMs\": \"\",\n        \"viewCount\": \"\",\n        \"contentUrl\": \"\",\n        \"creator\": {\n          \"$case\": \"\",\n          \"personCreator\": {\n            \"username\": \"\",\n            \"url\": \"\",\n            \"name\": \"\",\n            \"followerCount\": \"\",\n            \"websiteUrl\": \"\"\n          }\n        },\n        \"durationMs\": \"\",\n        \"width\": 0,\n        \"height\": 0,\n        \"keywords\": [],\n        \"shareCount\": \"\",\n        \"embeddedTextCaption\": \"\"\n      },\n      \"hashtags\": [],\n      \"contextCards\": [\n        {\n          \"contextType\": 0,\n          \"title\": \"\",\n          \"subtitle\": \"\",\n          \"url\": \"\",\n          \"thumbnailUrl\": \"\",\n          \"snapcodeUrl\": \"\",\n          \"thumbnailType\": 0,\n          \"hasBadge\": true\n        }\n      ],\n      \"engagementStats\": {\n        \"viewCount\": \"\",\n        \"shareCount\": \"\",\n        \"commentCount\": \"\"\n      },\n      \"deeplink\": \"\",\n      \"oneLinkParams\": {\n        \"oneLinkBaseUrl\": \"\",\n        \"pidKeys\": [\"\"],\n        \"pidFallbackValue\": \"\",\n        \"campaignKeys\": [\"\"],\n        \"campaignFallbackValue\": \"\",\n        \"googleClickIdParam\": \"\",\n        \"deepLinkUrl\": \"\",\n        \"iosAppStoreUrl\": \"\",\n        \"desktopPageUrl\": \"\"\n      },\n      \"description\": \"\"\n    }\n  }\n}\n\n</code></pre>\n<p>The response contains information about the downloaded Snapchat Spotlight content, including the story details, metadata, context cards, engagement statistics, and deeplink parameters.</p>\n","urlObject":{"protocol":"https","path":["api","snapchat-spotlight-downloader"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ccad18f8-79d8-4d62-b391-fe38551514ca"},{"name":"Paraphrasing-Rewrite","id":"5d7ec360-4b65-4080-b4d2-a59887cb0f5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"sourceText\" : \"Crete, optmize, and anlyze contnt with AI-powered tools for text-to-speech, content generation, and social media growth. Track TikTok trends, check account health, and monitor viral content.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://on4t.com/api/rewrite","description":"<h1 id=\"📝-text-rewrite-api-documentation\">📝 Text Rewrite API Documentation</h1>\n<h2 id=\"endpoint\">Endpoint</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST https://on4t.com/api/rewrite\n\n</code></pre><hr />\n<h2 id=\"📥-request\">📥 Request</h2>\n<h3 id=\"headers\">Headers</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Content-Type</td>\n<td><code>application/json</code></td>\n<td>✅ Yes</td>\n<td>Specifies the format of the request body</td>\n</tr>\n<tr>\n<td>X-API-KEY</td>\n<td><code>your_api_key_here</code></td>\n<td>✅ Yes</td>\n<td>Your unique API key for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"body-json\">Body (JSON)</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"sourceText\": \"Crete, optimizing and analyzing content with AI-driven tools for text-to-language, content generation and social media growth. TIKTOK trends follow, check the health of the account and monitor the virus content.\"\n}\n\n</code></pre><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sourceText</td>\n<td>string</td>\n<td>✅ Yes</td>\n<td>The original text that needs to be rewritten or optimized.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"📤-response\">📤 Response</h2>\n<h3 id=\"✅-success-200-ok\">✅ Success (200 OK)</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"newText\": \"Crete, optimize, and analyze content with AI-powered tools for text-to-speech, content generation, and social media growth. Track TikTok trends, check account health, and monitor viral content.\"\n}\n\n</code></pre><h3 id=\"response-fields\">Response Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>newText</td>\n<td>string</td>\n<td>The rewritten or optimized text based on the input.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"🔐-authentication\">🔐 Authentication</h2>\n<p>This API requires an API key to be passed in the request headers using:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>X-API-KEY: your_api_key_here\n\n</code></pre><hr />\n<h2 id=\"📘-notes\">📘 Notes</h2>\n<ul>\n<li><p>Ensure the <code>sourceText</code> field is a properly formatted string.</p>\n</li>\n<li><p>The <code>newText</code> will be the optimized or rewritten text.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","rewrite"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d7ec360-4b65-4080-b4d2-a59887cb0f5c"},{"name":"Spell-Checker","id":"64e35bac-a1d1-45a1-ba03-51d85696da23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"inputText\" : \"This is a simplee textt thatt contains somee speling and grammer errrors. It is designedd to testt the api functinality.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://on4t.com/api/spell-checker","description":"<h1 id=\"✅-spell-checker-api-documentation\">✅ Spell Checker API Documentation</h1>\n<h2 id=\"endpoint\">Endpoint</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST https://on4t.com/api/spell-checker\n\n</code></pre><hr />\n<h2 id=\"📥-request\">📥 Request</h2>\n<h3 id=\"headers\">Headers</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Content-Type</td>\n<td><code>application/json</code></td>\n<td>✅ Yes</td>\n<td>Specifies the format of the request body</td>\n</tr>\n<tr>\n<td>X-API-KEY</td>\n<td><code>your_api_key_here</code></td>\n<td>✅ Yes</td>\n<td>Your unique API key for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"body-json\">Body (JSON)</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"inputText\": \"This is a simplee textt thatt contains somee speling and grammer errrors. It is designedd to testt the api functinality.\"\n}\n\n</code></pre><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>inputText</td>\n<td>string</td>\n<td>✅ Yes</td>\n<td>The text you want to check for spelling/grammar issues.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"📤-response\">📤 Response</h2>\n<h3 id=\"✅-success-200-ok\">✅ Success (200 OK)</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"elements\": [\n    {\n      \"id\": 0,\n      \"errors\": [\n        {\n          \"word\": \"simplee\",\n          \"position\": 10,\n          \"suggestions\": [\"simple\", \"simples\", \"simpler\", ...]\n        },\n        {\n          \"word\": \"textt\",\n          \"position\": 18,\n          \"suggestions\": [\"text\", \"texts\", \"TEX\", ...]\n        },\n        ...\n      ]\n    }\n  ],\n  \"spellingErrorCount\": 11\n}\n\n</code></pre><hr />\n<h3 id=\"response-fields\">Response Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>elements</code></td>\n<td>array</td>\n<td>Contains spell-check results for each input segment</td>\n</tr>\n<tr>\n<td><code>elements[].id</code></td>\n<td>number</td>\n<td>ID of the input segment analyzed</td>\n</tr>\n<tr>\n<td><code>errors</code></td>\n<td>array</td>\n<td>List of detected spelling or grammar issues</td>\n</tr>\n<tr>\n<td><code>errors[].word</code></td>\n<td>string</td>\n<td>The incorrect word detected</td>\n</tr>\n<tr>\n<td><code>errors[].position</code></td>\n<td>number</td>\n<td>Character position of the incorrect word in the input</td>\n</tr>\n<tr>\n<td><code>errors[].suggestions</code></td>\n<td>string[]</td>\n<td>Suggested correct words or alternatives</td>\n</tr>\n<tr>\n<td><code>spellingErrorCount</code></td>\n<td>number</td>\n<td>Total number of spelling/grammar mistakes found</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"🔐-authentication\">🔐 Authentication</h2>\n<p>You must pass your API key in the header:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>X-API-KEY: your_api_key_here\n\n</code></pre><hr />\n<h2 id=\"🧾-example-use-case\">🧾 Example Use Case</h2>\n<p>A content editor could send a paragraph to this API and get back a detailed list of misspellings and suggested corrections, allowing for real-time text enhancement in writing platforms, blogging tools, or CMS.</p>\n","urlObject":{"protocol":"https","path":["api","spell-checker"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"64e35bac-a1d1-45a1-ba03-51d85696da23"}],"id":"ce0efa0e-5202-4ac7-8b9d-c07d03093e62","description":"<p>Usefull Tools Folder Contains Following Tools API:</p>\n<p>1.Search Keyword Globally<br />2.Search Country Based Keyword<br />3.Domain Age Checker<br />4.Domain Authority Checker<br />5.AI Content Detection<br />6.Random Quotes Generator<br />7.Chatbot API<br />8.Snapchat User Stories<br />9.Snapchat Spotlight Downloader</p>\n","_postman_id":"ce0efa0e-5202-4ac7-8b9d-c07d03093e62"},{"name":"Video-Downloaders","item":[{"name":"Tiktok-Video-Downloader","id":"e65d2908-c1a4-4e0f-90d3-2aea6a33554a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"link\" : \"https://www.tiktok.com/@chmujahid8044/video/7450764662276214034?is_from_webapp=1&sender_device=pc\"\r\n}"},"url":"https://on4t.com/api/tiktok-video-downloader","description":"<h3 id=\"tiktok-video-downloader\">TikTok Video Downloader</h3>\n<p>This API endpoint is used to download a TikTok video by providing the video link in the request body.</p>\n<p><strong>Request Body</strong></p>\n<ul>\n<li><code>link</code> (string): The URL of the TikTok video to be downloaded. Example: {\"link\":\"<a href=\"https://www.tiktok.com/@username/video/1234567890\">https://www.tiktok.com/@username/video/1234567890\"}</a></li>\n</ul>\n<p><strong>Response</strong><br />The API responds with a status of 200 and a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>status</code> (boolean): Indicates the success status of the request.</p>\n</li>\n<li><p><code>data</code> (object): Contains detailed information about the downloaded video, including its ID, title, cover image, duration, play count, and other relevant details.</p>\n</li>\n</ul>\n<p>Example Request Body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"link\": \"https://www.tiktok.com/@username/video/1234567890\"\n}\n\n</code></pre>\n<p>Example Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": true,\n    \"data\": {\n        \"code\": 0,\n        \"msg\": \"\",\n        \"processed_time\": 0,\n        \"data\": {\n            \"aweme_id\": \"\",\n            \"id\": \"\",\n            \"region\": \"\",\n            \"title\": \"\",\n            \"cover\": \"\",\n            \"ai_dynamic_cover\": \"\",\n            \"origin_cover\": \"\",\n            \"duration\": 0,\n            \"play\": \"\",\n            \"wmplay\": \"\",\n            \"size\": 0,\n            \"wm_size\": 0,\n            \"music\": \"\",\n            \"music_info\": {\n                \"id\": \"\",\n                \"title\": \"\",\n                \"play\": \"\",\n                \"cover\": \"\",\n                \"author\": \"\",\n                \"original\": true,\n                \"duration\": 0,\n                \"album\": \"\"\n            },\n            \"play_count\": 0,\n            \"digg_count\": 0,\n            \"comment_count\": 0,\n            \"share_count\": 0,\n            \"download_count\": 0,\n            \"collect_count\": 0,\n            \"create_time\": 0,\n            \"anchors\": null,\n            \"anchors_extras\": \"\",\n            \"is_ad\": true,\n            \"commerce_info\": {\n                \"adv_promotable\": true,\n                \"auction_ad_invited\": true,\n                \"branded_content_type\": 0,\n                \"organic_log_extra\": \"\",\n                \"with_comment_filter_words\": true\n            },\n            \"commercial_video_info\": \"\",\n            \"item_comment_settings\": 0,\n            \"mentioned_users\": \"\",\n            \"author\": {\n                \"id\": \"\",\n                \"unique_id\": \"\",\n                \"nickname\": \"\",\n                \"avatar\": \"\"\n            }\n        }\n    }\n}\n\n</code></pre>\n<p>This API endpoint is used to download a TikTok video by providing the video link in the request body.</p>\n<p><strong>Request Body</strong></p>\n<ul>\n<li><code>link</code> (string): The URL of the TikTok video to be downloaded.</li>\n</ul>\n<p><strong>Response</strong><br />The API responds with a status of 200 and a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>status</code> (boolean): Indicates the success status of the request.</p>\n</li>\n<li><p><code>data</code> (object): Contains detailed information about the downloaded video, including its ID, title, cover image, duration, play count, and other relevant details.</p>\n</li>\n</ul>\n<p>Example Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": true,\n    \"data\": {\n        \"code\": 0,\n        \"msg\": \"\",\n        \"processed_time\": 0,\n        \"data\": {\n            \"aweme_id\": \"\",\n            \"id\": \"\",\n            \"region\": \"\",\n            \"title\": \"\",\n            \"cover\": \"\",\n            \"ai_dynamic_cover\": \"\",\n            \"origin_cover\": \"\",\n            \"duration\": 0,\n            \"play\": \"\",\n            \"wmplay\": \"\",\n            \"size\": 0,\n            \"wm_size\": 0,\n            \"music\": \"\",\n            \"music_info\": {\n                \"id\": \"\",\n                \"title\": \"\",\n                \"play\": \"\",\n                \"cover\": \"\",\n                \"author\": \"\",\n                \"original\": true,\n                \"duration\": 0,\n                \"album\": \"\"\n            },\n            \"play_count\": 0,\n            \"digg_count\": 0,\n            \"comment_count\": 0,\n            \"share_count\": 0,\n            \"download_count\": 0,\n            \"collect_count\": 0,\n            \"create_time\": 0,\n            \"anchors\": null,\n            \"anchors_extras\": \"\",\n            \"is_ad\": true,\n            \"commerce_info\": {\n                \"adv_promotable\": true,\n                \"auction_ad_invited\": true,\n                \"branded_content_type\": 0,\n                \"organic_log_extra\": \"\",\n                \"with_comment_filter_words\": true\n            },\n            \"commercial_video_info\": \"\",\n            \"item_comment_settings\": 0,\n            \"mentioned_users\": \"\",\n            \"author\": {\n                \"id\": \"\",\n                \"unique_id\": \"\",\n                \"nickname\": \"\",\n                \"avatar\": \"\"\n            }\n        }\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","tiktok-video-downloader"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e65d2908-c1a4-4e0f-90d3-2aea6a33554a"},{"name":"Pinterest-Video-Downloader","id":"b46e50c9-c5e9-470a-829d-37d20de5d2ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"url\" : \"https://pin.it/70QOYkFn5\" \r\n}"},"url":"https://on4t.com/api/pinterest-video-downloader","description":"<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><code>url</code>: (string) The URL of the Pinterest video to be downloaded.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p><code>success</code>: (boolean) Indicates whether the video download was successful.</p>\n</li>\n<li><p><code>type</code>: (string) Additional information about the video.</p>\n</li>\n<li><p><code>pinType</code>: (string) The type of the Pinterest pin.</p>\n</li>\n<li><p><code>version</code>: (string) The version of the video.</p>\n</li>\n<li><p><code>data</code>: (object) Contains details about the downloaded video, such as width, height, duration, URL, thumbnail, title, and pages.</p>\n</li>\n<li><p><code>cache</code>: (boolean) Indicates whether the response is from cache.</p>\n</li>\n</ul>\n<p>This endpoint allows you to download videos from Pinterest. To make a request, include the <code>X-API-KEY</code> in the headers.</p>\n<h4 id=\"request-body-1\">Request Body</h4>\n<ul>\n<li><code>url</code>: The URL of the Pinterest video to be downloaded.</li>\n</ul>\n<h4 id=\"response-1\">Response</h4>\n<ul>\n<li><p><code>success</code>: Indicates if the video download was successful.</p>\n</li>\n<li><p><code>type</code>: The type of the video.</p>\n</li>\n<li><p><code>pinType</code>: The type of the Pinterest pin.</p>\n</li>\n<li><p><code>version</code>: The version of the video.</p>\n</li>\n<li><p><code>data</code>: Contains details about the video, including carousel, width, height, duration, URL, thumbnail, title, and pages.</p>\n</li>\n<li><p><code>cache</code>: Indicates if the response is from cache.</p>\n</li>\n</ul>\n<h4 id=\"example\">Example</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">fetch('https://on4t.com/api/pinterest-video-downloader', {\n  method: 'POST',\n  headers: {\n    'Content-Type': 'application/json',\n    'X-API-KEY': 'your-api-key'\n  },\n  body: JSON.stringify({\n    \"url\": \"https://pin.it/70QOYkFn5\"\n  })\n})\n  .then(response =&gt; response.json())\n  .then(data =&gt; console.log(data))\n  .catch(error =&gt; console.error('Error:', error));\n\n</code></pre>\n<h3 id=\"request-body-2\">Request Body</h3>\n<ul>\n<li><code>url</code>: (string) The URL of the Pinterest video to be downloaded.</li>\n</ul>\n<h3 id=\"response-2\">Response</h3>\n<p>Upon a successful request, the API will respond with a status code of 200 and a JSON object with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true,\n  \"type\": \"\",\n  \"pinType\": \"\",\n  \"version\": \"\",\n  \"data\": {\n    \"carousel\": null,\n    \"width\": 0,\n    \"height\": 0,\n    \"duration\": 0,\n    \"url\": \"\",\n    \"thumbnail\": \"\",\n    \"title\": \"\",\n    \"pages\": null\n  },\n  \"cache\": true\n}\n\n</code></pre>\n<ul>\n<li><p><code>success</code>: (boolean) Indicates whether the video download was successful.</p>\n</li>\n<li><p><code>type</code>, <code>pinType</code>, <code>version</code>: Additional information about the video.</p>\n</li>\n<li><p><code>data</code>: Object containing details about the downloaded video, such as width, height, duration, URL, thumbnail, title, and pages.</p>\n</li>\n<li><p><code>cache</code>: (boolean) Indicates whether the response is from cache.</p>\n</li>\n</ul>\n<h3 id=\"javascript-fetch-function\">JavaScript Fetch Function</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">fetch('https://on4t.com/api/pinterest-video-downloader', {\n  method: 'POST',\n  headers: {\n    'Content-Type': 'application/json'\n  },\n  body: JSON.stringify({\n    \"url\": \"https://pin.it/70QOYkFn5\"\n  })\n})\n  .then(response =&gt; response.json())\n  .then(data =&gt; console.log(data))\n  .catch(error =&gt; console.error('Error:', error));\n\n</code></pre>\n<p>This API endpoint allows you to download videos from Pinterest.</p>\n<h4 id=\"request-body-3\">Request Body</h4>\n<ul>\n<li><code>url</code>: The URL of the Pinterest video to be downloaded.</li>\n</ul>\n<h4 id=\"response-3\">Response</h4>\n<ul>\n<li><p><code>success</code>: Indicates if the video download was successful.</p>\n</li>\n<li><p><code>type</code>: The type of the video.</p>\n</li>\n<li><p><code>pinType</code>: The type of the Pinterest pin.</p>\n</li>\n<li><p><code>version</code>: The version of the video.</p>\n</li>\n<li><p><code>data</code>: Contains details about the video, including carousel, width, height, duration, URL, thumbnail, title, and pages.</p>\n</li>\n<li><p><code>cache</code>: Indicates if the response is from cache.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","pinterest-video-downloader"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b46e50c9-c5e9-470a-829d-37d20de5d2ca"},{"name":"All-Video-Downloader","event":[{"listen":"test","script":{"id":"7a8b69e7-743f-4b07-88bf-1d1621455e01","exec":["pm.test(\"Response status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","// Test to check if the response contains a Set-Cookie header\r","pm.test(\"Valid Set-Cookie header is present\", function() {\r","    pm.expect(pm.response.headers.has('Set-Cookie')).to.be.true.and.to.include('session_id');\r","});\r","\r","// Test to check if the session_id cookie is set to a valid value\r","pm.test(\"session_id cookie is set to a valid value\", function() {\r","    var session_id = pm.cookies.get('session_id');\r","    pm.expect(session_id).to.exist.and.to.be.a('string').and.to.have.lengthOf(32);\r","});\r",""],"type":"text/javascript","packages":{}}}],"id":"0daff267-b8f3-4e8a-82c6-33e1833ca3de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"url\" :\"https://www.facebook.com/share/r/16WkCw626k/\"\r\n}"},"url":"https://on4t.com/api/all-video-downloader","description":"<h3 id=\"all-video-downloader-api\">All Video Downloader API</h3>\n<p>This endpoint allows you to download videos from various sources.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: POST</p>\n</li>\n<li><p>URL: <code>https://on4t.com/api/all-video-downloader</code></p>\n</li>\n<li><p>Headers:</p>\n<ul>\n<li><code>X-API-KEY</code>: [Your API Key]</li>\n</ul>\n</li>\n</ul>\n<h5 id=\"body\">Body</h5>\n<ul>\n<li><p>Type: Raw (application/json)</p>\n</li>\n<li><p>Attributes:</p>\n<ul>\n<li><code>url</code> (string, required): The URL of the video to be downloaded.</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"javascript-fetch-example\">JavaScript Fetch Example</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">fetch('https://on4t.com/api/all-video-downloader', {\n  method: 'POST',\n  headers: {\n    'Content-Type': 'application/json',\n    'X-API-KEY': 'Your API Key'\n  },\n  body: JSON.stringify({\n    \"url\": \"https://www.facebook.com/share ...\"\n  })\n})\n  .then(response =&gt; response.json())\n  .then(data =&gt; console.log(data))\n  .catch(error =&gt; console.error('Error:', error));\n\n</code></pre>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n<li><p>{ \"success\": true, \"data\": { \"url\": \"\", \"source\": \"\", \"author\": \"\", \"title\": \"\", \"thumbnail\": \"\", \"duration\": 0, \"medias\": [ { \"url\": \"\", \"quality\": \"\", \"extension\": \"\", \"type\": \"\" } ], \"type\": \"\", \"error\": true, \"time_end\": 0 }}</p>\n</li>\n</ul>\n<p>This API endpoint allows you to download videos from various sources. Make a POST request to the specified URL with the video URL in the request body to initiate the download process.</p>\n<h4 id=\"example---javascript-fetch-function\">Example - JavaScript Fetch Function</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">fetch('https://on4t.com/api/all-video-downloader', {\n  method: 'POST',\n  body: JSON.stringify({\n    \"url\": \"https://www.facebook.com/share ...\"\n  }),\n  headers: {\n    'Content-Type': 'application/json'\n  }\n})\n  .then(response =&gt; response.json())\n  .then(data =&gt; console.log(data))\n  .catch(error =&gt; console.error('Error:', error));\n\n</code></pre>\n<p>This API endpoint is used to download videos from various sources. The HTTP POST request should be made to <code>https://on4t.com/api/all-video-downloader</code> with the following payload in the raw request body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"url\": \"https://www.facebook.com/share ...\"\n}\n\n</code></pre>\n<h4 id=\"response-1\">Response</h4>\n<ul>\n<li><p><strong>Status</strong>: 200</p>\n</li>\n<li><p><strong>Content-Type</strong>: application/json</p>\n</li>\n</ul>\n<p>The response will be in JSON format with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true,\n    \"data\": {\n        \"url\": \"\",\n        \"source\": \"\",\n        \"author\": \"\",\n        \"title\": \"\",\n        \"thumbnail\": \"\",\n        \"duration\": 0,\n        \"medias\": [\n            {\n                \"url\": \"\",\n                \"quality\": \"\",\n                \"extension\": \"\",\n                \"type\": \"\"\n            }\n        ],\n        \"type\": \"\",\n        \"error\": true,\n        \"time_end\": 0\n    }\n}\n\n</code></pre>\n<p>The response includes various details about the video, such as its source, author, title, thumbnail, duration, and media information. The <code>success</code> field indicates whether the operation was successful, and the <code>error</code> field specifies if there was an error.</p>\n","urlObject":{"protocol":"https","path":["api","all-video-downloader"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0daff267-b8f3-4e8a-82c6-33e1833ca3de"}],"id":"5d24d27b-6633-474d-aa89-e9bc6d54c938","_postman_id":"5d24d27b-6633-474d-aa89-e9bc6d54c938","description":""},{"name":"Image-Tools","item":[{"name":"Text-To-Image","id":"816eccb4-d991-4320-94e3-8d653fef4eb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"prompt\" : \"sea with a beautiful nature seen \"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://on4t.com/api/ai-image-generation","description":"<h3 id=\"ai-image-generation\">AI Image Generation</h3>\n<p>This endpoint allows you to generate an AI-generated image based on a given prompt.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><code>prompt</code> (text): A text prompt describing the desired image.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>Upon a successful request, the response will have a status code of 200 and a JSON body with the following fields:</p>\n<ul>\n<li><p><code>success</code> (boolean): Indicates whether the request was successful.</p>\n</li>\n<li><p><code>data</code> (object): An object containing the following fields:</p>\n<ul>\n<li><p><code>ImageUrl</code> (string): The URL of the generated image.</p>\n</li>\n<li><p><code>Success</code> (boolean): Indicates the success of the image generation.</p>\n</li>\n<li><p><code>Message</code> (string): Any additional message related to the request.</p>\n</li>\n<li><p><code>Statuscode</code> (number): The status code of the response.</p>\n</li>\n<li><p><code>ProcessingTime</code> (string): The processing time for the image generation.</p>\n</li>\n<li><p><code>ProcessingTimeSpan</code> (string): The time span for the image processing.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","ai-image-generation"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"816eccb4-d991-4320-94e3-8d653fef4eb5"},{"name":"Generate-Image-To-Avatar","id":"47f72391-e72c-4f8e-bfe6-5e5d35e8b993","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","uuid":"16db0a56-cd23-402e-9e34-a8b89abb5706","src":"/C:/Users/Talha/Downloads/karsten-winegeart-fcIIEC7usLI-unsplash.jpg"},{"key":"index","value":"7","type":"text","uuid":"405a3b96-da5c-4082-8809-76da174d53b6"}]},"url":"https://on4t.com/api/image-to-avatar","description":"<h3 id=\"image-to-avatar-conversion\">Image to Avatar Conversion</h3>\n<p>This endpoint allows you to convert an image to an avatar.</p>\n<h4 id=\"request-body-parameters\">Request Body Parameters</h4>\n<ul>\n<li><p><code>image</code> (file): The image file to be converted.</p>\n</li>\n<li><p><code>index</code> (text): Index for the image conversion.</p>\n</li>\n<li><p>Range of index is between 0 to 8</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response is in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>success</code> (boolean): Indicates if the conversion was successful.</p>\n</li>\n<li><p><code>task_id</code> (object): Contains data related to the task, such as status, error code, error details, log ID, request ID, task ID, and task type.</p>\n</li>\n<li><p>Also fetch the result by using task_id of the response to get an image</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"success\": {\n      \"type\": \"boolean\"\n    },\n    \"task_id\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"data\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"status\": {\n              \"type\": \"string\"\n            }\n          }\n        },\n        \"error_code\": {\n          \"type\": \"integer\"\n        },\n        \"error_detail\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"status_code\": {\n              \"type\": \"integer\"\n            },\n            \"code\": {\n              \"type\": \"string\"\n            },\n            \"code_message\": {\n              \"type\": \"string\"\n            },\n            \"message\": {\n              \"type\": \"string\"\n            }\n          }\n        },\n        \"log_id\": {\n          \"type\": \"string\"\n        },\n        \"request_id\": {\n          \"type\": \"string\"\n        },\n        \"task_id\": {\n          \"type\": \"string\"\n        },\n        \"task_type\": {\n          \"type\": \"string\"\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","image-to-avatar"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"47f72391-e72c-4f8e-bfe6-5e5d35e8b993"},{"name":"Fetch-Avatar-Image","id":"e25f055d-07c9-4822-aa4e-6d6cafb09d51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"}],"url":"https://on4t.com/api/fetch-avatar-image/1747729869013.3b41cc8a-b2f5-b511-490d-9df355688bd7","description":"<p>The API fetches the avatar image for a specific task_id.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"success\": {\n      \"type\": \"boolean\"\n    },\n    \"result\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"data\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"status\": {\n              \"type\": \"string\"\n            },\n            \"result_url\": {\n              \"type\": \"string\"\n            }\n          }\n        },\n        \"error_code\": {\n          \"type\": \"integer\"\n        },\n        \"error_detail\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"status_code\": {\n              \"type\": \"integer\"\n            },\n            \"code\": {\n              \"type\": \"string\"\n            },\n            \"code_message\": {\n              \"type\": \"string\"\n            },\n            \"message\": {\n              \"type\": \"string\"\n            }\n          }\n        },\n        \"log_id\": {\n          \"type\": \"string\"\n        },\n        \"request_id\": {\n          \"type\": \"string\"\n        },\n        \"task_status\": {\n          \"type\": \"integer\"\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","fetch-avatar-image","1747729869013.3b41cc8a-b2f5-b511-490d-9df355688bd7"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e25f055d-07c9-4822-aa4e-6d6cafb09d51"},{"name":"Single-Face-Beautifier","id":"7b846de8-023b-49fc-84f0-e81f41bd0233","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"image_url\" : \"https://cdn.morfran.com/Demo/problematic-skin.jpg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://on4t.com/api/face-beautifier","description":"<h3 id=\"face-beautifier-api\">Face Beautifier API</h3>\n<p>This API endpoint allows you to beautify a face in an image by providing the image URL.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><code>image_url</code> (string): The URL of the image to be beautified.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response is in JSON format and follows the schema below:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"success\": {\n      \"type\": \"boolean\"\n    },\n    \"data\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"ResultImageUrl\": {\n          \"type\": \"string\"\n        },\n        \"FaceSwapCount\": {\n          \"type\": \"integer\"\n        },\n        \"Success\": {\n          \"type\": \"boolean\"\n        },\n        \"Message\": {\n          \"type\": \"string\"\n        },\n        \"Statuscode\": {\n          \"type\": \"integer\"\n        },\n        \"ProcessingTime\": {\n          \"type\": \"string\"\n        },\n        \"ProcessingTimeSpan\": {\n          \"type\": \"string\"\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","face-beautifier"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b846de8-023b-49fc-84f0-e81f41bd0233"},{"name":"Group-Face-Beautifier","id":"29942166-e127-4634-991d-c661052eda58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"image_url\" : \"https://on4t.com/assets/images/skin.png\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://on4t.com/api/group-faces-beautifier","description":"<h3 id=\"group-faces-beautifier-api\">Group Faces Beautifier API</h3>\n<p>This API endpoint allows you to beautify group faces by providing an image URL.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><code>image_url</code> (string): The URL of the image to be beautified.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will be in JSON format with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true,\n  \"data\": {\n    \"ResultImageUrl\": \"\",\n    \"FaceSwapCount\": 0,\n    \"Success\": true,\n    \"Message\": \"\",\n    \"Statuscode\": 0,\n    \"ProcessingTime\": \"\",\n    \"ProcessingTimeSpan\": \"\"\n  }\n}\n\n</code></pre>\n<ul>\n<li><p><code>success</code> (boolean): Indicates if the request was successful.</p>\n</li>\n<li><p><code>data</code> (object): The object containing the result of the beautification process.</p>\n<ul>\n<li><p><code>ResultImageUrl</code> (string): The URL of the beautified image.</p>\n</li>\n<li><p><code>FaceSwapCount</code> (number): The count of face swaps performed.</p>\n</li>\n<li><p><code>Success</code> (boolean): Indicates if the beautification process was successful.</p>\n</li>\n<li><p><code>Message</code> (string): Additional message, if any.</p>\n</li>\n<li><p><code>Statuscode</code> (number): Status code of the response.</p>\n</li>\n<li><p><code>ProcessingTime</code> (string): Time taken for processing.</p>\n</li>\n<li><p><code>ProcessingTimeSpan</code> (string): Time span for processing.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","group-faces-beautifier"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"29942166-e127-4634-991d-c661052eda58"},{"name":"AI-Face-Swap-Tool","id":"99f4b895-843f-4c4d-a743-20bd60ff00d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"source_image","type":"file","uuid":"8ac4784c-bf93-4c55-9589-08e2213c57b8","src":"/C:/Users/Talha/Downloads/karsten-winegeart-fcIIEC7usLI-unsplash.jpg"},{"key":"target_image","type":"file","uuid":"e15dd85b-0f39-4141-89bc-c8eafc391323","src":"/C:/Users/Talha/Downloads/second-pic.jpg"}]},"url":"https://on4t.com/api/ai-face-swap","description":"<h3 id=\"ai-face-swap\">AI Face Swap</h3>\n<p>This endpoint allows you to perform an AI-based face swap using two images.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>source_image</code> (file): The source image for the face swap.</p>\n</li>\n<li><p><code>target_image</code> (file): The target image for the face swap.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response is a JSON object with the following properties:</p>\n<ul>\n<li><p><code>success</code> (boolean): Indicates whether the face swap operation was successful.</p>\n</li>\n<li><p><code>message</code> (string): A message related to the face swap operation.</p>\n</li>\n<li><p><code>data</code> (object): An object containing the following properties:</p>\n<ul>\n<li><p><code>ResultImageUrl</code> (string): The URL of the resulting face swapped image.</p>\n</li>\n<li><p><code>FaceSwapCount</code> (number): The number of face swaps performed.</p>\n</li>\n<li><p><code>Success</code> (boolean): Indicates the success status of the operation.</p>\n</li>\n<li><p><code>Message</code> (string): A message related to the face swap operation.</p>\n</li>\n<li><p><code>Statuscode</code> (number): The status code of the operation.</p>\n</li>\n<li><p><code>ProcessingTime</code> (string): The total processing time for the face swap operation.</p>\n</li>\n<li><p><code>ProcessingTimeSpan</code> (string): The time span for the processing.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response-json-schema\">Response JSON Schema</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"success\": { \"type\": \"boolean\" },\n    \"message\": { \"type\": \"string\" },\n    \"data\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"ResultImageUrl\": { \"type\": \"string\" },\n        \"FaceSwapCount\": { \"type\": \"number\" },\n        \"Success\": { \"type\": \"boolean\" },\n        \"Message\": { \"type\": \"string\" },\n        \"Statuscode\": { \"type\": \"number\" },\n        \"ProcessingTime\": { \"type\": \"string\" },\n        \"ProcessingTimeSpan\": { \"type\": \"string\" }\n      }\n    }\n  }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","ai-face-swap"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"99f4b895-843f-4c4d-a743-20bd60ff00d0"},{"name":"AI-Group-Face-Swap","id":"5c5d2e59-d0aa-4404-8ff8-8af6f3e25381","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"init_image\" : \"https://on4t.com/assets/images/init-image.jpg\",\r\n    \"target_image\" : \"https://on4t.com/assets/images/target-image.png\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://on4t.com/api/group-face-swap","description":"<h3 id=\"group-face-swap\">Group Face Swap</h3>\n<p>This endpoint allows you to perform a group face swap by providing an initial image and a target image.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>init_image</code> (string): The URL of the initial image.</p>\n</li>\n<li><p><code>target_image</code> (string): The URL of the target image.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will be a JSON object with the following properties:</p>\n<ul>\n<li><p><code>success</code> (boolean): Indicates whether the request was successful.</p>\n</li>\n<li><p><code>message</code> (string): A message related to the request.</p>\n</li>\n<li><p><code>data</code> (object): An object containing the result of the face swap.</p>\n<ul>\n<li><p><code>ResultImageUrl</code> (string): The URL of the resulting image after the face swap.</p>\n</li>\n<li><p><code>FaceSwapCount</code> (integer): The number of face swaps performed.</p>\n</li>\n<li><p><code>Success</code> (boolean): Indicates whether the face swap was successful.</p>\n</li>\n<li><p><code>Message</code> (string): A message related to the face swap.</p>\n</li>\n<li><p><code>Statuscode</code> (integer): The status code of the face swap process.</p>\n</li>\n<li><p><code>ProcessingTime</code> (string): The total processing time for the face swap.</p>\n</li>\n<li><p><code>ProcessingTimeSpan</code> (string): The time span for the face swap processing.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"example\">Example</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true,\n    \"message\": \"\",\n    \"data\": {\n        \"ResultImageUrl\": \"\",\n        \"FaceSwapCount\": 0,\n        \"Success\": true,\n        \"Message\": \"\",\n        \"Statuscode\": 0,\n        \"ProcessingTime\": \"\",\n        \"ProcessingTimeSpan\": \"\"\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","group-face-swap"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c5d2e59-d0aa-4404-8ff8-8af6f3e25381"},{"name":"Image-To-Text","id":"8e5e9553-492f-4a2e-ad25-7ececde121de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","uuid":"79e48184-0d31-48a2-ba4f-afe8bbe47c2b","src":"/C:/Users/Talha/Downloads/J M 🥀 (4).png"},{"key":"language","value":"asm","type":"text","uuid":"39ccbe7e-cf89-42b4-bc26-157bfbea4ff0"}]},"url":"https://on4t.com/api/image-to-text","description":"<h3 id=\"image-to-text-conversion\">Image to Text Conversion</h3>\n<p>This endpoint allows you to convert an image to text.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>image</code> (file): The image file to be converted to text.</p>\n</li>\n<li><p><code>language</code> (text): The language of the text in the image.</p>\n</li>\n<li><p>Here’s a list of all the language codes</p>\n<ul>\n<li><p><code>afr</code>: Afrikaans</p>\n</li>\n<li><p><code>amh</code>: Amharic</p>\n</li>\n<li><p><code>ara</code>: Arabic</p>\n</li>\n<li><p><code>asm</code>: Assamese</p>\n</li>\n<li><p><code>aze</code>: Azerbaijani</p>\n</li>\n<li><p><code>bel</code>: Belarusian</p>\n</li>\n<li><p><code>ben</code>: Bengali</p>\n</li>\n<li><p><code>bod</code>: Tibetan</p>\n</li>\n<li><p><code>bos</code>: Bosnian</p>\n</li>\n<li><p><code>bul</code>: Bulgarian</p>\n</li>\n<li><p><code>cat</code>: Catalan</p>\n</li>\n<li><p><code>ceb</code>: Cebuano</p>\n</li>\n<li><p><code>ces</code>: Czech</p>\n</li>\n<li><p><code>chi_sim</code>: Chinese (Simplified)</p>\n</li>\n<li><p><code>chi_tra</code>: Chinese (Traditional)</p>\n</li>\n<li><p><code>chr</code>: Cherokee</p>\n</li>\n<li><p><code>cym</code>: Welsh</p>\n</li>\n<li><p><code>dan</code>: Danish</p>\n</li>\n<li><p><code>deu</code>: German</p>\n</li>\n<li><p><code>dzo</code>: Dzongkha</p>\n</li>\n<li><p><code>ell</code>: Modern Greek</p>\n</li>\n<li><p><code>eng</code>: English</p>\n</li>\n<li><p><code>enm</code>: Middle English</p>\n</li>\n<li><p><code>epo</code>: Esperanto</p>\n</li>\n<li><p><code>est</code>: Estonian</p>\n</li>\n<li><p><code>eus</code>: Basque</p>\n</li>\n<li><p><code>fas</code>: Persian</p>\n</li>\n<li><p><code>fin</code>: Finnish</p>\n</li>\n<li><p><code>fra</code>: French</p>\n</li>\n<li><p><code>frm</code>: Old French</p>\n</li>\n<li><p><code>gle</code>: Irish</p>\n</li>\n<li><p><code>glg</code>: Galician</p>\n</li>\n<li><p><code>grc</code>: Ancient Greek</p>\n</li>\n<li><p><code>guj</code>: Gujarati</p>\n</li>\n<li><p><code>hat</code>: Haitian Creole</p>\n</li>\n<li><p><code>heb</code>: Hebrew</p>\n</li>\n<li><p><code>hin</code>: Hindi</p>\n</li>\n<li><p><code>hrv</code>: Croatian</p>\n</li>\n<li><p><code>hun</code>: Hungarian</p>\n</li>\n<li><p><code>iku</code>: Inuktitut</p>\n</li>\n<li><p><code>ind</code>: Indonesian</p>\n</li>\n<li><p><code>isl</code>: Icelandic</p>\n</li>\n<li><p><code>ita</code>: Italian</p>\n</li>\n<li><p><code>jav</code>: Javanese</p>\n</li>\n<li><p><code>jpn</code>: Japanese</p>\n</li>\n<li><p><code>kan</code>: Kannada</p>\n</li>\n<li><p><code>kat</code>: Georgian</p>\n</li>\n<li><p><code>kaz</code>: Kazakh</p>\n</li>\n<li><p><code>khm</code>: Khmer (Central)</p>\n</li>\n<li><p><code>kir</code>: Kyrgyz</p>\n</li>\n<li><p><code>kor</code>: Korean</p>\n</li>\n<li><p><code>lao</code>: Lao</p>\n</li>\n<li><p><code>lat</code>: Latin</p>\n</li>\n<li><p><code>lav</code>: Latvian</p>\n</li>\n<li><p><code>lit</code>: Lithuanian</p>\n</li>\n<li><p><code>mal</code>: Malayalam</p>\n</li>\n<li><p><code>mar</code>: Marathi</p>\n</li>\n<li><p><code>mkd</code>: Macedonian</p>\n</li>\n<li><p><code>mlt</code>: Maltese</p>\n</li>\n<li><p><code>msa</code>: Malay</p>\n</li>\n<li><p><code>mya</code>: Burmese</p>\n</li>\n<li><p><code>nep</code>: Nepali</p>\n</li>\n<li><p><code>nld</code>: Dutch</p>\n</li>\n<li><p><code>nor</code>: Norwegian</p>\n</li>\n<li><p><code>ori</code>: Oriya</p>\n</li>\n<li><p><code>osd</code>: OSD</p>\n</li>\n<li><p><code>pan</code>: Punjabi</p>\n</li>\n<li><p><code>pol</code>: Polish</p>\n</li>\n<li><p><code>por</code>: Portuguese</p>\n</li>\n<li><p><code>pus</code>: Pashto</p>\n</li>\n<li><p><code>ron</code>: Romanian</p>\n</li>\n<li><p><code>rus</code>: Russian</p>\n</li>\n<li><p><code>san</code>: Sanskrit</p>\n</li>\n<li><p><code>sin</code>: Sinhala</p>\n</li>\n<li><p><code>slk</code>: Slovak</p>\n</li>\n<li><p><code>slv</code>: Slovenian</p>\n</li>\n<li><p><code>spa</code>: Spanish</p>\n</li>\n<li><p><code>sqi</code>: Albanian</p>\n</li>\n<li><p><code>srp</code>: Serbian</p>\n</li>\n<li><p><code>swa</code>: Swahili</p>\n</li>\n<li><p><code>swe</code>: Swedish</p>\n</li>\n<li><p><code>syr</code>: Syriac</p>\n</li>\n<li><p><code>tam</code>: Tamil</p>\n</li>\n<li><p><code>tel</code>: Telugu</p>\n</li>\n<li><p><code>tgk</code>: Tajik</p>\n</li>\n<li><p><code>tha</code>: Thai</p>\n</li>\n<li><p><code>tir</code>: Tigrinya</p>\n</li>\n<li><p><code>tur</code>: Turkish</p>\n</li>\n<li><p><code>uig</code>: Uighur</p>\n</li>\n<li><p><code>ukr</code>: Ukrainian</p>\n</li>\n<li><p><code>urd</code>: Urdu</p>\n</li>\n<li><p><code>uzb</code>: Uzbek</p>\n</li>\n<li><p><code>vie</code>: Vietnamese</p>\n</li>\n<li><p><code>yid</code>: Yiddish</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response is a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": boolean,\n  \"data\": {\n    \"language\": string,\n    \"language-code\": string,\n    \"text\": string,\n    \"orientation\": string,\n    \"orientation-confidence\": string,\n    \"rotate\": string,\n    \"font\": string,\n    \"font-confidence\": string,\n    \"coordinates\": array\n  }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","image-to-text"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e5e9553-492f-4a2e-ad25-7ececde121de"},{"name":"Remove-Background","id":"9a7e7384-c493-475e-9eae-55927514497a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","uuid":"767ce063-7fc6-4aa0-8a32-105343dbab15","src":"/C:/Users/Talha/Downloads/20250525012613341570_o7h1wj1vo85evmzy2iky.jpg"},{"key":"bgColor","value":"#Cfe22a","type":"text","uuid":"aeb4506f-b8e9-4edf-8e1a-247c44987bb2"},{"key":"bgImage","type":"file","uuid":"8feb3a94-c1f6-49f1-9a54-f31bb3ce0ffa","src":"/C:/Users/Talha/Downloads/On4t-4k-Text-To-Image-20250523074148379.png","disabled":true}]},"url":"https://on4t.com/api/remove-bg","description":"<p>StartFragment</p>\n<h3 id=\"🖼️-remove-background-api\"><strong>🖼️ Remove Background API</strong></h3>\n<p><strong>Endpoint:</strong> <code>https://on4t.com/api/remove-bg</code><br /><strong>Method:</strong> <code>POST</code><br /><strong>Content-Type:</strong> <code>multipart/form-data</code></p>\n<hr />\n<h3 id=\"📤-request\"><strong>📤 Request</strong></h3>\n<p><strong>Form-Data Parameters:</strong></p>\n<ul>\n<li><code>image</code> (file) – The image file from which the background should be removed. Accepts formats like <code>.jpg</code>, <code>.jpeg</code>, <code>.png</code>.</li>\n</ul>\n<hr />\n<h3 id=\"📥-response\"><strong>📥 Response</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>jsonCopyEdit{\n  \"status\": \"success\",\n  \"data\": {\n    \"id\": \"ee443e28-38ed-4c9c-b8da-2b6bc55d6898.png\",\n    \"url\": \"https://cdn.picsart.io/ee443e28-38ed-4c9c-b8da-2b6bc55d6898.png?type=PNG&amp;to=max&amp;r=0\"\n  }\n}\n\n</code></pre><ul>\n<li><p><code>status</code>: Operation status (<code>success</code> or <code>error</code>)</p>\n</li>\n<li><p><code>data.id</code>: Unique identifier (filename) for the processed image</p>\n</li>\n<li><p><code>data.url</code>: Direct URL to access or download the background-removed image</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"✅-example-in-postman\"><strong>✅ Example in Postman</strong></h3>\n<ol>\n<li><p>Select <code>POST</code> method.</p>\n</li>\n<li><p>Set URL to: <code>https://on4t.com/api/remove-bg</code></p>\n</li>\n<li><p>In the <strong>Body</strong> tab, select <strong>form-data</strong>.</p>\n</li>\n<li><p>Add a key: <code>image</code>, type: <strong>File</strong>, and choose an image from your computer.</p>\n</li>\n<li><p>Click <strong>Send</strong> to get a JSON response with the image URL.</p>\n</li>\n</ol>\n<hr />\n<h3 id=\"📌-notes\"><strong>📌 Notes</strong></h3>\n<ul>\n<li><p>Ensure the image file is not corrupted.</p>\n</li>\n<li><p>API only supports image files for processing.</p>\n</li>\n<li><p>Returned image will have background removed and hosted on a CDN.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","remove-bg"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a7e7384-c493-475e-9eae-55927514497a"},{"name":"Reverse-Image-Search","id":"5134d99c-8309-44e5-bd63-ce3eeb78a20a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"imageUrl\" : \"https://images.unsplash.com/photo-1741802872469-b404a312fa91\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://on4t.com/api/search-reverse-image","description":"<p>StartFragment</p>\n<h1 id=\"📸-reverse-image-search-api-documentation\">📸 Reverse Image Search API Documentation</h1>\n<h2 id=\"endpoint\">Endpoint</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST https://on4t.com/api/search-reverse-image\n\n</code></pre><hr />\n<h2 id=\"📥-request\">📥 Request</h2>\n<h3 id=\"headers\">Headers</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Content-Type</td>\n<td><code>application/json</code></td>\n<td>✅ Yes</td>\n<td>Specifies the format of the request body</td>\n</tr>\n<tr>\n<td>X-API-KEY</td>\n<td><code>your_api_key_here</code></td>\n<td>✅ Yes</td>\n<td>Your unique API key for authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"body-json\">Body (JSON)</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"imageUrl\": \"https://images.unsplash.com/photo-1741802872469-b404a312fa91\"\n}\n\n</code></pre><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>imageUrl</td>\n<td>string</td>\n<td>✅ Yes</td>\n<td>A direct URL to the image you want to search for.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"📤-response\">📤 Response</h2>\n<h3 id=\"✅-success-200-ok\">✅ Success (200 OK)</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>jsonCopyEdit{\n  \"Source\": \"https://images.unsplash.com/photo-1741802872469-b404a312fa91\",\n  \"BestGuessLabel\": \"girl\",\n  \"Pages\": [\n    {\n      \"Url\": \"https://www.facebook.com/...\",\n      \"Title\": \"SARA GALINDO - Facebook\",\n      \"MatchingImages\": [\n        \"https://lookaside.fbsbx.com/lookaside/crawler/media/?media_id=...\"\n      ],\n      \"Rank\": 10\n    }\n  ],\n  \"Entities\": [\n    {\n      \"Score\": 2.9505002,\n      \"Description\": \"Dua Lipa\"\n    }\n  ]\n}\n\n</code></pre><h3 id=\"response-fields\">Response Fields</h3>\n<h4 id=\"top-level\">Top-Level</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Source</td>\n<td>string</td>\n<td>The input image URL you provided.</td>\n</tr>\n<tr>\n<td>BestGuessLabel</td>\n<td>string</td>\n<td>The best guess label for the image.</td>\n</tr>\n<tr>\n<td>Pages</td>\n<td>array</td>\n<td>List of web pages containing the image.</td>\n</tr>\n<tr>\n<td>Entities</td>\n<td>array</td>\n<td>Detected entities related to the image.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"pages\"><code>Pages[]</code></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Url</td>\n<td>string</td>\n<td>The URL of the matching page.</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td>The title or description of the matching page.</td>\n</tr>\n<tr>\n<td>MatchingImages</td>\n<td>array</td>\n<td>Array of matching image URLs from that page.</td>\n</tr>\n<tr>\n<td>Rank</td>\n<td>number</td>\n<td>Relevance rank of the match. Higher means more relevant.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"entities\"><code>Entities[]</code></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Score</td>\n<td>float</td>\n<td>Confidence score for the detected entity.</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n<td>Name or label of the recognized entity.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<hr />\n<h2 id=\"🔐-authentication\">🔐 Authentication</h2>\n<p>This API requires an API key to be passed in the request headers using:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>X-API-KEY: your_api_key_here\n\n</code></pre><hr />\n<h2 id=\"📘-notes\">📘 Notes</h2>\n<ul>\n<li><p>Ensure the <code>imageUrl</code> is publicly accessible.</p>\n</li>\n<li><p>Response may vary based on the image content and available data on the web</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","search-reverse-image"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5134d99c-8309-44e5-bd63-ce3eeb78a20a"},{"name":"Dezgo-Text-To-Image","id":"b63a7101-d95b-497f-8889-54d7c9db857b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"prompt\": \"a futuristic cityscape at sunset\",\r\n  \"model\": \"epic_diffusion_1_1\",\r\n  \"guidance\": 7,\r\n  \"steps\": 30,\r\n  \"sampler\": \"euler_a\",\r\n  \"upscale\": 1,\r\n  \"negative_prompt\": \"ugly, tiling, poorly drawn hands, poorly drawn feet, poorly drawn face, out of frame, extra limbs, disfigured, deformed, body out of frame, blurry, bad anatomy, blurred, watermark, grainy, signature, cut off, draft\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://on4t.com/api/dez-image-generation","description":"<p>The <code>https://on4t.com/api/dez-image-generation</code> endpoint facilitates AI-powered image generation based on textual prompts. Here's a comprehensive guide to utilizing this API:</p>\n<hr />\n<h3 id=\"🔐-authentication\">🔐 Authentication</h3>\n<p>To access the API, include your API key in the request headers:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>X-API-KEY: your_api_key_here\n\n</code></pre><hr />\n<h3 id=\"📤-http-request\">📤 HTTP Request</h3>\n<ul>\n<li><p><strong>Method:</strong> <code>POST</code></p>\n</li>\n<li><p><strong>URL:</strong> <code>https://on4t.com/api/dez-image-generation</code></p>\n</li>\n</ul>\n<hr />\n<h3 id=\"📦-request-payload\">📦 Request Payload</h3>\n<p>Send a JSON object with the following parameters:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"prompt\": \"a futuristic cityscape at sunset\",\n  \"model\": \"epic_diffusion_1_1\",\n  \"guidance\": 7,\n  \"steps\": 30,\n  \"sampler\": \"euler_a\",\n  \"upscale\": 1,\n  \"negative_prompt\": \"ugly, tiling, poorly drawn hands, poorly drawn feet, poorly drawn face, out of frame, extra limbs, disfigured, deformed, body out of frame, blurry, bad anatomy, blurred, watermark, grainy, signature, cut off, draft\"\n}\n\n</code></pre><p><strong>Parameter Details:</strong></p>\n<ul>\n<li><p><code>prompt</code> (string): Description of the desired image.</p>\n</li>\n<li><p><code>model</code> (string): Specifies the AI model to use (e.g., <code>\"epic_diffusion_1_1\"</code>).</p>\n</li>\n<li><p><code>guidance</code> (number): Controls how closely the image adheres to the prompt (typically 1–20).</p>\n</li>\n<li><p><code>steps</code> (integer): Number of inference steps; higher values can yield more detailed images.</p>\n</li>\n<li><p><code>sampler</code> (string): Sampling algorithm (e.g., <code>\"euler_a\"</code>).</p>\n</li>\n<li><p><code>upscale</code> (integer): Set to <code>1</code> to enable image upscaling.</p>\n</li>\n<li><p><code>negative_prompt</code> (string): Describes elements to avoid in the generated image.</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"✅-response\">✅ Response</h3>\n<p>A successful response returns a JSON object containing the generated image URL:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"image_url\": \"https://on4t.com/generated_images/your_image.png\"\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["api","dez-image-generation"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b63a7101-d95b-497f-8889-54d7c9db857b"},{"name":"Upscale-Image","id":"16b1a9e5-5f15-483b-958f-cc39d22a41d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","uuid":"fb46d8e7-3675-497e-b459-7b62913204de","src":"/C:/Users/Talha/Downloads/On4t-4k-Text-To-Image-20250523074059938.png"}]},"url":"https://on4t.com/api/image-upscale","urlObject":{"protocol":"https","path":["api","image-upscale"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"16b1a9e5-5f15-483b-958f-cc39d22a41d6"},{"name":"Image-To-Image","id":"18eb5028-f258-4300-a3e8-b226b17414ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"init_image","type":"file","uuid":"619b17b1-3e5a-40b0-ac32-4fcef54ba3f8","src":"/C:/Users/Talha/Downloads/joe-han-wApvRc5-nrk-unsplash.jpg"},{"key":"prompt","value":"A dragon flying over a medieval castle during sunset, fantasy art, highly detailed\n\n","type":"text","uuid":"5d7be8f8-d5b2-4e2c-a883-85a83b5b077a"}]},"url":"https://on4t.com/api/image-to-image","urlObject":{"protocol":"https","path":["api","image-to-image"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"18eb5028-f258-4300-a3e8-b226b17414ac"},{"name":"Ultra-Image-Generation","id":"f8646580-5985-4962-a9d5-390f8baa4e93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"prompt\": \"bird sitting on a tree\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://on4t.com/api/ultra-image-generation","description":"<h1 id=\"ultra-image-generation-api\">Ultra Image Generation API</h1>\n<p>The <strong>Ultra Image Generation API</strong> allows users to generate images based on textual prompts. This endpoint accepts a prompt describing the desired image and returns a generated image along with its metadata.</p>\n<h2 id=\"endpoint\">Endpoint</h2>\n<p><strong>POST</strong> <code>https://on4t.com/api/ultra-image-generation</code></p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<p>The request body must be in JSON format and include the following parameter:</p>\n<ul>\n<li><strong>prompt</strong> (string, required): A textual description of the image you want to generate. For example, you can use prompts like \"horse ride with a lion\".</li>\n</ul>\n<h3 id=\"example-request\">Example Request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"prompt\": \"horse ride with a lion\"\n}\n\n</code></pre>\n<h2 id=\"response\">Response</h2>\n<p>The response will be in JSON format and will contain the following fields:</p>\n<ul>\n<li><p><strong>success</strong> (boolean): Indicates whether the image generation was successful.</p>\n</li>\n<li><p><strong>data</strong> (object): Contains the result of the image generation.</p>\n<ul>\n<li><p><strong>final_result</strong> (array): An array of generated image results.</p>\n<ul>\n<li><p><strong>index</strong> (integer): The index of the generated image.</p>\n</li>\n<li><p><strong>nsfw</strong> (boolean): Indicates if the content is not safe for work.</p>\n</li>\n<li><p><strong>origin</strong> (string): The origin of the image (if applicable).</p>\n</li>\n<li><p><strong>thumb</strong> (string): A thumbnail URL of the generated image (if applicable).</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true,\n  \"data\": {\n    \"final_result\": [\n      {\n        \"index\": 0,\n        \"nsfw\": true,\n        \"origin\": \"\",\n        \"thumb\": \"\"\n      }\n    ]\n  }\n}\n\n</code></pre>\n<h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>Ensure that the prompt is descriptive enough to generate the desired image.</p>\n</li>\n<li><p>The response includes metadata about the generated image, including whether it is NSFW.</p>\n</li>\n</ul>\n<p>This endpoint allows users to generate images based on a textual prompt. It utilizes advanced algorithms to create visual representations from the provided descriptions.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://on4t.com/api/ultra-image-generation</code></p>\n</li>\n<li><p><strong>Request Body Format:</strong></p>\n<ul>\n<li><p><strong>Type:</strong> JSON</p>\n</li>\n<li><p><strong>Parameters:</strong></p>\n<ul>\n<li><code>prompt</code> (string): A textual description that serves as the basis for the image generation. For example, <code>\"horse ride with a lion\"</code>.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response-1\">Response</h3>\n<ul>\n<li><p><strong>Status Code:</strong> 200</p>\n</li>\n<li><p><strong>Content-Type:</strong> application/json</p>\n</li>\n<li><p><strong>Response Structure:</strong></p>\n<ul>\n<li><p><code>success</code> (boolean): Indicates whether the image generation was successful.</p>\n</li>\n<li><p><code>data</code> (object): Contains the results of the image generation.</p>\n<ul>\n<li><p><code>final_result</code> (array): An array of generated images with the following properties:</p>\n<ul>\n<li><p><code>index</code> (integer): The index of the generated image.</p>\n</li>\n<li><p><code>nsfw</code> (boolean): Indicates if the image is not safe for work.</p>\n</li>\n<li><p><code>origin</code> (string): The source or origin of the generated image.</p>\n</li>\n<li><p><code>thumb</code> (string): A thumbnail representation of the generated image.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"example-response-1\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true,\n  \"data\": {\n    \"final_result\": [\n      {\n        \"index\": 0,\n        \"nsfw\": true,\n        \"origin\": \"\",\n        \"thumb\": \"\"\n      }\n    ]\n  }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","ultra-image-generation"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8646580-5985-4962-a9d5-390f8baa4e93"}],"id":"c56ccd29-b900-4c78-9f37-903458d10148","_postman_id":"c56ccd29-b900-4c78-9f37-903458d10148","description":""},{"name":"Tiktok-Tools","item":[{"name":"Tiktok-Account-Health-Checker","id":"c770b1e6-8d34-44fe-b08b-ba4138b6cf0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"duckybhai\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://on4t.com/api/tiktok-account-health-checker","description":"<p>The <code>POST</code> request is used to check the health of a TikTok account. It is sent to the endpoint <code>https://on4t.com/api/tiktok-account-health-checker</code>.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li>The request body should be in raw JSON format and include the <code>username</code> parameter.</li>\n</ul>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"username\": \"duckybhai\"\n}\n\n</code></pre>\n<h3 id=\"response\">Response</h3>\n<p>The response is in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>message</code> (string): A message related to the account health status.</p>\n</li>\n<li><p><code>nickname</code> (string): The nickname of the TikTok account.</p>\n</li>\n<li><p><code>uniqueId</code> (string): The unique ID of the TikTok account.</p>\n</li>\n<li><p><code>avatarMedium</code> (string): URL of the medium-sized avatar of the account.</p>\n</li>\n<li><p><code>currentLikes</code> (number): The current number of likes on the account.</p>\n</li>\n<li><p><code>likesChange</code> (number): The change in the number of likes.</p>\n</li>\n<li><p><code>msgcolor</code> (string): Color of the message.</p>\n</li>\n<li><p><code>msgtextcolor</code> (string): Text color of the message.</p>\n</li>\n<li><p><code>error</code> (boolean): Indicates if there is an error in the response.</p>\n</li>\n</ul>\n<h4 id=\"json-schema\">JSON Schema</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n        \"message\": { \"type\": \"string\" },\n        \"nickname\": { \"type\": \"string\" },\n        \"uniqueId\": { \"type\": \"string\" },\n        \"avatarMedium\": { \"type\": \"string\" },\n        \"currentLikes\": { \"type\": \"number\" },\n        \"likesChange\": { \"type\": \"number\" },\n        \"msgcolor\": { \"type\": \"string\" },\n        \"msgtextcolor\": { \"type\": \"string\" },\n        \"error\": { \"type\": \"boolean\" }\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","tiktok-account-health-checker"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c770b1e6-8d34-44fe-b08b-ba4138b6cf0b"},{"name":"Tiktok-Unfreeze-Account","id":"ad15f98b-c00d-4b10-b1fc-bd2565fdf61e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"duckybhai\"\r\n}"},"url":"https://on4t.com/api/tiktok-unfreeze-account","description":"<h3 id=\"post-apitiktok-unfreeze-account\">POST /api/tiktok-unfreeze-account</h3>\n<p>This endpoint is used to unfreeze a TikTok account.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li>username (text, required): The username of the TikTok account to be unfrozen.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response is in JSON format and has the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n        \"message\": {\n            \"type\": \"string\"\n        },\n        \"error\": {\n            \"type\": \"boolean\"\n        }\n    }\n}\n\n</code></pre>\n<ul>\n<li><p>message (string): A message related to the unfreezing process.</p>\n</li>\n<li><p>error (boolean): Indicates if an error occurred during the unfreezing process.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","tiktok-unfreeze-account"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad15f98b-c00d-4b10-b1fc-bd2565fdf61e"},{"name":"Tiktok-Rank-Checker","id":"49e052db-1639-4315-a0dd-8c01233017c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"duckybhai\"\r\n}"},"url":"https://on4t.com/api/tiktok-rank-checker","description":"<h3 id=\"tiktok-rank-checker\">TikTok Rank Checker</h3>\n<p>This API endpoint is used to check the rank of a TikTok user. It is an HTTP POST request that takes in a JSON payload with the TikTok username.</p>\n<p><strong>Request Body</strong></p>\n<ul>\n<li>username (string, required): The TikTok username for which the rank needs to be checked.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>Upon a successful request, the API returns a JSON object with the following fields:</p>\n<ul>\n<li><p>index (number): The index of the user.</p>\n</li>\n<li><p>user (object): An object containing various details about the user such as id, username, name, profile image, follower count, following count, likes count, video count, and other related statistics.</p>\n</li>\n</ul>\n<p>Example Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"index\": 0,\n    \"user\": {\n        \"id\": 0,\n        \"username\": \"\",\n        \"name\": \"\",\n        \"profile_image\": \"\",\n        \"hdprofile_image\": \"\",\n        \"followers_count\": 0,\n        \"following_count\": 0,\n        \"likes_count\": 0,\n        \"last24hlikes\": 0,\n        \"video_count\": 0,\n        \"created_at\": \"\",\n        \"updated_at\": \"\",\n        \"country\": \"\",\n        \"user_id\": 0,\n        \"monthlyfollowers_count\": null,\n        ...\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","tiktok-rank-checker"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"49e052db-1639-4315-a0dd-8c01233017c9"},{"name":"Tiktok-View-Counter","id":"119fac14-bcfb-4ee1-ac80-8b8f0391b897","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-KEY","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"duckybhai\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://on4t.com/api/tiktok-view-counter","description":"<h3 id=\"tiktok-view-counter-api\">TikTok View Counter API</h3>\n<p>This API endpoint is used to retrieve the view count and other details for a TikTok user.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><code>username</code> (string, required): The username of the TikTok user for whom the view count is to be retrieved.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>Upon a successful request, the API returns a JSON object with the following fields:</p>\n<ul>\n<li><p><code>success</code> (boolean): Indicates whether the request was successful.</p>\n</li>\n<li><p><code>total_posts</code> (integer): The total number of posts by the user.</p>\n</li>\n<li><p><code>total_views</code> (integer): The total number of views on the user's videos.</p>\n</li>\n<li><p><code>videos</code> (array): An array of the user's videos.</p>\n</li>\n<li><p><code>user</code> (object): Details about the user, including their ID, unique ID, nickname, avatar, signature, and other attributes.</p>\n</li>\n<li><p><code>days</code> (integer): The number of days since the user's account was created.</p>\n</li>\n</ul>\n<p>In case of an unsuccessful request, the API may return an error message in the <code>msg</code> field within the <code>user</code> object.</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true,\n    \"total_posts\": 0,\n    \"total_views\": 0,\n    \"videos\": [],\n    \"user\": {\n        \"code\": 0,\n        \"msg\": \"\",\n        \"processed_time\": 0,\n        \"data\": {\n            \"user\": {\n                \"id\": \"\",\n                \"uniqueId\": \"\",\n                \"nickname\": \"\",\n                \"avatarThumb\": \"\",\n                \"avatarMedium\": \"\",\n                \"avatarLarger\": \"\",\n                \"signature\": \"\",\n                \"verified\": true,\n                \"secUid\": \"\",\n                \"secret\": true,\n                \"ftc\": true,\n                \"relation\": 0,\n                \"openFavorite\": true,\n                \"commentSetting\": null,\n                \"duetSetting\": null,\n                \"stitchSetting\": null,\n                \"privateAccount\": true,\n                \"isADVirtual\": true,\n                \"isUnderAge18\": true,\n                \"ins_id\": \"\",\n                \"twitter_id\": \"\",\n                \"youtube_channel_title\": \"\",\n                \"youtube_channel_id\": \"\"\n            },\n            \"stats\": {\n                \"followingCount\": 0,\n                \"followerCount\": 0,\n                \"heartCount\": 0,\n                \"videoCount\": 0,\n                \"diggCount\": 0,\n                \"heart\": 0\n            }\n        }\n    },\n    \"days\": 0\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","tiktok-view-counter"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"119fac14-bcfb-4ee1-ac80-8b8f0391b897"},{"name":"Username-Checker","id":"dc091ee9-a589-41ab-8f19-1c5e004d9a29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"talha95tgf\"\r\n}"},"url":"https://on4t.com/api/tiktok-username-checker","description":"<p>This endpoint allows you to check the availability of a TikTok username.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li>username (string, required): The TikTok username to be checked.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"error\": boolean,\n    \"message\": string\n}\n\n</code></pre>\n<ul>\n<li><p>error (boolean): Indicates whether an error occurred during the username check.</p>\n</li>\n<li><p>message (string): Additional information or error message, if any.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","tiktok-username-checker"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc091ee9-a589-41ab-8f19-1c5e004d9a29"},{"name":"Tiktok-Followers-Comparison","id":"f863beaa-65c8-4e40-a585-e3eeb133d995","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"username_1\" : \"jannatmirza\",\r\n     \"username_2\" : \"duckybhai\"\r\n}"},"url":"https://on4t.com/api/tiktok-followers-comparison","description":"<h3 id=\"tiktok-followers-comparison\">TikTok Followers Comparison</h3>\n<p>This endpoint allows you to compare the number of followers between two TikTok users.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>username_1</code> (string) - The username of the first TikTok user.</p>\n</li>\n<li><p><code>username_2</code> (string) - The username of the second TikTok user.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will be in JSON format with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n        \"status\": {\n            \"type\": \"string\"\n        },\n        \"data\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"user1\": {\n                    \"type\": \"object\",\n                    \"properties\": {\n                        \"name\": {\n                            \"type\": \"string\"\n                        },\n                        \"username\": {\n                            \"type\": \"string\"\n                        },\n                        \"profile_image\": {\n                            \"type\": \"string\"\n                        },\n                        \"followers_count\": {\n                            \"type\": \"integer\"\n                        }\n                    }\n                },\n                \"user2\": {\n                    \"type\": \"object\",\n                    \"properties\": {\n                        \"name\": {\n                            \"type\": \"string\"\n                        },\n                        \"username\": {\n                            \"type\": \"string\"\n                        },\n                        \"profile_image\": {\n                            \"type\": \"string\"\n                        },\n                        \"followers_count\": {\n                            \"type\": \"integer\"\n                        }\n                    }\n                },\n                \"difference\": {\n                    \"type\": \"integer\"\n                }\n            }\n        }\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","tiktok-followers-comparison"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f863beaa-65c8-4e40-a585-e3eeb133d995"},{"name":"Fetch-Tiktok-Data","id":"ed456bce-124a-4d60-8625-d0e9927a2830","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://on4t.com/api/fetch-tiktok-data?username=jannatmirza","description":"<h3 id=\"fetch-tiktok-data\">Fetch TikTok Data</h3>\n<p>This API endpoint is a POST request that retrieves TikTok user data.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><strong>username</strong> (text, required): The username of the TikTok user for whom the data is to be fetched.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response is a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"user\": {\n    \"id\": \"\",\n    \"uniqueId\": \"\",\n    \"nickname\": \"\",\n    \"avatarThumb\": \"\",\n    \"avatarMedium\": \"\",\n    \"avatarLarger\": \"\",\n    \"signature\": \"\",\n    \"verified\": true,\n    \"secUid\": \"\",\n    \"secret\": true,\n    \"ftc\": true,\n    \"relation\": 0,\n    \"openFavorite\": true,\n    \"commentSetting\": null,\n    \"duetSetting\": null,\n    \"stitchSetting\": null,\n    \"privateAccount\": true,\n    \"isADVirtual\": true,\n    \"isUnderAge18\": true,\n    \"ins_id\": \"\",\n    \"twitter_id\": \"\",\n    \"youtube_channel_title\": \"\",\n    \"youtube_channel_id\": \"\"\n  },\n  \"stats\": {\n    \"followingCount\": 0,\n    \"followerCount\": 0,\n    \"heartCount\": 0,\n    \"videoCount\": 0,\n    \"diggCount\": 0,\n    \"heart\": 0\n  }\n}\n\n</code></pre>\n<p>The response includes user information such as ID, unique ID, nickname, avatar, signature, verification status, and various settings. Additionally, it provides statistics related to the user's following count, follower count, heart count, video count, and digg count.</p>\n","urlObject":{"protocol":"https","path":["api","fetch-tiktok-data"],"host":["on4t","com"],"query":[{"key":"username","value":"jannatmirza"}],"variable":[]}},"response":[],"_postman_id":"ed456bce-124a-4d60-8625-d0e9927a2830"},{"name":"Tiktok-Hashtag-Generator","id":"df267e5a-fe74-4eaa-b947-5dc00dd8931f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-KEY","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"number_of_results\": 10,\r\n  \"maximum_length\": 150,\r\n  \"creativity\": \"high\",\r\n  \"language\": \"English\",\r\n  \"tone_of_voice\": \"professional\",\r\n  \"keywords\": \"tiktok, growth, followers\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://on4t.com/api/tiktok-hashtag-generator","description":"<h3 id=\"tiktok-hashtag-generator\">TikTok Hashtag Generator</h3>\n<p>This endpoint allows you to generate TikTok hashtags based on specific criteria.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>number_of_results</code> (integer): The number of hashtag results to generate.</p>\n</li>\n<li><p><code>maximum_length</code> (integer): The maximum length of the hashtags.</p>\n</li>\n<li><p><code>creativity</code> (string): The level of creativity for the generated hashtags.</p>\n</li>\n<li><p><code>language</code> (string): The language for the hashtags.</p>\n</li>\n<li><p><code>tone_of_voice</code> (string): The tone of voice for the hashtags.</p>\n</li>\n<li><p><code>keywords</code> (string): The keywords to base the hashtags on.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will be in JSON format with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"results\": \"\",\n  \"creativity\": \"\",\n  \"maximum_length\": 0\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","tiktok-hashtag-generator"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"df267e5a-fe74-4eaa-b947-5dc00dd8931f"},{"name":"Tiktok-Title-Generator","id":"9496126f-9f53-4a1e-b0c1-cfd66a5dfa6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-KEY","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"number_of_results\": 10,\r\n  \"maximum_length\": 150,\r\n  \"creativity\": \"high\",\r\n  \"language\": \"English\",\r\n  \"tone_of_voice\": \"professional\",\r\n  \"description\": \"i need a title for my new car which is in blue color and suv car\"\r\n}\r\n"},"url":"https://on4t.com/api/tiktok-title-generator","description":"<h2 id=\"description\">Description</h2>\n<p>This API generates creative and engaging TikTok video titles based on the input parameters. Ideal for influencers, content creators, and marketers who want compelling, tailored TikTok titles.</p>\n<hr />\n<h2 id=\"🔐-request-payload-json\">🔐 Request Payload (JSON)</h2>\n<p>Send a JSON object in the body of your POST request with the following fields:\njson\n{\n  \"number_of_results\": 10,\n  \"maximum_length\": 150,\n  \"creativity\": \"high\",\n  \"language\": \"English\",\n  \"tone_of_voice\": \"professional\",\n  \"description\": \"i need a title for my new car which is in blue color and suv car\"\n}</p>\n","urlObject":{"protocol":"https","path":["api","tiktok-title-generator"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9496126f-9f53-4a1e-b0c1-cfd66a5dfa6e"},{"name":"Tiktok-Video-Views-Counter","id":"730335df-5883-4911-b1c2-60a90dfe6547","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-KEY","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"link\" : \"https://www.tiktok.com/@aadiproduction/video/7424056533811612960\"\r\n}"},"url":"https://on4t.com/api/tiktok-video-views-counter","description":"<h1 id=\"📹-tiktok-video-views-counter-response\">📹 TikTok Video Views Counter Response</h1>\n<p>This is a sample response from the TikTok API containing metadata about a single video post. It includes video details, user information, engagement stats, and media</p>\n<p>Response of that request</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>aweme_id</code></td>\n<td>Unique ID for the TikTok post</td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>Internal TikTok video ID</td>\n</tr>\n<tr>\n<td><code>region</code></td>\n<td>Country code (e.g., <code>PK</code>)</td>\n</tr>\n<tr>\n<td><code>title</code></td>\n<td>Caption/title of the video</td>\n</tr>\n<tr>\n<td><code>cover</code></td>\n<td>URL to the video’s cover image</td>\n</tr>\n<tr>\n<td><code>ai_dynamic_cover</code></td>\n<td>AI-generated cover image</td>\n</tr>\n<tr>\n<td><code>origin_cover</code></td>\n<td>Original thumbnail</td>\n</tr>\n<tr>\n<td><code>duration</code></td>\n<td>Video length in seconds</td>\n</tr>\n<tr>\n<td><code>play</code>, <code>wmplay</code>, <code>hdplay</code></td>\n<td>URLs for playing the video (with and without watermark, in HD)</td>\n</tr>\n<tr>\n<td><code>size</code>, <code>wm_size</code>, <code>hd_size</code></td>\n<td>File sizes in bytes</td>\n</tr>\n<tr>\n<td><code>music</code></td>\n<td>Background music MP3 URL</td>\n</tr>\n<tr>\n<td><code>music_info</code></td>\n<td>Details about the music used</td>\n</tr>\n<tr>\n<td><code>play_count</code></td>\n<td>Number of views</td>\n</tr>\n<tr>\n<td><code>digg_count</code></td>\n<td>Number of likes</td>\n</tr>\n<tr>\n<td><code>comment_count</code></td>\n<td>Number of comments</td>\n</tr>\n<tr>\n<td><code>share_count</code></td>\n<td>Number of shares</td>\n</tr>\n<tr>\n<td><code>download_count</code></td>\n<td>Number of downloads</td>\n</tr>\n<tr>\n<td><code>collect_count</code></td>\n<td>Number of times added to favorites</td>\n</tr>\n<tr>\n<td><code>create_time</code></td>\n<td>Unix timestamp of video creation</td>\n</tr>\n<tr>\n<td><code>is_ad</code></td>\n<td>Whether the video is an ad</td>\n</tr>\n<tr>\n<td><code>commerce_info</code></td>\n<td>Commerce-related metadata</td>\n</tr>\n<tr>\n<td><code>author</code></td>\n<td>User details who posted the video</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","tiktok-video-views-counter"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"730335df-5883-4911-b1c2-60a90dfe6547"}],"id":"3d83a357-6a6a-45ee-a1e4-7c0f81569d19","_postman_id":"3d83a357-6a6a-45ee-a1e4-7c0f81569d19","description":""},{"name":"Seo-Tools","item":[{"name":"Link-Analyzer","id":"4dcf1088-fbc3-495b-b06b-9dbe2627faba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"url\" : \"https://on4t.net\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://on4t.com/api/link-analyzer","description":"<h2 id=\"🔗-link-analyzer-api-documentation\">🔗 Link Analyzer API Documentation</h2>\n<h3 id=\"🛠-endpoint\">🛠 Endpoint</h3>\n<p><strong>URL</strong>: <code>https://on4t.com/api/link-analyzer</code><br /><strong>Method</strong>: <code>POST</code><br /><strong>Content-Type</strong>: <code>application/json</code><br /><strong>Description</strong>: This API analyzes a given URL and returns statistics about internal, external, and nofollow links.</p>\n<hr />\n<h3 id=\"🧾-request\">🧾 Request</h3>\n<h4 id=\"body-json\">Body (JSON):</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"url\": \"https://on4t.net\"\n}\n\n</code></pre><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>url</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>The URL of the website to scan</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"✅-response\">✅ Response</h3>\n<h4 id=\"success-200-ok\">Success (200 OK)</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"status\": \"success\",\n  \"data\": {\n    \"total_links\": 127,\n    \"total_internal_links\": 122,\n    \"total_external_links\": 0,\n    \"total_internal_nofollow\": 0,\n    \"total_external_nofollow\": 0,\n    \"internal_links\": [\n      {\n        \"link\": \"https://on4t.net\",\n        \"follow_type\": \"dofollow\"\n      },\n      {\n        \"link\": \"https://on4t.net/about\",\n        \"follow_type\": \"dofollow\"\n      }\n      // ... more internal links\n    ]\n  }\n}\n\n</code></pre><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>status</code></td>\n<td>string</td>\n<td>Status of the response (<code>success</code>)</td>\n</tr>\n<tr>\n<td><code>data.total_links</code></td>\n<td>integer</td>\n<td>Total number of links found on the page</td>\n</tr>\n<tr>\n<td><code>total_internal_links</code></td>\n<td>integer</td>\n<td>Total internal links</td>\n</tr>\n<tr>\n<td><code>total_external_links</code></td>\n<td>integer</td>\n<td>Total external links</td>\n</tr>\n<tr>\n<td><code>total_internal_nofollow</code></td>\n<td>integer</td>\n<td>Number of internal links with <code>rel=\"nofollow\"</code></td>\n</tr>\n<tr>\n<td><code>total_external_nofollow</code></td>\n<td>integer</td>\n<td>Number of external links with <code>rel=\"nofollow\"</code></td>\n</tr>\n<tr>\n<td><code>internal_links</code></td>\n<td>array</td>\n<td>List of internal links with their follow type (<code>dofollow</code>, <code>nofollow</code>)</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"❌-error-responses\">❌ Error Responses</h3>\n<h4 id=\"example-invalid-url\">Example: Invalid URL</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"status\": \"error\",\n  \"message\": \"Invalid or unreachable URL\"\n}\n\n</code></pre><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>status</code></td>\n<td>string</td>\n<td><code>error</code></td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td>string</td>\n<td>Description of the error</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"🧪-postman-setup-tips\">🧪 Postman Setup Tips</h3>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://on4t.com/api/link-analyzer</code></p>\n</li>\n<li><p><strong>Headers</strong>:</p>\n<ul>\n<li><p><code>Content-Type</code>: <code>application/json</code></p>\n</li>\n<li><p>X-API-KEY: {{ Your Api Key Here }}</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Body</strong>:</p>\n<ul>\n<li><p>Select <code>raw</code> and choose <code>JSON</code></p>\n</li>\n<li><p>Paste the request body</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","link-analyzer"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4dcf1088-fbc3-495b-b06b-9dbe2627faba"},{"name":"Ssl-Checker","id":"f0bd1211-9a73-4b4e-8c86-f8df78400703","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"url\" : \"https://on4t.net\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://on4t.com/api/ssl-checker","description":"<h2 id=\"ssl-checker-api\"><strong>SSL Checker API</strong></h2>\n<p><strong>Endpoint:</strong> <code>https://on4t.com/api/ssl-checker</code><br /><strong>Method:</strong> <code>POST</code><br /><strong>Content-Type:</strong> <code>application/json</code></p>\n<h3 id=\"description\"><strong>Description:</strong></h3>\n<p>This API allows you to check the SSL certificate details of any domain or URL. It returns information about the main SSL certificate and the full certificate chain, including validity dates, issuer, subject, signature algorithm, and key usage.</p>\n<hr />\n<h3 id=\"request-payload\"><strong>Request Payload:</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"url\": \"https://example.com\"\n}\n\n</code></pre><h4 id=\"field\"><strong>Field:</strong></h4>\n<ul>\n<li><strong>url</strong> (string, required): The full URL of the website you want to check the SSL certificate for.</li>\n</ul>\n<hr />\n<h3 id=\"successful-response\"><strong>Successful Response:</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"status\": \"success\",\n  \"data\": {\n    \"main_ssl\": {\n      \"subject\": {\n        \"common_name\": \"example.com\",\n        \"organization\": \"\",\n        ...\n      },\n      \"issuer\": {\n        \"common_name\": \"WE1\",\n        \"organization\": \"Google Trust Services\",\n        ...\n      },\n      \"valid_from\": \"May 4, 2025\",\n      \"valid_to\": \"August 2, 2025\",\n      ...\n    },\n    \"chain\": [\n      {\n        \"subject\": { ... },\n        \"issuer\": { ... },\n        ...\n      },\n      ...\n    ]\n  }\n}\n\n</code></pre><hr />\n<h3 id=\"response-fields\"><strong>Response Fields:</strong></h3>\n<h4 id=\"main_ssl\"><strong>main_ssl</strong></h4>\n<ul>\n<li><p><strong>subject</strong>: Information about the domain's certificate holder.</p>\n</li>\n<li><p><strong>issuer</strong>: The Certificate Authority (CA) that issued the certificate.</p>\n</li>\n<li><p><strong>valid_from</strong>/<strong>valid_to</strong>: Validity period of the certificate.</p>\n</li>\n<li><p><strong>serial_number</strong>, <strong>signature_algorithm</strong>, <strong>signature_type_literal_name</strong>: Technical SSL certificate details.</p>\n</li>\n<li><p><strong>extra</strong>: Additional metadata like subject alternative names, key usage, and policies.</p>\n</li>\n</ul>\n<h4 id=\"chain\"><strong>chain</strong></h4>\n<ul>\n<li>Array of certificates forming the trust chain up to the root certificate.</li>\n</ul>\n<hr />\n","urlObject":{"protocol":"https","path":["api","ssl-checker"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0bd1211-9a73-4b4e-8c86-f8df78400703"},{"name":"Get-Http-Headers","id":"a8f95609-ef32-4a01-9a61-97f49d4fdcd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"url\" : \"https://on4t.net\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://on4t.com/api/get-http-headers","description":"<h3 id=\"✅-api-endpoint\">✅ <strong>API Endpoint:</strong></h3>\n<p><code>POST https://on4t.com/api/get-http-headers</code></p>\n<hr />\n<h3 id=\"✅-payload\">✅ <strong>Payload:</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"url\": \"https://on4t.net\"\n}\n\n</code></pre><hr />\n<h3 id=\"✅-response-example-formatted\">✅ <strong>Response Example (formatted):</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"info\": \"HTTP/2 200 \\r\\ndate: Mon, 26 May 2025 09:35:12 GMT\\r\\ncontent-type: text/html; charset=UTF-8\\r\\ncache-control: no-cache, private\\r\\n... (truncated)\"\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["api","get-http-headers"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8f95609-ef32-4a01-9a61-97f49d4fdcd4"},{"name":"Asn-Checker","id":"75b349e7-cbc5-48f6-8070-f71c64feca21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ip_address\" : \"1.1.1.1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://on4t.com/api/asn-checker","description":"<h3 id=\"api-documentation-asn-checker\"><strong>API Documentation: ASN Checker</strong></h3>\n<hr />\n<h3 id=\"endpoint\"><strong>Endpoint:</strong></h3>\n<p><strong>POST</strong> <code>https://on4t.com/api/asn-checker</code></p>\n<hr />\n<h3 id=\"headers\"><strong>Headers:</strong></h3>\n<ul>\n<li><strong>X-API-KEY</strong>: Your unique API key for authentication.</li>\n</ul>\n<hr />\n<h3 id=\"request-payload\"><strong>Request Payload:</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"ip_address\": \"1.1.1.1\"\n}\n\n</code></pre><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ip_address</code></td>\n<td>string</td>\n<td>The IP address you want to check (required).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"response\"><strong>Response:</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"autonomous_system_number\": 13335,\n    \"autonomous_system_organization\": \"CLOUDFLARENET\",\n    \"ip_address\": \"1.1.1.1\",\n    \"network\": \"1.1.1.0/24\"\n}\n\n</code></pre><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>autonomous_system_number</code></td>\n<td>integer</td>\n<td>The ASN (Autonomous System Number) associated with the IP address.</td>\n</tr>\n<tr>\n<td><code>autonomous_system_organization</code></td>\n<td>string</td>\n<td>The name of the organization owning the ASN.</td>\n</tr>\n<tr>\n<td><code>ip_address</code></td>\n<td>string</td>\n<td>The IP address passed in the request.</td>\n</tr>\n<tr>\n<td><code>network</code></td>\n<td>string</td>\n<td>The network range of the given IP address.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"example-request\"><strong>Example Request:</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST https://on4t.com/api/asn-checker\nHeaders:\n  X-API-KEY: your_api_key_here\nBody:\n{\n  \"ip_address\": \"1.1.1.1\"\n}\n\n</code></pre><hr />\n<h3 id=\"example-response\"><strong>Example Response:</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"autonomous_system_number\": 13335,\n    \"autonomous_system_organization\": \"CLOUDFLARENET\",\n    \"ip_address\": \"1.1.1.1\",\n    \"network\": \"1.1.1.0/24\"\n}\n\n</code></pre><hr />\n<h3 id=\"error-responses\"><strong>Error Responses:</strong></h3>\n<ul>\n<li><p><strong>400 Bad Request</strong>: If the <code>ip_address</code> field is missing or invalid.</p>\n</li>\n<li><p><strong>401 Unauthorized</strong>: If the <code>X-API-KEY</code> header is missing or invalid.</p>\n</li>\n<li><p><strong>500 Internal Server Error</strong>: If there’s a server-side issue.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","asn-checker"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"75b349e7-cbc5-48f6-8070-f71c64feca21"},{"name":"Credit-Card-Generator","id":"b0452878-d140-467d-ba0b-8a94cbbcf506","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"count\" : \"5\",\r\n    \"card_type\": \"amex\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://on4t.com/api/credit-card-generator","description":"<h3 id=\"credit-card-generator\"><strong>Credit Card Generator</strong></h3>\n<hr />\n<h3 id=\"endpoint\"><strong>Endpoint:</strong></h3>\n<p><strong>POST</strong> <code>https://on4t.com/api/credit-card-generator</code></p>\n<hr />\n<h3 id=\"request-payload\"><strong>Request Payload:</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"count\": \"5\",\n  \"card_type\": \"amex\"\n}\n\n</code></pre><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>count</code></td>\n<td>string</td>\n<td>Number of credit cards to generate (required).</td>\n</tr>\n<tr>\n<td><code>card_type</code></td>\n<td>string</td>\n<td>Type of credit card (e.g., <code>visa</code>, <code>mastercard</code>, <code>amex</code>) (required).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"response\"><strong>Response:</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"status\": \"success\",\n  \"data\": [\n    {\n      \"ccnumber\": \"371449382933075\",\n      \"exp_month\": 8,\n      \"exp_year\": 2028,\n      \"cvv\": 736,\n      \"holder_name\": \"Promise Yu\",\n      \"card_type\": \"amex\"\n    },\n    ...\n  ]\n}\n\n</code></pre><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ccnumber</code></td>\n<td>string</td>\n<td>Generated credit card number.</td>\n</tr>\n<tr>\n<td><code>exp_month</code></td>\n<td>integer</td>\n<td>Expiry month of the card.</td>\n</tr>\n<tr>\n<td><code>exp_year</code></td>\n<td>integer</td>\n<td>Expiry year of the card.</td>\n</tr>\n<tr>\n<td><code>cvv</code></td>\n<td>integer</td>\n<td>CVV number of the card.</td>\n</tr>\n<tr>\n<td><code>holder_name</code></td>\n<td>string</td>\n<td>Randomly generated cardholder name.</td>\n</tr>\n<tr>\n<td><code>card_type</code></td>\n<td>string</td>\n<td>Type of credit card (e.g., <code>amex</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"example-request\"><strong>Example Request:</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST https://on4t.com/api/credit-card-generator\nContent-Type: application/json\nX-API-KEY : {{ your-api-key }}\n{\n  \"count\": \"5\",\n  \"card_type\": \"amex\"\n}\n\n</code></pre><hr />\n<h3 id=\"example-response\"><strong>Example Response:</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"status\": \"success\",\n  \"data\": [\n    {\n      \"ccnumber\": \"371449382933075\",\n      \"exp_month\": 8,\n      \"exp_year\": 2028,\n      \"cvv\": 736,\n      \"holder_name\": \"Promise Yu\",\n      \"card_type\": \"amex\"\n    },\n    ...\n  ]\n}\n\n</code></pre><hr />\n<h3 id=\"error-responses\"><strong>Error Responses:</strong></h3>\n<ul>\n<li><p><strong>400 Bad Request</strong>: Missing or invalid fields like <code>count</code> or <code>card_type</code>.</p>\n</li>\n<li><p><strong>500 Internal Server Error</strong>: Server encountered an unexpected condition.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","credit-card-generator"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b0452878-d140-467d-ba0b-8a94cbbcf506"},{"name":"Isp-Checker","id":"8223f348-769f-4dc7-9434-b1330d8a0962","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ip_address\" : \"13.107.21.200\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://on4t.com/api/isp-checker","description":"<h2 id=\"📡-isp-checker-api\">📡 ISP Checker API</h2>\n<h3 id=\"endpoint\"><strong>Endpoint</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST https://on4t.com/api/isp-checker\n\n</code></pre><h3 id=\"description\"><strong>Description</strong></h3>\n<p>This endpoint returns geolocation and ISP (Internet Service Provider) information based on the provided IP address.</p>\n<hr />\n<h3 id=\"request\"><strong>Request</strong></h3>\n<h4 id=\"🔸-headers\">🔸 Headers</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"🔸-body-json\">🔸 Body (JSON)</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"ip_address\": \"13.107.21.200\"\n}\n\n</code></pre><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ip_address</td>\n<td>string</td>\n<td>✅ Yes</td>\n<td>IPv4 or IPv6 address to lookup</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"response\"><strong>Response</strong></h3>\n<h4 id=\"✅-success-http-200\">✅ Success (HTTP 200)</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"query\": \"13.107.21.200\",\n  \"status\": \"success\",\n  \"continent\": \"North America\",\n  \"continentCode\": \"NA\",\n  \"country\": \"United States\",\n  \"countryCode\": \"US\",\n  \"region\": null,\n  \"regionName\": null,\n  \"city\": null,\n  \"district\": \"\",\n  \"zip\": null,\n  \"lat\": 37.751,\n  \"lon\": -97.822,\n  \"timezone\": \"America/Chicago\",\n  \"currency\": \"USD\",\n  \"isp\": \"MICROSOFT-CORP-MSN-AS-BLOCK\",\n  \"org\": \"MICROSOFT-CORP-MSN-AS-BLOCK\",\n  \"as\": \"AS8068 MICROSOFT-CORP-MSN-AS-BLOCK\",\n  \"asNo\": 8068\n}\n\n</code></pre><h4 id=\"🔸-response-fields\">🔸 Response Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>query</td>\n<td>string</td>\n<td>IP address queried</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Status of the query (e.g., \"success\")</td>\n</tr>\n<tr>\n<td>continent</td>\n<td>string</td>\n<td>Continent name</td>\n</tr>\n<tr>\n<td>continentCode</td>\n<td>string</td>\n<td>Two-letter continent code</td>\n</tr>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>Country name</td>\n</tr>\n<tr>\n<td>countryCode</td>\n<td>string</td>\n<td>Two-letter country code</td>\n</tr>\n<tr>\n<td>region</td>\n<td>string</td>\n<td>Region code (may be null)</td>\n</tr>\n<tr>\n<td>regionName</td>\n<td>string</td>\n<td>Region name (may be null)</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td>City name (may be null)</td>\n</tr>\n<tr>\n<td>district</td>\n<td>string</td>\n<td>District or subregion</td>\n</tr>\n<tr>\n<td>zip</td>\n<td>string</td>\n<td>Postal code (may be null)</td>\n</tr>\n<tr>\n<td>lat</td>\n<td>number</td>\n<td>Latitude</td>\n</tr>\n<tr>\n<td>lon</td>\n<td>number</td>\n<td>Longitude</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>string</td>\n<td>Timezone of the location</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>string</td>\n<td>Currency code (e.g., USD)</td>\n</tr>\n<tr>\n<td>isp</td>\n<td>string</td>\n<td>Internet Service Provider name</td>\n</tr>\n<tr>\n<td>org</td>\n<td>string</td>\n<td>Organization name</td>\n</tr>\n<tr>\n<td>as</td>\n<td>string</td>\n<td>Autonomous system description</td>\n</tr>\n<tr>\n<td>asNo</td>\n<td>number</td>\n<td>Autonomous system number</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","isp-checker"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8223f348-769f-4dc7-9434-b1330d8a0962"},{"name":"Broken-Links-Checker","id":"243e99d2-11ff-48e1-8435-c2693a924ca2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"url\" : \"https://on4t.com\",\r\n    \"page_number\" : \"2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://on4t.com/api/broken-link-checker","description":"<h2 id=\"🔗-broken-link-checker-api\">🔗 Broken Link Checker API</h2>\n<h3 id=\"endpoint\"><strong>Endpoint</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST https://on4t.com/api/broken-link-checker\n\n</code></pre><h3 id=\"description\"><strong>Description</strong></h3>\n<p>Checks a specified web page for broken internal and external links and returns detailed link analysis, including pagination support.</p>\n<hr />\n<h3 id=\"request\"><strong>Request</strong></h3>\n<h4 id=\"🔸-headers\">🔸 Headers</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"🔸-body-json\">🔸 Body (JSON)</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"url\": \"https://on4t.com\",\n  \"page_number\": \"2\"\n}\n\n</code></pre><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>url</td>\n<td>string</td>\n<td>✅ Yes</td>\n<td>The URL of the website to check for broken links</td>\n</tr>\n<tr>\n<td>page_number</td>\n<td>string</td>\n<td>❌ Optional</td>\n<td>The page number to retrieve from paginated results</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"response\"><strong>Response</strong></h3>\n<h4 id=\"✅-success-http-200\">✅ Success (HTTP 200)</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"status\": \"success\",\n  \"pagination\": {\n    \"page\": 2,\n    \"total_pages\": 21,\n    \"info\": \"Page 2 of 21\",\n    \"links_per_page\": 25,\n    \"total_links\": 518\n  },\n  \"data\": {\n    \"showing_total_links\": 23,\n    \"showing_internal_links\": 23,\n    \"showing_external_links\": 0,\n    \"showing_total_internal_nofollow\": 0,\n    \"showing_total_external_nofollow\": 0,\n    \"internal_links\": [\n      {\n        \"link\": \"https://on4t.com/de/\",\n        \"status_code\": \"200\",\n        \"follow_type\": \"dofollow\"\n      },\n      ...\n    ],\n    \"external_links\": []\n  }\n}\n\n</code></pre><hr />\n<h3 id=\"🔍-response-fields\">🔍 Response Fields</h3>\n<h4 id=\"pagination\">Pagination</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>number</td>\n<td>Current page number</td>\n</tr>\n<tr>\n<td>total_pages</td>\n<td>number</td>\n<td>Total number of result pages</td>\n</tr>\n<tr>\n<td>info</td>\n<td>string</td>\n<td>Readable pagination info</td>\n</tr>\n<tr>\n<td>links_per_page</td>\n<td>number</td>\n<td>Max links shown per page</td>\n</tr>\n<tr>\n<td>total_links</td>\n<td>number</td>\n<td>Total number of links found</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"data\">Data</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>showing_total_links</td>\n<td>number</td>\n<td>Number of links shown on this page</td>\n</tr>\n<tr>\n<td>showing_internal_links</td>\n<td>number</td>\n<td>Count of internal links</td>\n</tr>\n<tr>\n<td>showing_external_links</td>\n<td>number</td>\n<td>Count of external links</td>\n</tr>\n<tr>\n<td>showing_total_internal_nofollow</td>\n<td>number</td>\n<td>Count of internal <code>nofollow</code> links</td>\n</tr>\n<tr>\n<td>showing_total_external_nofollow</td>\n<td>number</td>\n<td>Count of external <code>nofollow</code> links</td>\n</tr>\n<tr>\n<td>internal_links</td>\n<td>array</td>\n<td>List of internal links and their statuses</td>\n</tr>\n<tr>\n<td>external_links</td>\n<td>array</td>\n<td>List of external links (if any)</td>\n</tr>\n</tbody>\n</table>\n</div><p>Each item in <code>internal_links</code> and <code>external_links</code> contains:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"link\": \"https://example.com\",\n  \"status_code\": \"200\",\n  \"follow_type\": \"dofollow\"\n}\n\n</code></pre><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>link</td>\n<td>string</td>\n<td>The hyperlink URL</td>\n</tr>\n<tr>\n<td>status_code</td>\n<td>string</td>\n<td>HTTP response code of the link</td>\n</tr>\n<tr>\n<td>follow_type</td>\n<td>string</td>\n<td>Link relation type: <code>dofollow</code> or <code>nofollow</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","broken-link-checker"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"243e99d2-11ff-48e1-8435-c2693a924ca2"},{"name":"Adsense-Calculator","id":"f266896c-8b9a-487c-9ed6-47e49ccb508b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"X-API-KEY","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"impressions\" : 1600,\r\n    \"ctr\": 34.5,\r\n    \"cpc\" : 2.5\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://on4t.com/api/adsense-calculator","description":"<h2 id=\"endpoint-description\">Endpoint Description</h2>\n<p>This endpoint calculates potential ad revenue based on provided metrics. By submitting the number of impressions, click-through rate (CTR), and cost per click (CPC), users can obtain estimated earnings for daily, monthly, and annual periods.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request body must be in JSON format and include the following parameters:</p>\n<ul>\n<li><p><strong>impressions</strong> (number): The total number of ad impressions.</p>\n</li>\n<li><p><strong>ctr</strong> (number): The click-through rate expressed as a percentage.</p>\n</li>\n<li><p><strong>cpc</strong> (number): The cost per click in monetary units.</p>\n</li>\n</ul>\n<h4 id=\"example-request-body\">Example Request Body</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"impressions\": 1600,\n  \"ctr\": 34.5,\n  \"cpc\": 2.5\n}\n\n</code></pre>\n<h3 id=\"response-structure\">Response Structure</h3>\n<p>Upon a successful request, the server responds with a JSON object containing the following fields:</p>\n<ul>\n<li><p><strong>status</strong> (string): The status of the request (typically empty).</p>\n</li>\n<li><p><strong>eCPM</strong> (number): Estimated cost per mille (thousand impressions).</p>\n</li>\n<li><p><strong>daily</strong> (object): Contains daily revenue and clicks:</p>\n<ul>\n<li><p><strong>revenue</strong> (number): Estimated daily revenue.</p>\n</li>\n<li><p><strong>clicks</strong> (number): Estimated daily clicks.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>monthly</strong> (object): Contains monthly revenue and clicks:</p>\n<ul>\n<li><p><strong>revenue</strong> (number): Estimated monthly revenue.</p>\n</li>\n<li><p><strong>clicks</strong> (number): Estimated monthly clicks.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>annually</strong> (object): Contains annual revenue and clicks:</p>\n<ul>\n<li><p><strong>revenue</strong> (number): Estimated annual revenue.</p>\n</li>\n<li><p><strong>clicks</strong> (number): Estimated annual clicks.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"\",\n  \"eCPM\": 0,\n  \"daily\": {\n    \"revenue\": 0,\n    \"clicks\": 0\n  },\n  \"monthly\": {\n    \"revenue\": 0,\n    \"clicks\": 0\n  },\n  \"annually\": {\n    \"revenue\": 0,\n    \"clicks\": 0\n  }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","adsense-calculator"],"host":["on4t","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f266896c-8b9a-487c-9ed6-47e49ccb508b"}],"id":"3d59d56a-6920-4d96-b5f7-9c410cf6ab07","_postman_id":"3d59d56a-6920-4d96-b5f7-9c410cf6ab07","description":""}]}