id stringlengths 53 86 | api_name stringlengths 2 76 | api_description stringlengths 1 500 ⌀ | api_score float64 0 10 ⌀ | endpoint_name stringlengths 1 190 | endpoint_description stringlengths 0 500 | response_status_code int64 100 505 | response_summary stringlengths 1 68 ⌀ | response_json stringlengths 6 50k | response_json_schema stringlengths 14 150k |
|---|---|---|---|---|---|---|---|---|---|
a8d29e10-2e10-4c7d-a1b3-282ca17ecf61/47e93df2-2cab-417f-9d87-24b7e1bc0bb8/0/0 | Ginger | Ginger grammar checker - AI-powered grammar checker. Corrects all types of mistakes with high precision and speed | 9.1 | Correction | Grammar, punctuation and spelling | 200 | Success response example | {"GingerTheDocumentResult": {"Corrections": [{"Confidence": 4, "ShouldReplace": true, "CorrectionType": 1, "TopCategoryId": 2, "TopCategoryIdDescription": "A proper or common noun is not capitalized", "MistakeText": "ENter", "From": 1, "To": 5, "LrnFrg": "ENter your text here", "MistakeWordsInLrnFrg": [{"From": 0, "To"... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"GingerTheDocumentResult": {"type": "object", "properties": {"Corrections": {"type": "array", "items": {"type": "object", "properties": {"Confidence": {"type": "integer"}, "ShouldReplace": {"type": "boolean"}, "CorrectionType": {"type": "int... |
3c33c6a5-df77-4c3e-8af9-b8d7a4b02864/ef9d7a05-8882-438c-b4a6-19469f5f5f9c/0/0 | Google Translator | Google Translate is a multilingual neural machine translation service developed by Google to translate text | 9.2 | Detects | Detects the language of text within a request. | 200 | Response | {"data": {"detections": [[{"confidence": 1, "language": "ro", "isReliable": false}]]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"detections": {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"confidence": {"type": "integer"}, "language": {"type": "string"}, "isReliable": {"type": "boolea... |
3c33c6a5-df77-4c3e-8af9-b8d7a4b02864/0bb7b2b8-69d7-41b7-8146-1523ecb262ac/0/0 | Google Translator | Google Translate is a multilingual neural machine translation service developed by Google to translate text | 9.2 | Languages | Returns a list of supported languages for translation. | 200 | Response | {"data": {"languages": [{"language": "af"}, {"language": "ak"}, {"language": "am"}, {"language": "ar"}, {"language": "as"}, {"language": "ay"}, {"language": "az"}, {"language": "be"}, {"language": "bg"}, {"language": "bho"}, {"language": "bm"}, {"language": "bn"}, {"language": "bs"}, {"language": "ca"}, {"language": "c... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"languages": {"type": "array", "items": {"type": "object", "properties": {"language": {"type": "string"}}, "required": ["language"]}}}, "required": ["languages"]}}, "required": ["data"]} |
d33a9fb4-ff2f-491e-80ce-2ddfaaa41926/d33369ac-c7cc-4c3b-8602-b056ddd6aa38/0/0 | Date Analyzer | Convert dates from any format into machine-readable forms. Supports 200+ language locales and a vast array of date formats, both absolute and relative. | 8.9 | Date From Text | Convert some text to date format | 200 | New Example | {"collectedAt": "2022-02-24T04:32:55", "date": "2022-02-24T04:27:55", "locale": "en", "period": null, "text": "5 minutes ago", "timezone": "UTC"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"collectedAt": {"type": "string"}, "date": {"type": "string"}, "locale": {"type": "string"}, "period": {"type": "null"}, "text": {"type": "string"}, "timezone": {"type": "string"}}, "required": ["collectedAt", "date", "locale", "period", "te... |
76867d02-a249-4a73-9bce-c9c01f67403a/04405036-6cd3-4230-8a87-b2bbce550331/0/0 | TextNerd.io | Convert case and count characters, words, sentences, paragraphs and spaces. | 7.3 | Sentencecase Text | Convert first letter of a sentence to uppercase.
Example: 'the road warrior. a man of mistery.' => 'The road warrior. A man of mistery.'
For more information on Sentence Case please review the Tutorial tab.
See the About page for more information and limits. | 200 | Example Respose Sentencecase | {"inputText": "the bridge is the only way. be careful. \nso cross it now or never. \n\nis the only way.", "sentencecaseText": "The bridge is the only way. Be careful. \nso cross it now or never. \n\nis the only way.", "sentencecaseTextLenght": 85, "sentencecaseWordCount": 18, "sentencecaseSentenceCount": 4, "sentenceca... | {"type": "object", "properties": {"inputText": {"type": "string"}, "sentencecaseText": {"type": "string"}, "sentencecaseTextLenght": {"type": "integer"}, "sentencecaseWordCount": {"type": "integer"}, "sentencecaseSentenceCount": {"type": "integer"}, "sentencecaseParagraphCoun": {"type": "integer"}, "sentencecaseSpaceCo... |
76867d02-a249-4a73-9bce-c9c01f67403a/710c0c47-e1c1-448a-97a5-8a58e07ca80b/0/0 | TextNerd.io | Convert case and count characters, words, sentences, paragraphs and spaces. | 7.3 | Alternatecase Text | Alternalte case in every letter, starting with uppercase letter.
Example: 'the road warrior' => 'ThE RoAd wArRiOr'
See the About page for more information and limits. | 200 | Example Respose Alternatecase | {"inputText": "the bridge is the only way. be careful. \nso cross it now or never. \n\nis the only way.", "alternatecaseText": "ThE BrIdGe iS ThE OnLy wAy. Be cArEfUl. \nsO CrOsS It nOw oR NeVeR. \n\niS ThE OnLy wAy.", "alternatecaseTextLenght": 85, "alternatecaseWordCount": 18, "alternatecaseSentenceCount": 4, "altern... | {"type": "object", "properties": {"inputText": {"type": "string"}, "alternatecaseText": {"type": "string"}, "alternatecaseTextLenght": {"type": "integer"}, "alternatecaseWordCount": {"type": "integer"}, "alternatecaseSentenceCount": {"type": "integer"}, "alternatecaseParagraphCount": {"type": "integer"}, "alternatecase... |
76867d02-a249-4a73-9bce-c9c01f67403a/e58ab725-2f23-4697-afe7-6c41504406f5/0/0 | TextNerd.io | Convert case and count characters, words, sentences, paragraphs and spaces. | 7.3 | Invertedcase Text | Invert case in every letter.
Example 1: 'tHe rOaD WaRrIoR' => 'ThE RoAd wArRiOr'
Example 2: 'ThE RoAd wArRiOr' => 'tHe rOaD WaRrIoR'
See the About page for more information and limits. | 200 | Example Respose Capcase | {"inputText": "ThE BrIdGe iS ThE OnLy wAy. Be cArEfUl. \n So CrOsS iT nOw Or NeVeR. \n\niS tHe OnLy WaY.", "invertedcaseText": "tHe bRiDgE Is tHe oNlY WaY. bE CaReFuL. \n sO cRoSs It NoW oR nEvEr. \n\nIs ThE oNlY wAy.", "invertedcaseTextLenght": 86, "invertedcaseWordCount": 19, "invertedcaseSentenceCount": 4, "inverted... | {"type": "object", "properties": {"inputText": {"type": "string"}, "invertedcaseText": {"type": "string"}, "invertedcaseTextLenght": {"type": "integer"}, "invertedcaseWordCount": {"type": "integer"}, "invertedcaseSentenceCount": {"type": "integer"}, "invertedcaseParagraphCount": {"type": "integer"}, "invertedcaseSpaceC... |
76867d02-a249-4a73-9bce-c9c01f67403a/9d864025-cec4-400e-a19c-bd46d939ee02/0/0 | TextNerd.io | Convert case and count characters, words, sentences, paragraphs and spaces. | 7.3 | Capcase Text | Convert all words to capital case.
Example: 'the road warrior' => 'The Road Warrior'
See the About page for more information and limits. | 200 | Example Respose Capcase | {"inputText": "the bridge is the only way. be careful. \nso cross it now or never. \n\nis the only way.", "capcaseText": "The Bridge Is The Only Way. Be Careful. \nso Cross It Now Or Never. \n\nis The Only Way.", "capcaseTextLenght": 85, "capcaseWordCount": 18, "capcaseSentenceCount": 4, "capcaseParagraphCount": 2, "ca... | {"type": "object", "properties": {"inputText": {"type": "string"}, "capcaseText": {"type": "string"}, "capcaseTextLenght": {"type": "integer"}, "capcaseWordCount": {"type": "integer"}, "capcaseSentenceCount": {"type": "integer"}, "capcaseParagraphCount": {"type": "integer"}, "capcaseSpaceCount": {"type": "integer"}}} |
76867d02-a249-4a73-9bce-c9c01f67403a/c7732d8b-4775-45db-afc2-b109a7455476/0/0 | TextNerd.io | Convert case and count characters, words, sentences, paragraphs and spaces. | 7.3 | Lowercase Text | Convert all letters in all words to lower case.
Example: 'THE ROAD WARRIOR' => 'the road warrior'
See the About page for more information and limits. | 200 | Example Response Lowercase | {"inputText": "THE BRIDGE IS THE ONLY WAY. BE CAREFUL. \n SO CROSS IT NOW OR NEVER. \n\nIS THE ONLY WAY.", "lowercaseText": "the bridge is the only way. be careful. \n so cross it now or never. \n\nis the only way.", "lowercaseTextLenght": 86, "lowercaseWordCount": 19, "lowercaseSentenceCount": 4, "lowercaseParagraphCo... | {"type": "object", "properties": {"inputText": {"type": "string"}, "lowercaseText": {"type": "string"}, "lowercaseTextLenght": {"type": "integer"}, "lowercaseWordCount": {"type": "integer"}, "lowercaseSentenceCount": {"type": "integer"}, "lowercaseParagraphCount": {"type": "integer"}, "lowercaseSpaceCount": {"type": "i... |
76867d02-a249-4a73-9bce-c9c01f67403a/d6210b51-6a66-48f2-b833-b3eed69d1817/0/0 | TextNerd.io | Convert case and count characters, words, sentences, paragraphs and spaces. | 7.3 | Uppercase Text | Convert all letters in all words to upper case.
Example: 'the road warrior' => 'THE ROAD WARRIOR'
See the About page for more information and limits. | 200 | Example Respose Uppercase | {"inputText": "the bridge is the only way. be careful.", "uppercaseText": "THE BRIDGE IS THE ONLY WAY. BE CAREFUL.", "uppercaseTextLenght": 39, "uppercaseWordCount": 8, "uppercaseSentenceCount": 2, "uppercaseParagraphCount": 1, "uppercaseSpaceCount": 7} | {"type": "object", "properties": {"inputText": {"type": "string"}, "uppercaseText": {"type": "string"}, "uppercaseTextLenght": {"type": "integer"}, "uppercaseWordCount": {"type": "integer"}, "uppercaseSentenceCount": {"type": "integer"}, "uppercaseParagraphCount": {"type": "integer"}, "uppercaseSpaceCount": {"type": "i... |
ad57fef7-0524-4221-ba1c-b38acd0ea730/92e3c2f6-ca1d-4a94-a9f2-1f0bebbfeb4a/0/0 | Key to text | Key to text introduces the idea of building a model that would translate keywords into sentences. | null | keytotext | Key to text | 200 | Response | {"author": "codewalker7", "email": "codewalker7@pm.me", "g_text": "a man is seen bringing a scare to people"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"author": {"type": "string"}, "email": {"type": "string"}, "g_text": {"type": "string"}}, "required": ["author", "email", "g_text"]} |
5475fc2a-a3f3-42a2-bf30-6ae75a2f3876/493efb69-d411-4785-8333-d270c1c3e1eb/0/0 | Word Similarity | Word Similarity (Owl) API lets you extract the most similar words to target words with a meaningful granularity. | null | Top_50_G | The top 50 most similar words in the General context | 200 | coffee | {"0": ["drinks", "drink", "beverage", "beverages", "beer", "brew", "soda", "brewed", "drinking", "caffeine", "wine", "juice", "brewing", "sodas", "liquor"], "1": ["espresso", "tea", "coffees", "latte", "cafe", "iced", "caf\u00e9", "starbucks", "decaf", "mug", "teas", "lattes", "sipping", "chai"], "2": ["chocolate", "br... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"0": {"type": "array", "items": {"type": "string"}}, "1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "word": {"type": "string"}}, "required": ["0", "1", "2", "word"]} |
5475fc2a-a3f3-42a2-bf30-6ae75a2f3876/048d118a-f470-4bfe-893b-acc7c459cc18/0/0 | Word Similarity | Word Similarity (Owl) API lets you extract the most similar words to target words with a meaningful granularity. | null | Top_10_G | The top 10 most similar words in the General context | 200 | tylenol | {"0": ["codeine", "vicodin", "hydrocodone", "oxycodone"], "1": ["benadryl", "adderall", "valium", "ambien"], "2": ["ibuprofen", "acetaminophen"], "word": "tylenol"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"0": {"type": "array", "items": {"type": "string"}}, "1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "word": {"type": "string"}}, "required": ["0", "1", "2", "word"]} |
5475fc2a-a3f3-42a2-bf30-6ae75a2f3876/1e71f9c1-e77e-4428-a99d-93f7e2743d2d/0/0 | Word Similarity | Word Similarity (Owl) API lets you extract the most similar words to target words with a meaningful granularity. | null | Top_10_N | The top 10 most similar words in the News context | 200 | apple | {"0": ["microsoft", "intel", "google", "software"], "1": ["macintosh", "ibm", "imac"], "2": ["iphone", "ipod", "ipad"], "word": "apple"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"0": {"type": "array", "items": {"type": "string"}}, "1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "word": {"type": "string"}}, "required": ["0", "1", "2", "word"]} |
5475fc2a-a3f3-42a2-bf30-6ae75a2f3876/3523d776-09b6-4530-bad9-29b29614deb3/0/0 | Word Similarity | Word Similarity (Owl) API lets you extract the most similar words to target words with a meaningful granularity. | null | Top_50_N | The top 50 most similar words in the News context | 200 | vancouver | {"0": ["portland", "seattle", "phoenix", "sacramento", "angeles", "anaheim", "chicago", "nashville", "detroit", "dallas", "denver", "philadelphia", "l.a.", "grizzlies", "boston", "los", "pittsburgh", "tampa", "columbus", "charlotte", "utah", "atlanta", "buffalo", "downtown"], "1": ["calgary", "toronto", "montreal", "ed... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"0": {"type": "array", "items": {"type": "string"}}, "1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "word": {"type": "string"}}, "required": ["0", "1", "2", "word"]} |
21caaf8b-d9a5-4358-a8b8-d1c7a8048f7d/19b6c36e-17b8-4fcf-99b6-ada306813536/0/0 | Google's BERT Sentiment Analysis | The BERT-Based Sentiment Analysis API is a cutting-edge tool that leverages Google's BERT (Bidirectional Encoder Representations from Transformers) model to perform accurate sentiment analysis on text data. BERT is a state-of-the-art language representation model that excels in understanding context and nuances, making... | 8.6 | Sentiment Analysis | Multi-lingual Sentiment Analysis parameter {lang} is optional, we can detect the language but you can define it for better result and accurate | 200 | Response | {"label": "negative", "language": "id", "text": "wah rumahnya bagus ya, tapi kok halamannya kotor sih?"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"label": {"type": "string"}, "language": {"type": "string"}, "text": {"type": "string"}}, "required": ["label", "language", "text"]} |
9d430b5b-0c52-4c8a-b9ce-f90e79c5401a/2adbd0cf-abe7-4321-a60b-31763417bc93/0/0 | Sentiment Analysis | SimpleSent is a sentiment analysis API. It identifies and interprets emotions portrayed within a piece of text. There are several use cases such as analyzing emotions in news articles, product reviews, and the stock market. At this time, our models have high accuracy and perform well under edge case scenarios. | 6.2 | sentiment | Run sentiment analysis | 200 | null | {"input": "", "sentiment": "very positive", "subjectivity": "objective", "sentiment_score": 0, "subjectivity_score": 0} | {"type": "object", "properties": {"input": {"type": "string"}, "sentiment": {"type": "string", "enum": ["very positive", "very negative", "positive", "neutral", "negative"]}, "subjectivity": {"type": "string", "enum": ["objective", "slightly subjective", "very subjective"]}, "sentiment_score": {"type": "number", "minim... |
85024d58-3ad8-42e1-8f9e-29b8bd54d43b/615322bf-5dd6-4e6c-80b0-a1f73e98a093/0/0 | Name Parser | Name Parser is an API service that splits a complete name into useful information such as first name, last name, gender and nationality. | 7.1 | Parse | This endpoint parses a complete name or email address and returns the first name, middle names and last name. Additionally it also returns the nickname, salutation, title, email provider and the most likely nationality of the given name. The name parsing endpoint is very useful for online businesses and services. It sh... | 200 | Response | {"data": [{"country": {"alternative_countries": {"AU": 3, "CA": 3, "GB": 19}, "continent": "North America", "country_certainty": 100, "country_code": "US", "country_code_alpha": "USA", "currency": "USD", "demonym": "American", "name": "United States", "primairy_language": "English", "primairy_language_code": "en"}, "na... | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"country": {"type": "object", "properties": {"alternative_countries": {"type": "object", "properties": {"AU": {"type": "integer"}, "CA": {"type": "integer"}, "GB": {"type": "integer"}}}, "continent": {"type": "string"... |
553c3991-24fb-4a91-b736-19e715496922/80e539d6-b21a-414c-8294-30c35af1700e/0/0 | Krutidev to Mangal Convertor API | Simplest Krutidve to Mangal API That Can Convert Any Krutidev Text To Mangal Text within Seconds | null | Convert | Convert Krutidev Text To Mangal | 200 | New Example | {"MangalText": "\u092d\u093e\u0930\u0924 \u0915\u094b \u092f\u094b\u0917 \u0915\u0940 \u090f\u0915 \u092a\u094d\u0930\u093e\u091a\u0940\u0928 \u092d\u0942\u092e\u093f \u0915\u0947 \u0930\u0942\u092a \u092e\u0947\u0902 \u091c\u093e\u0928\u093e \u091c\u093e\u0924\u093e \u0939\u0948, \u0939\u092e\u093e\u0930\u0947 \u092d\... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"MangalText": {"type": "string"}}, "required": ["MangalText"]} |
3ebe203e-a1b6-48fd-8857-40cd0881ab1a/1b352a9d-903e-4828-ae49-75f8bcbdd334/0/0 | Sentiment & Language Detection (AI) | Detect Language 📚, Sentiment 😁 and Tags 💡 from text with AI! | null | Detect Sentiment | Detects the general sentiment (negative, positive, neutral) from your text (max. 10 000 characters). If you don't know in which language your text is written, use the Detect Language endpoint first. Supported Languages: ['en', 'fr', 'eu', 'ca', 'es', 'nl', 'it', 'de', 'gl', 'da', 'fi', 'ru', 'pt', 'bn']. | 200 | Example - Detect Sentiment (EN) | {"sentiment": "negative", "lang": "en"} | {"type": "object", "properties": {"sentiment": {"type": "string"}, "lang": {"type": "string"}}} |
3ebe203e-a1b6-48fd-8857-40cd0881ab1a/d560cc8f-3791-4f75-a3fe-02d59694cc67/0/0 | Sentiment & Language Detection (AI) | Detect Language 📚, Sentiment 😁 and Tags 💡 from text with AI! | null | Detect Language | Detects the language from your text (max. 10 000 characters). The model is a lot more accurate with sentences of more than 10 words. Set the confidence to filter out low probabilities (1 is a perfect match). Support languages: ['en', 'it', 'fr', 'de', 'es', 'bg', 'zh', 'hr', 'cs', 'da', 'nl', 'et', 'fi', 'ka', 'el', 'h... | 200 | Detect French | {"lang": "fr", "language": "French", "confidence": 1} | {"type": "object", "properties": {"lang": {"type": "string"}, "language": {"type": "string"}, "confidence": {"type": "integer"}}} |
3ebe203e-a1b6-48fd-8857-40cd0881ab1a/d560cc8f-3791-4f75-a3fe-02d59694cc67/0/1 | Sentiment & Language Detection (AI) | Detect Language 📚, Sentiment 😁 and Tags 💡 from text with AI! | null | Detect Language | Detects the language from your text (max. 10 000 characters). The model is a lot more accurate with sentences of more than 10 words. Set the confidence to filter out low probabilities (1 is a perfect match). Support languages: ['en', 'it', 'fr', 'de', 'es', 'bg', 'zh', 'hr', 'cs', 'da', 'nl', 'et', 'fi', 'ka', 'el', 'h... | 200 | Detect English | {"lang": "en", "language": "English", "confidence": 1} | {"type": "object", "properties": {"lang": {"type": "string"}, "language": {"type": "string"}, "confidence": {"type": "integer"}}} |
3ebe203e-a1b6-48fd-8857-40cd0881ab1a/65001148-73a3-4203-b09c-a7fa1e0ef324/0/0 | Sentiment & Language Detection (AI) | Detect Language 📚, Sentiment 😁 and Tags 💡 from text with AI! | null | Detect Tags | Detects the most relevant tag for your text (max. 1950 characters). Support languages: ['en', 'fr', 'es', 'de', 'gr', 'bg', 'ru,' 'tk', 'ar', 'vt', 'th', 'zh', 'hi', 'sw', 'ur']. | 200 | Detect Complaint | {"tag": "complaint", "confidence": 0.975} | {"type": "object", "properties": {"lang": {"type": "string"}, "language": {"type": "string"}, "confidence": {"type": "integer"}}} |
53aa507ce4b051a76d24086b/5538cacbe4b03a4c998bbe70/0/0 | Language Scoring | What's the difficulty level of this article? Evaluate the difficulty level of a word, sentence, or paragraph and compare it with another. | 9.1 | Text (post) | Evaluate the difficulty level of a word, sentence, or paragraph. | 200 | Example_1 | {"author": "twinword inc.", "email": "feedback@twinword.com", "result_code": "200", "result_msg": "Success", "ten_degree": 6, "value": 0.18788740723541, "version": "5.0.0"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"author": {"type": "string"}, "email": {"type": "string"}, "result_code": {"type": "string"}, "result_msg": {"type": "string"}, "ten_degree": {"type": "integer"}, "value": {"type": "number"}, "version": {"type": "string"}}, "required": ["aut... |
c43bf86b-6eb2-4f4c-af73-e81b3d2265bb/fa4314b6-c8c9-4d38-a11b-46467c2791b4/0/0 | hello world | hello | 0.1 | say hello | https://pgateway.nextaibox.com/api/greenscience/face-liveness-check/1/livescan | 403 | New Example | {"key1": "value", "key2": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]} |
c43bf86b-6eb2-4f4c-af73-e81b3d2265bb/fa4314b6-c8c9-4d38-a11b-46467c2791b4/1/0 | hello world | hello | 0.1 | say hello | https://pgateway.nextaibox.com/api/greenscience/face-liveness-check/1/livescan | 400 | New Example | {"key1": "value", "key2": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]} |
c43bf86b-6eb2-4f4c-af73-e81b3d2265bb/fa4314b6-c8c9-4d38-a11b-46467c2791b4/2/0 | hello world | hello | 0.1 | say hello | https://pgateway.nextaibox.com/api/greenscience/face-liveness-check/1/livescan | 201 | New Example | {"key1": "value", "key2": "value"} | {"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}} |
1ee5fece-295f-40bd-9fe1-209f8f20b43c/dd2735d7-99ca-431f-aa21-c7599fd4d48e/0/0 | SpamPatrol | Intent-based spam detection for web forms (and more). | 7.5 | Analyze | Performs content analysis and returns a spam score. | 200 | Response | {"result": {"score": 0, "solicitation": false, "ransom": false}, "contentHash": "4b98db2d3afb08bb4cd2f7519880382163b667dd"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "object", "properties": {"score": {"type": "integer"}, "solicitation": {"type": "boolean"}, "ransom": {"type": "boolean"}}, "required": ["ransom", "score", "solicitation"]}, "contentHash": {"type": "string"}}, "required": ... |
445620cb-2495-4e35-947f-0bfca9a006ae/2320c500-91b2-443e-b46e-21f4b06ff990/0/0 | Url Metadata: OpenGraph | Retrieve comprehensive site metadata effortlessly with our powerful Site Metadata API. Access a wealth of information about any web page, including OpenGraph tags, page title, description, author, image, and more. Whether you're building a content aggregator, social media tool, or SEO analytics platform, our API provid... | 9 | parse | 200 | null | {"title": "The Rock (1996)", "description": {"content": "Sean Connery found fame and fortune as the\n suave, sophisticated British agent, James Bond."}, "og": {"type": {"content": "video.movie"}, "url": {"content": "https://www.imdb.com/title/tt0117500/"}, "image": [{"content": "https://ia.media-imdb.com/images/rock... | {"type": "object"} | |
ac49ef45-9089-4472-a391-adf2a2b31bea/88db65b5-d96c-4d45-a9e0-431159fe5a1f/0/0 | Socmood | Tiktok, Youtube, Facebook, Instagram, Threads, Telegram Parsing and Analyse. | 8.1 | Post Analysis | Analysis one post | 200 | Tiktok | {"data": {"cid": "therock", "comments": 4122, "data": {"cover": ["https://p16-sign.tiktokcdn-us.com/obj/tos-useast5-p-0068-tx/6e0b0ce4e2d14d2aadc8c3ae2d6a9586_1693943054?x-expires=1700071200&x-signature=R3LffIttbRzxnE7GDRjhGa6ZLWU%3D"], "duration": 66, "text": "Tour bus surprises \ud83d\ude8c\ud83d\ude40 I\u2019m like ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"cid": {"type": "string"}, "comments": {"type": "integer"}, "data": {"type": "object", "properties": {"cover": {"type": "array", "items": {"type": "string"}}, "duration": {"type": "integer"}, "text":... |
ac49ef45-9089-4472-a391-adf2a2b31bea/88db65b5-d96c-4d45-a9e0-431159fe5a1f/0/1 | Socmood | Tiktok, Youtube, Facebook, Instagram, Threads, Telegram Parsing and Analyse. | 8.1 | Post Analysis | Analysis one post | 200 | Youtube | {"data": {"cid": "UCBn0VobeNWV_SZ6UV65UIJw", "data": {"cover": "https://i.ytimg.com/vi/KDxJlW6cxRk/hq720.jpg", "duration": 208, "title": "Ocean Drive", "url": "https://youtube.com/watch?v=KDxJlW6cxRk"}, "network": "youtube", "parsed_at": "2023-11-19 08:08:10", "pid": "KDxJlW6cxRk", "published_at": "2015-09-15 00:00:00"... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"cid": {"type": "string"}, "data": {"type": "object", "properties": {"cover": {"type": "string"}, "duration": {"type": "integer"}, "title": {"type": "string"}, "url": {"type": "string"}}, "required":... |
ac49ef45-9089-4472-a391-adf2a2b31bea/88db65b5-d96c-4d45-a9e0-431159fe5a1f/0/2 | Socmood | Tiktok, Youtube, Facebook, Instagram, Threads, Telegram Parsing and Analyse. | 8.1 | Post Analysis | Analysis one post | 200 | Instagram | {"data": {"cid": "None", "comments": 1229, "data": {"cover": ["https://scontent.cdninstagram.com/v/t51.2885-15/401748024_355228193532562_19803715594125619_n.jpg?stp=dst-jpg_e15_fr_p1080x1080&_nc_ht=scontent.cdninstagram.com&_nc_cat=110&_nc_ohc=IFKfi1cRcRgAX-fWEqM&edm=APs17CUBAAAA&ccb=7-5&oh=00_AfDxucbqm5jLgczSQEBjAlylG... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"cid": {"type": "string"}, "comments": {"type": "integer"}, "data": {"type": "object", "properties": {"cover": {"type": "array", "items": {"type": "string"}}, "text": {"type": "string"}, "url": {"typ... |
ac49ef45-9089-4472-a391-adf2a2b31bea/88db65b5-d96c-4d45-a9e0-431159fe5a1f/0/3 | Socmood | Tiktok, Youtube, Facebook, Instagram, Threads, Telegram Parsing and Analyse. | 8.1 | Post Analysis | Analysis one post | 200 | Telegram | {"data": {"cid": "durov", "network": "telegram", "parsed_at": "2023-11-19 08:11:28", "pid": "234", "published_at": "2023-11-06 17:04:22", "views": 2300000}, "requests_qty": 1} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"cid": {"type": "string"}, "network": {"type": "string"}, "parsed_at": {"type": "string"}, "pid": {"type": "string"}, "published_at": {"type": "string"}, "views": {"type": "integer"}}, "required": ["... |
ac49ef45-9089-4472-a391-adf2a2b31bea/88db65b5-d96c-4d45-a9e0-431159fe5a1f/0/4 | Socmood | Tiktok, Youtube, Facebook, Instagram, Threads, Telegram Parsing and Analyse. | 8.1 | Post Analysis | Analysis one post | 200 | Facebook | {"data": {"cid": "Meta", "comments": 980, "data": {"text": "Meet our AI characters! \ud83d\udc4b Head over to the link in our bio to find the full roster \ud83d\udc40\n\nWho are you most excited to see in your DMs?", "url": "https://www.facebook.com/Meta/posts/pfbid02xqE7MrQXnhDqc3XbdQqoUvuFrpt2c6fi6ocRXs1f1Ro1c82hK1gA... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"cid": {"type": "string"}, "comments": {"type": "integer"}, "data": {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"]}, "likes": {"... |
ac49ef45-9089-4472-a391-adf2a2b31bea/c491cf68-acfe-4c53-8185-03d59c1da40d/0/0 | Socmood | Tiktok, Youtube, Facebook, Instagram, Threads, Telegram Parsing and Analyse. | 8.1 | Comments Analysis | Get Information about comments: engagement, hashtags, keywords, mentions, sentimental, similarity, spam | 200 | Tiktok | {"data": [{"analyse": {"engagement": {"value": 0.03131121455425748}, "hashtags": {"items": [], "quantity": 0}, "keywords": {"text": "f you ever pass through Brzeg in Poland, let me know \ud83d\ude02\ud83d\ude02\ud83d\ude02", "value": ["know", "let", "pass", "Poland", "Brzeg"]}, "mentions": {"items": [], "quantity": 0},... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"analyse": {"type": "object", "properties": {"engagement": {"type": "object", "properties": {"value": {"type": "number"}}, "required": ["value"]}, "hashtags": {"type": "obj... |
ac49ef45-9089-4472-a391-adf2a2b31bea/656d701d-f50f-4f7a-8492-c149c8e886e7/0/0 | Socmood | Tiktok, Youtube, Facebook, Instagram, Threads, Telegram Parsing and Analyse. | 8.1 | Text | Get Analysis about custom text | 200 | General | {"keywords": {"text": "Join our buzzing community of social media enthusiasts who love to automate, schedule, and analyze their social media presence effortlessly. Start saving time and elevating your online game now! \ud83d\ude4c\ud83c\udf89#SocialBee #SocialMediaMarketing #TimeSaver", "value": ["social", "presence", ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"keywords": {"type": "object", "properties": {"text": {"type": "string"}, "value": {"type": "array", "items": {"type": "string"}}}, "required": ["text", "value"]}, "sentiment": {"type": "object", "properties": {"label": {"type": "string"}, "... |
ac49ef45-9089-4472-a391-adf2a2b31bea/113fbc30-9aca-40cd-8d79-d281c41cdeef/0/0 | Socmood | Tiktok, Youtube, Facebook, Instagram, Threads, Telegram Parsing and Analyse. | 8.1 | Posts Analysys | Get Posts Information from Profile or Channel. Analyses: hashtags, keywords, sentiment(polarity), post subject | 200 | Tiktok | {"data": [{"analyse": {"hashtags": {"items": [], "quantity": 0}, "keywords": {"text": "nother fun tour bus surprise \ud83d\ude8c\ud83c\udf34\ud83d\ude0e love the 3 second concerned look on everyone\u2019s face about this pick up truck driving creeper looking for The Rock\u2026 \ud83d\udefb \ud83d\udc40 \ud83d\ude02 Enj... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"analyse": {"type": "object", "properties": {"hashtags": {"type": "object", "properties": {"items": {"type": "array"}, "quantity": {"type": "integer"}}, "required": ["items... |
ac49ef45-9089-4472-a391-adf2a2b31bea/391636bc-27f9-4c2a-b698-2b499b9b8212/0/0 | Socmood | Tiktok, Youtube, Facebook, Instagram, Threads, Telegram Parsing and Analyse. | 8.1 | Profile | Get Information About Profile, Account or Channel | 200 | Instagram | {"data": {"cid": "spacex", "data": {"avatar": "https://instagram.fktw1-1.fna.fbcdn.net/v/t51.2885-19/47583400_308652296442406_1388205207560650752_n.jpg?stp=dst-jpg_s150x150&_nc_ht=instagram.fktw1-1.fna.fbcdn.net&_nc_cat=1&_nc_ohc=ROI-aPIHTsUAX-r-P4u&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_AfCx8I23t4U4ttbdLky91wtJIVBwflgdoxqMGdB... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"cid": {"type": "string"}, "data": {"type": "object", "properties": {"avatar": {"type": "string"}, "description": {"type": "string"}, "followers": {"type": "integer"}, "followings": {"type": "integer... |
ac49ef45-9089-4472-a391-adf2a2b31bea/391636bc-27f9-4c2a-b698-2b499b9b8212/0/1 | Socmood | Tiktok, Youtube, Facebook, Instagram, Threads, Telegram Parsing and Analyse. | 8.1 | Profile | Get Information About Profile, Account or Channel | 200 | telegram | {"data": {"cid": "durov", "data": {"description": "Thoughts from the CEO / Founder / Product Manager of Telegram.", "videos": 3}, "name": "Du Rove's Channel", "network": "telegram", "parsed_at": "2023-11-14 17:46:11"}, "requests_qty": 1} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"cid": {"type": "string"}, "data": {"type": "object", "properties": {"description": {"type": "string"}, "videos": {"type": "integer"}}, "required": ["description", "videos"]}, "name": {"type": "strin... |
ac49ef45-9089-4472-a391-adf2a2b31bea/391636bc-27f9-4c2a-b698-2b499b9b8212/0/2 | Socmood | Tiktok, Youtube, Facebook, Instagram, Threads, Telegram Parsing and Analyse. | 8.1 | Profile | Get Information About Profile, Account or Channel | 200 | Tiktok | {"data": {"cid": "therock", "data": {"avatar": "https://p16-sign-va.tiktokcdn.com/musically-maliva-obj/1647596478025734~c5_1080x1080.jpeg?x-expires=1700154000&x-signature=sO2oez%2BDOSo81n4u%2B%2B4eOIrRFeU%3D", "description": "CEO of #RockTok\nLife\u2019s so much sweeter when you\u2019re not an asshole", "followers": 73... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"cid": {"type": "string"}, "data": {"type": "object", "properties": {"avatar": {"type": "string"}, "description": {"type": "string"}, "followers": {"type": "integer"}, "followings": {"type": "integer... |
ac49ef45-9089-4472-a391-adf2a2b31bea/de2759e0-42e4-41a1-9207-4b5fb488eaf0/0/0 | Socmood | Tiktok, Youtube, Facebook, Instagram, Threads, Telegram Parsing and Analyse. | 8.1 | Comments | Parsing Comments with Pagiantion | 200 | Tiktok | {"data": [{"cid": "therock", "comment_id": "7279333733323784993", "data": {"lang": "pl", "likes": 9, "text": "Jak by\u015b kiedy\u015b przeje\u017cd\u017ca\u0142 przez Brzeg w Polsce to daj zna\u0107 \ud83d\ude02\ud83d\ude02\ud83d\ude02"}, "network": "tiktok", "parsed_at": "2023-11-19 12:43:12", "pid": "727542996548567... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"cid": {"type": "string"}, "comment_id": {"type": "string"}, "data": {"type": "object", "properties": {"lang": {"type": "string"}, "likes": {"type": "integer"}, "text": {"t... |
ac49ef45-9089-4472-a391-adf2a2b31bea/de2759e0-42e4-41a1-9207-4b5fb488eaf0/0/1 | Socmood | Tiktok, Youtube, Facebook, Instagram, Threads, Telegram Parsing and Analyse. | 8.1 | Comments | Parsing Comments with Pagiantion | 200 | Youtube | {"data": [{"cid": "UCBn0VobeNWV_SZ6UV65UIJw", "comment_id": "UgzBVIKxckO_tcl5CNF4AaABAg", "data": {"likes": 5000, "replies": 1231, "text": "This song is making me nostalgic for time I never had, people I never met and feelings I never felt..."}, "network": "youtube", "parsed_at": "2023-11-19 14:51:45", "pid": "KDxJlW6c... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"cid": {"type": "string"}, "comment_id": {"type": "string"}, "data": {"type": "object", "properties": {"likes": {"type": "integer"}, "replies": {"type": "integer"}, "text":... |
ac49ef45-9089-4472-a391-adf2a2b31bea/de2759e0-42e4-41a1-9207-4b5fb488eaf0/0/2 | Socmood | Tiktok, Youtube, Facebook, Instagram, Threads, Telegram Parsing and Analyse. | 8.1 | Comments | Parsing Comments with Pagiantion | 200 | Facebook | {"data": [{"cid": "Meta", "comment_id": "977270700028355", "data": {"likes": 5000, "replies": 1231, "text": "I love it! \ud83d\udc97\u2764\ufe0f\ud83d\udc97"}, "network": "facebook", "parsed_at": "2023-11-19 15:03:11", "pid": "pfbid02xqE7MrQXnhDqc3XbdQqoUvuFrpt2c6fi6ocRXs1f1Ro1c82hK1gApqpF1dtHRdaUl", "published_at": "2... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"cid": {"type": "string"}, "comment_id": {"type": "string"}, "data": {"type": "object", "properties": {"likes": {"type": "integer"}, "replies": {"type": "integer"}, "text":... |
ac49ef45-9089-4472-a391-adf2a2b31bea/de2759e0-42e4-41a1-9207-4b5fb488eaf0/0/3 | Socmood | Tiktok, Youtube, Facebook, Instagram, Threads, Telegram Parsing and Analyse. | 8.1 | Comments | Parsing Comments with Pagiantion | 200 | Telegram | {"data": [{"cid": "SpaceX", "comment_id": "21030", "data": {"likes": 5000, "replies": 1231, "text": "Awesome photo. Even 50 years ago people would say that was beyond our grasp and reality. I love everything space and rockets. My dad worked in the challenger at NASA and he is still alive. He is so proud of this moment ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"cid": {"type": "string"}, "comment_id": {"type": "string"}, "data": {"type": "object", "properties": {"likes": {"type": "integer"}, "replies": {"type": "integer"}, "text":... |
ac49ef45-9089-4472-a391-adf2a2b31bea/de2759e0-42e4-41a1-9207-4b5fb488eaf0/1/0 | Socmood | Tiktok, Youtube, Facebook, Instagram, Threads, Telegram Parsing and Analyse. | 8.1 | Comments | Parsing Comments with Pagiantion | 500 | Social Network Server Error | {"error": "Social Network Server Error. Try Again Later."} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]} |
ac49ef45-9089-4472-a391-adf2a2b31bea/d71fbadf-bcda-4193-9a12-be72bcf08a6d/0/0 | Socmood | Tiktok, Youtube, Facebook, Instagram, Threads, Telegram Parsing and Analyse. | 8.1 | Post | Get Information about specific post or video. | 500 | New Example | {"error": "Social Network Server Error. Try Again Later."} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]} |
ac49ef45-9089-4472-a391-adf2a2b31bea/d71fbadf-bcda-4193-9a12-be72bcf08a6d/1/0 | Socmood | Tiktok, Youtube, Facebook, Instagram, Threads, Telegram Parsing and Analyse. | 8.1 | Post | Get Information about specific post or video. | 200 | Tiktok | {"data": {"cid": "therock", "comments": 4122, "data": {"cover": ["https://p16-sign.tiktokcdn-us.com/obj/tos-useast5-p-0068-tx/6e0b0ce4e2d14d2aadc8c3ae2d6a9586_1693943054?x-expires=1700071200&x-signature=R3LffIttbRzxnE7GDRjhGa6ZLWU%3D"], "duration": 66, "text": "Tour bus surprises \ud83d\ude8c\ud83d\ude40 I\u2019m like ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"cid": {"type": "string"}, "comments": {"type": "integer"}, "data": {"type": "object", "properties": {"cover": {"type": "array", "items": {"type": "string"}}, "duration": {"type": "integer"}, "text":... |
ac49ef45-9089-4472-a391-adf2a2b31bea/d71fbadf-bcda-4193-9a12-be72bcf08a6d/1/1 | Socmood | Tiktok, Youtube, Facebook, Instagram, Threads, Telegram Parsing and Analyse. | 8.1 | Post | Get Information about specific post or video. | 200 | Youtube | {"data": {"cid": "UCBn0VobeNWV_SZ6UV65UIJw", "data": {"cover": "https://i.ytimg.com/vi/KDxJlW6cxRk/hq720.jpg", "duration": 208, "title": "Ocean Drive", "url": "https://youtube.com/watch?v=KDxJlW6cxRk"}, "network": "youtube", "parsed_at": "2023-11-19 08:08:10", "pid": "KDxJlW6cxRk", "published_at": "2015-09-15 00:00:00"... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"cid": {"type": "string"}, "data": {"type": "object", "properties": {"cover": {"type": "string"}, "duration": {"type": "integer"}, "title": {"type": "string"}, "url": {"type": "string"}}, "required":... |
ac49ef45-9089-4472-a391-adf2a2b31bea/d71fbadf-bcda-4193-9a12-be72bcf08a6d/1/2 | Socmood | Tiktok, Youtube, Facebook, Instagram, Threads, Telegram Parsing and Analyse. | 8.1 | Post | Get Information about specific post or video. | 200 | Instagram | {"data": {"cid": "None", "comments": 1229, "data": {"cover": ["https://scontent.cdninstagram.com/v/t51.2885-15/401748024_355228193532562_19803715594125619_n.jpg?stp=dst-jpg_e15_fr_p1080x1080&_nc_ht=scontent.cdninstagram.com&_nc_cat=110&_nc_ohc=IFKfi1cRcRgAX-fWEqM&edm=APs17CUBAAAA&ccb=7-5&oh=00_AfDxucbqm5jLgczSQEBjAlylG... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"cid": {"type": "string"}, "comments": {"type": "integer"}, "data": {"type": "object", "properties": {"cover": {"type": "array", "items": {"type": "string"}}, "text": {"type": "string"}, "url": {"typ... |
ac49ef45-9089-4472-a391-adf2a2b31bea/d71fbadf-bcda-4193-9a12-be72bcf08a6d/1/3 | Socmood | Tiktok, Youtube, Facebook, Instagram, Threads, Telegram Parsing and Analyse. | 8.1 | Post | Get Information about specific post or video. | 200 | Telegram | {"data": {"cid": "durov", "network": "telegram", "parsed_at": "2023-11-19 08:11:28", "pid": "234", "published_at": "2023-11-06 17:04:22", "views": 2300000}, "requests_qty": 1} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"cid": {"type": "string"}, "network": {"type": "string"}, "parsed_at": {"type": "string"}, "pid": {"type": "string"}, "published_at": {"type": "string"}, "views": {"type": "integer"}}, "required": ["... |
ac49ef45-9089-4472-a391-adf2a2b31bea/d71fbadf-bcda-4193-9a12-be72bcf08a6d/1/4 | Socmood | Tiktok, Youtube, Facebook, Instagram, Threads, Telegram Parsing and Analyse. | 8.1 | Post | Get Information about specific post or video. | 200 | Facebook | {"data": {"cid": "Meta", "comments": 980, "data": {"text": "Meet our AI characters! \ud83d\udc4b Head over to the link in our bio to find the full roster \ud83d\udc40\n\nWho are you most excited to see in your DMs?", "url": "https://www.facebook.com/Meta/posts/pfbid02xqE7MrQXnhDqc3XbdQqoUvuFrpt2c6fi6ocRXs1f1Ro1c82hK1gA... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"cid": {"type": "string"}, "comments": {"type": "integer"}, "data": {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"]}, "likes": {"... |
ac49ef45-9089-4472-a391-adf2a2b31bea/f8096caf-21fe-4181-9f46-5179e80870e9/0/0 | Socmood | Tiktok, Youtube, Facebook, Instagram, Threads, Telegram Parsing and Analyse. | 8.1 | Posts | Posts | 200 | telegram | {"data": [{"cid": "durov", "data": {"medias": [], "text": "10000 winners of the giveaway were randomly selected by Telegram and received their gift links in private messages.", "url": "https://t.me/s/durov/238"}, "network": "telegram", "parsed_at": "2023-11-14 20:05:15", "pid": "238", "published_at": "2023-11-13 16:04:... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"cid": {"type": "string"}, "data": {"type": "object", "properties": {"medias": {"type": "array", "items": {"type": "string"}}, "text": {"type": "string"}, "url": {"type": "... |
ac49ef45-9089-4472-a391-adf2a2b31bea/f8096caf-21fe-4181-9f46-5179e80870e9/0/1 | Socmood | Tiktok, Youtube, Facebook, Instagram, Threads, Telegram Parsing and Analyse. | 8.1 | Posts | Posts | 200 | Instagram | {"data": [{"cid": "spacex", "comments": 1007, "data": {"cover": "https://scontent-waw1-1.cdninstagram.com/v/t51.2885-15/401748024_355228193532562_19803715594125619_n.jpg?stp=c0.420.1080.1080a_dst-jpg_e35_s640x640_sh0.08&_nc_ht=scontent-waw1-1.cdninstagram.com&_nc_cat=110&_nc_ohc=I67mHnvoLEQAX-ydPsu&edm=AOQ1c0wBAAAA&ccb... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"cid": {"type": "string"}, "comments": {"type": "integer"}, "data": {"type": "object", "properties": {"cover": {"type": "string"}, "text": {"type": "string"}}, "required": ... |
53aa5082e4b0a798dbd1a5f6/550a8758e4b0e8db4d41cfa3/0/0 | Visual Context Graph | Build a graph with words connected to other words. Diagram information for visualizing concepts or mind maps. | 7 | Visualize (post) | Diagram information for visualizing concepts or mind maps. | 200 | Response | {"author": "twinword inc.", "context": ["audio", "echo", "music", "recording", "voice"], "email": "help@twinword.com", "entry": "sound", "relation": [{"acoustic": "guitar"}, {"acoustic": "hearing"}, {"acoustic": "music"}, {"acoustic": "musical"}, {"acoustic": "performance"}, {"acoustic": "sound"}, {"acoustics": "acoust... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"author": {"type": "string"}, "context": {"type": "array", "items": {"type": "string"}}, "email": {"type": "string"}, "entry": {"type": "string"}, "relation": {"type": "array", "items": {"type": "object", "properties": {"acoustic": {"type": ... |
53aa5082e4b0a798dbd1a5f6/53aa5083e4b0b60946a2f5d2/0/0 | Visual Context Graph | Build a graph with words connected to other words. Diagram information for visualizing concepts or mind maps. | 7 | Visualize (get) | Diagram information for visualizing concepts or mind maps. | 200 | Response | {"author": "twinword inc.", "context": ["audio", "echo", "music", "recording", "voice"], "email": "help@twinword.com", "entry": "sound", "relation": [{"acoustic": "guitar"}, {"acoustic": "hearing"}, {"acoustic": "music"}, {"acoustic": "musical"}, {"acoustic": "performance"}, {"acoustic": "sound"}, {"acoustics": "acoust... | {"context": ["audio", "echo", "music", "recording", "voice"], "entry": "sound", "relation": [{"acoustic": "guitar"}, {"acoustic": "hearing"}, {"acoustic": "music"}, {"acoustic": "musical"}, {"acoustic": "performance"}, {"acoustic": "sound"}, {"acoustics": "acoustic"}, {"acoustics": "musical"}, {"acoustics": "noise"}, {... |
f81e8ec9-b0d0-4396-b385-551dec1a331c/b580016d-79bb-4a70-8008-a2ec142965f9/0/0 | NetGeist App Review Monitoring | Sentiment analysis tool that monitors app reviews to provide real-time insights into customer opinions and feedback. | null | Ping | Check if server is still alive
Args:
* name: Your name
Returns:
* A greeting | 400 | Example_1 | {"detail": "Missing and/or invalid query parameters"} | {"required": ["details"], "type": "object", "properties": {"details": {"title": "Error description", "type": "string", "description": "Description of error encountered in query parameter validation"}}} |
f81e8ec9-b0d0-4396-b385-551dec1a331c/b580016d-79bb-4a70-8008-a2ec142965f9/1/0 | NetGeist App Review Monitoring | Sentiment analysis tool that monitors app reviews to provide real-time insights into customer opinions and feedback. | null | Ping | Check if server is still alive
Args:
* name: Your name
Returns:
* A greeting | 401 | Example_1 | {"detail": "Invalid apiKey, user cannot be authenticated"} | {"required": ["details"], "type": "object", "properties": {"details": {"title": "Error description", "type": "string", "description": "Description of error encountered in query parameter validation"}}} |
f81e8ec9-b0d0-4396-b385-551dec1a331c/b580016d-79bb-4a70-8008-a2ec142965f9/2/0 | NetGeist App Review Monitoring | Sentiment analysis tool that monitors app reviews to provide real-time insights into customer opinions and feedback. | null | Ping | Check if server is still alive
Args:
* name: Your name
Returns:
* A greeting | 403 | Example_1 | {"detail": "Insufficient credits"} | {"required": ["details"], "type": "object", "properties": {"details": {"title": "Error description", "type": "string", "description": "Description of error encountered in query parameter validation"}}} |
f81e8ec9-b0d0-4396-b385-551dec1a331c/b580016d-79bb-4a70-8008-a2ec142965f9/3/0 | NetGeist App Review Monitoring | Sentiment analysis tool that monitors app reviews to provide real-time insights into customer opinions and feedback. | null | Ping | Check if server is still alive
Args:
* name: Your name
Returns:
* A greeting | 200 | Example_1 | {"message": "I am alive! Your name is John"} | {"title": "PingSchema", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}} |
f81e8ec9-b0d0-4396-b385-551dec1a331c/148cd379-3f4c-4be9-a424-0ae1a179b9f8/0/0 | NetGeist App Review Monitoring | Sentiment analysis tool that monitors app reviews to provide real-time insights into customer opinions and feedback. | null | App Metadata | Get meta data of the app
Args:
* None
Returns:
* Metadata of required app | 404 | Example_1 | {"detail": "App not found"} | {"required": ["details"], "type": "object", "properties": {"details": {"title": "Error description", "type": "string", "description": "Description of error encountered in query parameter validation"}}} |
f81e8ec9-b0d0-4396-b385-551dec1a331c/148cd379-3f4c-4be9-a424-0ae1a179b9f8/1/0 | NetGeist App Review Monitoring | Sentiment analysis tool that monitors app reviews to provide real-time insights into customer opinions and feedback. | null | App Metadata | Get meta data of the app
Args:
* None
Returns:
* Metadata of required app | 400 | Example_1 | {"detail": "Missing and/or invalid query parameters"} | {"required": ["details"], "type": "object", "properties": {"details": {"title": "Error description", "type": "string", "description": "Description of error encountered in query parameter validation"}}} |
f81e8ec9-b0d0-4396-b385-551dec1a331c/148cd379-3f4c-4be9-a424-0ae1a179b9f8/2/0 | NetGeist App Review Monitoring | Sentiment analysis tool that monitors app reviews to provide real-time insights into customer opinions and feedback. | null | App Metadata | Get meta data of the app
Args:
* None
Returns:
* Metadata of required app | 401 | Example_1 | {"detail": "Invalid apiKey, user cannot be authenticated"} | {"required": ["details"], "type": "object", "properties": {"details": {"title": "Error description", "type": "string", "description": "Description of error encountered in query parameter validation"}}} |
f81e8ec9-b0d0-4396-b385-551dec1a331c/148cd379-3f4c-4be9-a424-0ae1a179b9f8/3/0 | NetGeist App Review Monitoring | Sentiment analysis tool that monitors app reviews to provide real-time insights into customer opinions and feedback. | null | App Metadata | Get meta data of the app
Args:
* None
Returns:
* Metadata of required app | 403 | Example_1 | {"detail": "Insufficient credits"} | {"required": ["details"], "type": "object", "properties": {"details": {"title": "Error description", "type": "string", "description": "Description of error encountered in query parameter validation"}}} |
f81e8ec9-b0d0-4396-b385-551dec1a331c/148cd379-3f4c-4be9-a424-0ae1a179b9f8/4/0 | NetGeist App Review Monitoring | Sentiment analysis tool that monitors app reviews to provide real-time insights into customer opinions and feedback. | null | App Metadata | Get meta data of the app
Args:
* None
Returns:
* Metadata of required app | 200 | Example_1 | {"app_metadata": [{"app_name": "Facebook", "app_id": "284882215", "review_count": 269370, "first_timestamp": "2008-07-10 09:55:21"}]} | {"title": "AppID", "required": ["app_metadata"], "type": "object", "properties": {"app_metadata": {"title": "App Metadata", "type": "array", "items": {"title": "AppIdSchema", "required": ["app_name", "app_id", "review_count", "first_timestamp"], "type": "object", "properties": {"app_name": {"title": "App Name", "type":... |
f81e8ec9-b0d0-4396-b385-551dec1a331c/fe088a5a-d9fe-409d-a117-a9330cec808b/0/0 | NetGeist App Review Monitoring | Sentiment analysis tool that monitors app reviews to provide real-time insights into customer opinions and feedback. | null | App Topics | Get topics of an app sorted by count of reviews
Args:
* dateFrom: from which date to filter (format: yyyy-MM-ddTHH:mm:ss)
* dateTo: to which date to filter (format: yyyy-MM-ddTHH:mm:ss)
Returns:
* Topics of an app sorted by count of reviews | 404 | Example_1 | {"detail": "App not found"} | {"required": ["details"], "type": "object", "properties": {"details": {"title": "Error description", "type": "string", "description": "Description of error encountered in query parameter validation"}}} |
f81e8ec9-b0d0-4396-b385-551dec1a331c/fe088a5a-d9fe-409d-a117-a9330cec808b/1/0 | NetGeist App Review Monitoring | Sentiment analysis tool that monitors app reviews to provide real-time insights into customer opinions and feedback. | null | App Topics | Get topics of an app sorted by count of reviews
Args:
* dateFrom: from which date to filter (format: yyyy-MM-ddTHH:mm:ss)
* dateTo: to which date to filter (format: yyyy-MM-ddTHH:mm:ss)
Returns:
* Topics of an app sorted by count of reviews | 422 | Example_1 | {"detail": "Invalid date parameters, dateFrom should be less than dateTo and dates cannot be set to the future ones"} | {"required": ["details"], "type": "object", "properties": {"details": {"title": "Error description", "type": "string", "description": "Description of error encountered in query parameter validation"}}} |
f81e8ec9-b0d0-4396-b385-551dec1a331c/fe088a5a-d9fe-409d-a117-a9330cec808b/2/0 | NetGeist App Review Monitoring | Sentiment analysis tool that monitors app reviews to provide real-time insights into customer opinions and feedback. | null | App Topics | Get topics of an app sorted by count of reviews
Args:
* dateFrom: from which date to filter (format: yyyy-MM-ddTHH:mm:ss)
* dateTo: to which date to filter (format: yyyy-MM-ddTHH:mm:ss)
Returns:
* Topics of an app sorted by count of reviews | 401 | Example_1 | {"detail": "Invalid apiKey, user cannot be authenticated"} | {"required": ["details"], "type": "object", "properties": {"details": {"title": "Error description", "type": "string", "description": "Description of error encountered in query parameter validation"}}} |
f81e8ec9-b0d0-4396-b385-551dec1a331c/fe088a5a-d9fe-409d-a117-a9330cec808b/3/0 | NetGeist App Review Monitoring | Sentiment analysis tool that monitors app reviews to provide real-time insights into customer opinions and feedback. | null | App Topics | Get topics of an app sorted by count of reviews
Args:
* dateFrom: from which date to filter (format: yyyy-MM-ddTHH:mm:ss)
* dateTo: to which date to filter (format: yyyy-MM-ddTHH:mm:ss)
Returns:
* Topics of an app sorted by count of reviews | 400 | Example_1 | {"detail": "Missing and/or invalid query parameters"} | {"required": ["details"], "type": "object", "properties": {"details": {"title": "Error description", "type": "string", "description": "Description of error encountered in query parameter validation"}}} |
f81e8ec9-b0d0-4396-b385-551dec1a331c/fe088a5a-d9fe-409d-a117-a9330cec808b/4/0 | NetGeist App Review Monitoring | Sentiment analysis tool that monitors app reviews to provide real-time insights into customer opinions and feedback. | null | App Topics | Get topics of an app sorted by count of reviews
Args:
* dateFrom: from which date to filter (format: yyyy-MM-ddTHH:mm:ss)
* dateTo: to which date to filter (format: yyyy-MM-ddTHH:mm:ss)
Returns:
* Topics of an app sorted by count of reviews | 200 | Example_1 | {"app_topics": [{"notificatons": {"review_count": 2619, "positive_count": 339, "neutral_count": 311, "negative_count": 1969}}, {"posts": {"review_count": 1991, "positive_count": 152, "neutral_count": 203, "negative_count": 1636}}]} | {"title": "AppTopics", "required": ["app_topics"], "type": "object", "properties": {"app_topics": {"title": "App Topics", "type": "array", "items": {"type": "object", "additionalProperties": {"title": "AppTopicsSchema", "required": ["review_count", "positive_count", "neutral_count", "negative_count"], "type": "object",... |
f81e8ec9-b0d0-4396-b385-551dec1a331c/fe088a5a-d9fe-409d-a117-a9330cec808b/5/0 | NetGeist App Review Monitoring | Sentiment analysis tool that monitors app reviews to provide real-time insights into customer opinions and feedback. | null | App Topics | Get topics of an app sorted by count of reviews
Args:
* dateFrom: from which date to filter (format: yyyy-MM-ddTHH:mm:ss)
* dateTo: to which date to filter (format: yyyy-MM-ddTHH:mm:ss)
Returns:
* Topics of an app sorted by count of reviews | 403 | Example_1 | {"detail": "Insufficient credits"} | {"required": ["details"], "type": "object", "properties": {"details": {"title": "Error description", "type": "string", "description": "Description of error encountered in query parameter validation"}}} |
f81e8ec9-b0d0-4396-b385-551dec1a331c/70e5efcc-3510-4a1c-8776-0ee17476b546/0/0 | NetGeist App Review Monitoring | Sentiment analysis tool that monitors app reviews to provide real-time insights into customer opinions and feedback. | null | App Review Metrics | Get daily aggregated metrics of app reviews
Args:
* dateFrom: from which date to filter (format: yyyy-MM-ddTHH:mm:ss)
* dateTo: to which date to filter (format: yyyy-MM-ddTHH:mm:ss)
Returns:
* Daily aggregated metrics of app reviews | 400 | Example_1 | {"detail": "Missing and/or invalid query parameters"} | {"required": ["details"], "type": "object", "properties": {"details": {"title": "Error description", "type": "string", "description": "Description of error encountered in query parameter validation"}}} |
f81e8ec9-b0d0-4396-b385-551dec1a331c/70e5efcc-3510-4a1c-8776-0ee17476b546/1/0 | NetGeist App Review Monitoring | Sentiment analysis tool that monitors app reviews to provide real-time insights into customer opinions and feedback. | null | App Review Metrics | Get daily aggregated metrics of app reviews
Args:
* dateFrom: from which date to filter (format: yyyy-MM-ddTHH:mm:ss)
* dateTo: to which date to filter (format: yyyy-MM-ddTHH:mm:ss)
Returns:
* Daily aggregated metrics of app reviews | 403 | Example_1 | {"detail": "Insufficient credits"} | {"required": ["details"], "type": "object", "properties": {"details": {"title": "Error description", "type": "string", "description": "Description of error encountered in query parameter validation"}}} |
f81e8ec9-b0d0-4396-b385-551dec1a331c/70e5efcc-3510-4a1c-8776-0ee17476b546/2/0 | NetGeist App Review Monitoring | Sentiment analysis tool that monitors app reviews to provide real-time insights into customer opinions and feedback. | null | App Review Metrics | Get daily aggregated metrics of app reviews
Args:
* dateFrom: from which date to filter (format: yyyy-MM-ddTHH:mm:ss)
* dateTo: to which date to filter (format: yyyy-MM-ddTHH:mm:ss)
Returns:
* Daily aggregated metrics of app reviews | 422 | Example_1 | {"detail": "Invalid date parameters, dateFrom should be less than dateTo and dates cannot be set to the future ones"} | {"required": ["details"], "type": "object", "properties": {"details": {"title": "Error description", "type": "string", "description": "Description of error encountered in query parameter validation"}}} |
f81e8ec9-b0d0-4396-b385-551dec1a331c/70e5efcc-3510-4a1c-8776-0ee17476b546/3/0 | NetGeist App Review Monitoring | Sentiment analysis tool that monitors app reviews to provide real-time insights into customer opinions and feedback. | null | App Review Metrics | Get daily aggregated metrics of app reviews
Args:
* dateFrom: from which date to filter (format: yyyy-MM-ddTHH:mm:ss)
* dateTo: to which date to filter (format: yyyy-MM-ddTHH:mm:ss)
Returns:
* Daily aggregated metrics of app reviews | 401 | Example_1 | {"detail": "Invalid apiKey, user cannot be authenticated"} | {"required": ["details"], "type": "object", "properties": {"details": {"title": "Error description", "type": "string", "description": "Description of error encountered in query parameter validation"}}} |
f81e8ec9-b0d0-4396-b385-551dec1a331c/70e5efcc-3510-4a1c-8776-0ee17476b546/4/0 | NetGeist App Review Monitoring | Sentiment analysis tool that monitors app reviews to provide real-time insights into customer opinions and feedback. | null | App Review Metrics | Get daily aggregated metrics of app reviews
Args:
* dateFrom: from which date to filter (format: yyyy-MM-ddTHH:mm:ss)
* dateTo: to which date to filter (format: yyyy-MM-ddTHH:mm:ss)
Returns:
* Daily aggregated metrics of app reviews | 200 | Example_1 | {"daily_review_metrics": [{"date": "2016-01-07", "review_count": 6}, {"date": "2016-01-08", "review_count": 13}]} | {"title": "ReviewMetrics", "required": ["daily_review_metrics"], "type": "object", "properties": {"daily_review_metrics": {"title": "Daily Review Metrics", "type": "array", "items": {"title": "ReviewMetricsSchema", "required": ["date", "review_count"], "type": "object", "properties": {"date": {"title": "Date", "type": ... |
f81e8ec9-b0d0-4396-b385-551dec1a331c/70e5efcc-3510-4a1c-8776-0ee17476b546/5/0 | NetGeist App Review Monitoring | Sentiment analysis tool that monitors app reviews to provide real-time insights into customer opinions and feedback. | null | App Review Metrics | Get daily aggregated metrics of app reviews
Args:
* dateFrom: from which date to filter (format: yyyy-MM-ddTHH:mm:ss)
* dateTo: to which date to filter (format: yyyy-MM-ddTHH:mm:ss)
Returns:
* Daily aggregated metrics of app reviews | 404 | Example_1 | {"detail": "App not found"} | {"required": ["details"], "type": "object", "properties": {"details": {"title": "Error description", "type": "string", "description": "Description of error encountered in query parameter validation"}}} |
f81e8ec9-b0d0-4396-b385-551dec1a331c/60281572-fb86-4e2b-9b86-b23dfb3fab6c/0/0 | NetGeist App Review Monitoring | Sentiment analysis tool that monitors app reviews to provide real-time insights into customer opinions and feedback. | null | Query Apps | Get apps that are similar to a given app-name
Args:
* appSubstring: Search apps by name with a given string
Returns:
* Apps that contain appSubstring | 404 | Example_1 | {"detail": "App not found"} | {"required": ["details"], "type": "object", "properties": {"details": {"title": "Error description", "type": "string", "description": "Description of error encountered in query parameter validation"}}} |
f81e8ec9-b0d0-4396-b385-551dec1a331c/60281572-fb86-4e2b-9b86-b23dfb3fab6c/1/0 | NetGeist App Review Monitoring | Sentiment analysis tool that monitors app reviews to provide real-time insights into customer opinions and feedback. | null | Query Apps | Get apps that are similar to a given app-name
Args:
* appSubstring: Search apps by name with a given string
Returns:
* Apps that contain appSubstring | 403 | Example_1 | {"detail": "Insufficient credits"} | {"required": ["details"], "type": "object", "properties": {"details": {"title": "Error description", "type": "string", "description": "Description of error encountered in query parameter validation"}}} |
f81e8ec9-b0d0-4396-b385-551dec1a331c/60281572-fb86-4e2b-9b86-b23dfb3fab6c/2/0 | NetGeist App Review Monitoring | Sentiment analysis tool that monitors app reviews to provide real-time insights into customer opinions and feedback. | null | Query Apps | Get apps that are similar to a given app-name
Args:
* appSubstring: Search apps by name with a given string
Returns:
* Apps that contain appSubstring | 400 | Example_1 | {"detail": "Missing and/or invalid query parameters"} | {"required": ["details"], "type": "object", "properties": {"details": {"title": "Error description", "type": "string", "description": "Description of error encountered in query parameter validation"}}} |
f81e8ec9-b0d0-4396-b385-551dec1a331c/60281572-fb86-4e2b-9b86-b23dfb3fab6c/3/0 | NetGeist App Review Monitoring | Sentiment analysis tool that monitors app reviews to provide real-time insights into customer opinions and feedback. | null | Query Apps | Get apps that are similar to a given app-name
Args:
* appSubstring: Search apps by name with a given string
Returns:
* Apps that contain appSubstring | 200 | Example_1 | {"apps": [{"app_id": "com.magmamobile.game.Chess", "app_name": "Chess", "platform": "google"}, {"app_id": 547012000, "app_name": "Chess!!", "platform": "apple"}]} | {"title": "QueryApps", "required": ["apps"], "type": "object", "properties": {"apps": {"title": "Apps", "type": "array", "items": {"title": "QueryAppsSchema", "required": ["app_id", "app_name", "platform"], "type": "object", "properties": {"app_id": {"title": "App Id", "type": "string"}, "app_name": {"title": "App Name... |
f81e8ec9-b0d0-4396-b385-551dec1a331c/60281572-fb86-4e2b-9b86-b23dfb3fab6c/4/0 | NetGeist App Review Monitoring | Sentiment analysis tool that monitors app reviews to provide real-time insights into customer opinions and feedback. | null | Query Apps | Get apps that are similar to a given app-name
Args:
* appSubstring: Search apps by name with a given string
Returns:
* Apps that contain appSubstring | 401 | Example_1 | {"detail": "Invalid apiKey, user cannot be authenticated"} | {"required": ["details"], "type": "object", "properties": {"details": {"title": "Error description", "type": "string", "description": "Description of error encountered in query parameter validation"}}} |
f81e8ec9-b0d0-4396-b385-551dec1a331c/542bbbae-8109-4564-b8f9-ae50291bdead/0/0 | NetGeist App Review Monitoring | Sentiment analysis tool that monitors app reviews to provide real-time insights into customer opinions and feedback. | null | App Reviews | Get reviews of a given app sorted by @timestamp
Args:
* dateFrom: from which date to filter (format: yyyy-MM-ddTHH:mm:ss)
* dateTo: to which date to filter (format: yyyy-MM-ddTHH:mm:ss)
Returns:
* Reviews of a given app sorted by @timestamp | 200 | Example_1 | {"app_reviews": [{"timestamp": "2015-01-01 01:05:47", "username": "Jane Doe", "review": "This app has crashed many times. I have deleted it and re-downloaded it about 10 times!", "rating": 1, "sentiment": "negative"}, {"timestamp": "2015-01-01 10:05:38", "username": "John Doe", "review": "Great app, no problems.", "rat... | {"title": "AppReviews", "required": ["app_reviews"], "type": "object", "properties": {"app_reviews": {"title": "App Reviews", "type": "array", "items": {"title": "AppReviewsSchema", "required": ["timestamp", "username", "rating"], "type": "object", "properties": {"timestamp": {"title": "Timestamp", "type": "string"}, "... |
f81e8ec9-b0d0-4396-b385-551dec1a331c/542bbbae-8109-4564-b8f9-ae50291bdead/1/0 | NetGeist App Review Monitoring | Sentiment analysis tool that monitors app reviews to provide real-time insights into customer opinions and feedback. | null | App Reviews | Get reviews of a given app sorted by @timestamp
Args:
* dateFrom: from which date to filter (format: yyyy-MM-ddTHH:mm:ss)
* dateTo: to which date to filter (format: yyyy-MM-ddTHH:mm:ss)
Returns:
* Reviews of a given app sorted by @timestamp | 404 | Example_1 | {"detail": "App not found"} | {"required": ["details"], "type": "object", "properties": {"details": {"title": "Error description", "type": "string", "description": "Description of error encountered in query parameter validation"}}} |
f81e8ec9-b0d0-4396-b385-551dec1a331c/542bbbae-8109-4564-b8f9-ae50291bdead/2/0 | NetGeist App Review Monitoring | Sentiment analysis tool that monitors app reviews to provide real-time insights into customer opinions and feedback. | null | App Reviews | Get reviews of a given app sorted by @timestamp
Args:
* dateFrom: from which date to filter (format: yyyy-MM-ddTHH:mm:ss)
* dateTo: to which date to filter (format: yyyy-MM-ddTHH:mm:ss)
Returns:
* Reviews of a given app sorted by @timestamp | 401 | Example_1 | {"detail": "Invalid apiKey, user cannot be authenticated"} | {"required": ["details"], "type": "object", "properties": {"details": {"title": "Error description", "type": "string", "description": "Description of error encountered in query parameter validation"}}} |
f81e8ec9-b0d0-4396-b385-551dec1a331c/542bbbae-8109-4564-b8f9-ae50291bdead/3/0 | NetGeist App Review Monitoring | Sentiment analysis tool that monitors app reviews to provide real-time insights into customer opinions and feedback. | null | App Reviews | Get reviews of a given app sorted by @timestamp
Args:
* dateFrom: from which date to filter (format: yyyy-MM-ddTHH:mm:ss)
* dateTo: to which date to filter (format: yyyy-MM-ddTHH:mm:ss)
Returns:
* Reviews of a given app sorted by @timestamp | 403 | Example_1 | {"detail": "Insufficient credits"} | {"required": ["details"], "type": "object", "properties": {"details": {"title": "Error description", "type": "string", "description": "Description of error encountered in query parameter validation"}}} |
f81e8ec9-b0d0-4396-b385-551dec1a331c/542bbbae-8109-4564-b8f9-ae50291bdead/4/0 | NetGeist App Review Monitoring | Sentiment analysis tool that monitors app reviews to provide real-time insights into customer opinions and feedback. | null | App Reviews | Get reviews of a given app sorted by @timestamp
Args:
* dateFrom: from which date to filter (format: yyyy-MM-ddTHH:mm:ss)
* dateTo: to which date to filter (format: yyyy-MM-ddTHH:mm:ss)
Returns:
* Reviews of a given app sorted by @timestamp | 400 | Example_1 | {"detail": "Missing and/or invalid query parameters"} | {"required": ["details"], "type": "object", "properties": {"details": {"title": "Error description", "type": "string", "description": "Description of error encountered in query parameter validation"}}} |
f81e8ec9-b0d0-4396-b385-551dec1a331c/542bbbae-8109-4564-b8f9-ae50291bdead/5/0 | NetGeist App Review Monitoring | Sentiment analysis tool that monitors app reviews to provide real-time insights into customer opinions and feedback. | null | App Reviews | Get reviews of a given app sorted by @timestamp
Args:
* dateFrom: from which date to filter (format: yyyy-MM-ddTHH:mm:ss)
* dateTo: to which date to filter (format: yyyy-MM-ddTHH:mm:ss)
Returns:
* Reviews of a given app sorted by @timestamp | 422 | Example_1 | {"detail": "Invalid date parameters, dateFrom should be less than dateTo and dates cannot be set to the future ones"} | {"required": ["details"], "type": "object", "properties": {"details": {"title": "Error description", "type": "string", "description": "Description of error encountered in query parameter validation"}}} |
d021c3db-f80b-4839-8838-79ce082225a4/99d75db4-3324-484b-b1fa-bb584ca0004e/0/0 | Text Summarizer | Text Summarizer API provides professional text summarizer service which is based on advanced NLP models. It can be used to summarize short important text from the document | null | Summarize text API | Text Summarizer API provides professional text summarizer service which is based on advanced NLP models. It can be used to summarize short important text from the document | 200 | Example_1 | {"code": 0, "message": "Summarize success", "output": "If you don\u2019t know what passive income means, it\u2019s simply something that makes you money while you sleep. To create passive income, you first need to put something in, and then it will generate some income. For instance, to start earning from Medium, you f... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}, "output": {"type": "string"}}, "required": ["code", "message", "output"]} |
fd3eee3e-66b5-4acf-b82c-4bc4ed173bb9/1be83431-9f1c-4131-b7f4-efbc69593abb/0/0 | NLP Helper | Helper API that offers various operations to aid in building and managing NLP models effectively | null | Generate Utterances | This operation allows users to generate utterances by accepting an array of complex phrases that adhere to the format specified in the examples below. | 200 | Response | [{"input": "How's the weather in <src> (Chicago|Detroit) </src>?", "output": [{"utterance": "How's the weather in Chicago?", "entities": [{"startTag": "<src>", "endTag": "</src>", "entityName": "src", "value": "Chicago", "startPosition": 21, "endPosition": 27}]}, {"utterance": "How's the weather in Detroit?", "entities... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"input": {"type": "string"}, "output": {"type": "array", "items": {"type": "object", "properties": {"utterance": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"startTa... |
1b2e3ef7-f27e-44d9-b596-8ac5c19aa63b/dddb2c86-dd9b-4d16-bef7-ef6dd4eb31b2/0/0 | Opengraph | Scraping opengraph metadata is easy with our proxies, you can scrape metadata like title, description, image, and type. | null | Website OpenGraph Metadata | Get the opengraph metadata of a website, including description, title, image, and other types. | 200 | Response | {"ogLocale": "en", "ogSiteName": "Twitter", "ogUrl": "https://twitter.com/", "success": true} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ogLocale": {"type": "string"}, "ogSiteName": {"type": "string"}, "ogUrl": {"type": "string"}, "success": {"type": "boolean"}}, "required": ["ogLocale", "ogSiteName", "ogUrl", "success"]} |
235bc2a5-740a-4d12-95a2-731816db6809/9be8c7ab-ab96-47a7-8ff2-a73df90136f8/0/0 | RChilli NER Tagger | RChilli NER Tagger API extracts the entity details from the given text. | null | RChilli NER Tagger | RChilli NER Tagger API extracts the entity details from the given text.
Entity details like start location, end location, job, city, state, country, name, degree, org, skill, date, and year. | 200 | New Example | {"TextLanguage": "en", "TaggedText": "Title : <job>Maintenance Engineer</job> \nCompany : Yashodha S M (<job>Proprietor</job> Of Co Inter Technology)\nLocation : <city>Amreli</city>\n\nDetails of Openings :\nJob Openings :\nPosted_Date : <dt>1/20/2021</dt>\nClosing Date : <dt>3/18/2021</dt>\n\nExperience Required : 0.... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"TextLanguage": {"type": "string"}, "TaggedText": {"type": "string"}, "TaggedData": {"type": "array", "items": {"type": "object", "properties": {"Start": {"type": "integer"}, "End": {"type": "integer"}, "Id": {"type": "string"}, "Text": {"ty... |
76af7cf0-3bb6-4a46-bcd3-8c8d3a63ba1f/a2679edd-07ec-47c7-b4ca-ed4bcda9dff4/0/0 | User Agent Parser | User Agent Parser API provides the accurate browser, device, and operating system details from a User Agent String. | 6.8 | parse | 200 | null | {"ua": "Mozilla/5.0 (Linux; Android 12; Pixel 6 Build/SD1A.210817.023; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/94.0.4606.71 Mobile Safari/537.36", "browser": {"name": "Chrome WebView", "version": "94.0.4606.71", "major": 94}, "device": {"model": "Pixel 6", "vendor": "Google", "type": "mobile"}, "e... | {"type": "object", "properties": {"ua": {"type": "string"}, "browser": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "major": {"type": "string"}}}, "device": {"type": "object", "properties": {"model": {"type": "string"}, "vendor": {"type": "string"}, "type": {"type": "stri... | |
6af12271-d09a-4f3d-88d1-a770755e76c2/7b51fd8d-3177-4d69-b319-aa0c937ba708/1/0 | PDF Highlight and Annotation Extraction API | Unlock the full potential of your PDF documents with our powerful PDF Highlight and Annotation Extraction API. With just a few lines of code, you can easily extract all the highlighted and annotated text from any PDF document. This API is perfect for document analysis, text mining, and other applications that require a... | null | extract_highight_api_highlights_post | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Messag... | |
6af12271-d09a-4f3d-88d1-a770755e76c2/1fc1c02f-c2e9-4761-96e7-b99501f01d10/1/0 | PDF Highlight and Annotation Extraction API | Unlock the full potential of your PDF documents with our powerful PDF Highlight and Annotation Extraction API. With just a few lines of code, you can easily extract all the highlighted and annotated text from any PDF document. This API is perfect for document analysis, text mining, and other applications that require a... | null | extract_highight_json_api_highlights_json_post | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Messag... | |
6892b19a-91a9-4ff3-beec-370047e81703/72b51fea-bfca-49b1-b529-fac190c563c4/0/0 | Grammarify | An Artificial Intelligence based Grammar checking, Error Suggestion service model for English text | 0 | deep_check | Identifies grammar error and provide suggestions for text upto 1000 characters | 200 | Example | {"result": {"corrections": [{"text": "One of the biggest changes into the game the recent years is the increases in the speed of transition .", "result": [{"word_position": 6, "error_word": "into", "start_position": 27, "end_position": 31, "suggestion": "Replace the word \u201cinto\u201d with \u201cin\u201d ", "score":... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "object", "properties": {"corrections": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "result": {"type": "array", "items": {"type": "object", "properties": {"word_position": {"typ... |
7772c6ef-ac95-49de-a027-b8c9d4e19695/d0adc6cc-f1fe-458a-a800-7eaa09263731/0/0 | Text sentiment analysis | API to analyze sentiment from text | null | Analyze text sentiment | Analyze the sentiment for a collection of texts | 200 | New Example | [{"analysis": {"calculation": [{"useful": 2}], "comparative": 0.4, "emoji": "\ud83d\ude42", "negative": [], "positive": ["useful"], "score": 2, "tokens": ["this", "app", "is", "incredibly", "useful"], "words": ["useful"]}, "text": "This app is incredibly useful"}, {"analysis": {"calculation": [{"like": -2}], "comparati... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"analysis": {"type": "object", "properties": {"calculation": {"type": "array", "items": {"type": "object", "properties": {"useful": {"type": "integer"}, "like": {"type": "integer"}}}}, "comparative": {"type": "numb... |
77fdc000-9dcc-49a3-b3ca-1b7e25396414/f96ac526-9b63-4393-a18d-42666c27025f/0/0 | AI Based Questions Generator | Generates a list of questions and answers from a given text. Generated questions and answers can be used to train chatGPT or to create a questionnaire. | null | Generate Questions | This endpoint generates a list of short questions from a given text. | 403 | Response | {"message": "Missing Authentication Token"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]} |
77fdc000-9dcc-49a3-b3ca-1b7e25396414/f96ac526-9b63-4393-a18d-42666c27025f/1/0 | AI Based Questions Generator | Generates a list of questions and answers from a given text. Generated questions and answers can be used to train chatGPT or to create a questionnaire. | null | Generate Questions | This endpoint generates a list of short questions from a given text. | 200 | New Example | {"isBase64Encoded": false, "statusCode": 200, "headers": {}, "body": "[\"What did Bradbury do with dystopia?\", \"What is the title of the piece Bradbury wrote for Esquire?\", \"What was the name of the genre that Bradbury mastered?\", \"What is the title of the piece Bradbury wrote for Esquire?\", \"What was the title... | {"type": "object", "properties": {"isBase64Encoded": {"type": "boolean"}, "statusCode": {"type": "integer"}, "headers": {"type": "object"}, "body": {"type": "string"}}} |
2cf31137-9d58-4d9e-80ca-edbd25a48f21/0e648214-2c26-4f7c-9e0c-6dde57187816/0/0 | Rimedia - Paraphraser | A paraphrasing tool API can rewrite, rephrase, change and transforms the syntax, structure, articles, essays, paragraphs, phrases, sentences and words, as well as using synonyms where appropriate. All major languages are supported by this rewriter (english, german, spanish, french, arabic, Chinese, and more than 100 ot... | 8.4 | Rimedia - Paraphraser | Rimedia - Rewriter, Refraser, Paraphraser, Text Changer (multiLanguage) | 200 | New Example | {"code": 200, "status": "success", "message": "", "text": "RIMEDIA will rewrite your text. Start by writing or pastting something here and then press the paraphrase button", "translate_capital": true, "protected": ["your", "RIMEDIA", "Start"], "result": "RIMEDIA will rewrite your text. Start by typing or pasting someth... | {"type": "object", "properties": {"code": {"type": "integer"}, "status": {"type": "string"}, "message": {"type": "string"}, "text": {"type": "string"}, "translate_capital": {"type": "boolean"}, "protected": {"type": "array", "items": {"type": "string"}}, "result": {"type": "string"}, "count_characters": {"type": "integ... |
6f3cb92b-f1c5-48e6-a508-637d7d58f3d3/785dd8f2-5881-4f86-9fe0-6317a091fcc7/0/0 | Price Analyzer | Detect prices and currencies seamlessly from textual content. Enhance data parsing for business insights. Efficiently extract prices and associated currencies from any given text. Ideal for e-commerce, financial analytics, and data mining applications. | 8.7 | Price Detection | Price Detection | 200 | New Example | {"amount": "6.66", "currency": "$", "float": 6.66, "text": "Invest in an elephant for 6,66 $, you won't regret it."} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"amount": {"type": "string"}, "currency": {"type": "string"}, "float": {"type": "number"}, "text": {"type": "string"}}, "required": ["amount", "currency", "float", "text"]} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.