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 |
|---|---|---|---|---|---|---|---|---|---|
f6636163-0490-4439-83ae-e9ead1617f2c/6ce2eda9-ef3f-4435-b90a-704788b888aa/0/0 | Rapid Translate | Translate texts between 50+ natural languages. | 9.2 | Get Languages | Returns supported language list. | 200 | Response | [{"code": "ar", "englishName": "Arabic", "nativeName": "\u0627\u0644\u0639\u0631\u0628\u064a\u0629"}, {"code": "as", "englishName": "Assamese", "nativeName": "Assamese"}, {"code": "bg", "englishName": "Bulgarian", "nativeName": "\u0411\u044a\u043b\u0433\u0430\u0440\u0441\u043a\u0438"}, {"code": "bn", "englishName": "Ba... | {"items": [{"properties": {"code": {"type": "string"}, "englishName": {"type": "string"}, "nativeName": {"type": "string"}}, "required": ["code", "englishName", "nativeName"], "type": "object"}], "type": "array"} |
f6636163-0490-4439-83ae-e9ead1617f2c/5a61f932-4e26-4573-ab57-83d3aafdc28c/0/0 | Rapid Translate | Translate texts between 50+ natural languages. | 9.2 | Translate Text | Translates text and returns translated result. | 200 | Response | {"from": "en", "result": "Salut tout le monde", "to": "fr-fr"} | {"properties": {"from": {"type": "string"}, "result": {"type": "string"}, "to": {"type": "string"}}, "type": "object"} |
277be541-b22c-47f2-9217-f20e14f0d1e7/975235a4-a220-41ed-ac39-00297b8b2ab4/0/0 | Lecto Translation | Fast Neural Translation. Text/HTML/JSON. Protected keys. Multiple source texts and target languages in a single request. Free Translation API trial with paid plans as low as $0.3 per million characters. 90+ supported languages. For personalized integration support or private plans with higher quotas, contact support@le... | 9.7 | Translate Texts | Batch translate array of texts into multiple target languages. | 400 | Invalid Request Example | {"status": 400, "details": {"from": "valid", "message": "invalid input in request", "texts": "valid", "to": "invalid number of target language codes: 2, max allowed by plan: 1"}} | {"type": "object", "properties": {"status": {"type": "integer"}, "details": {"type": "object", "properties": {"from": {"type": "string"}, "message": {"type": "string"}, "texts": {"type": "string"}, "to": {"type": "string"}}}}} |
277be541-b22c-47f2-9217-f20e14f0d1e7/975235a4-a220-41ed-ac39-00297b8b2ab4/1/0 | Lecto Translation | Fast Neural Translation. Text/HTML/JSON. Protected keys. Multiple source texts and target languages in a single request. Free Translation API trial with paid plans as low as $0.3 per million characters. 90+ supported languages. For personalized integration support or private plans with higher quotas, contact support@le... | 9.7 | Translate Texts | Batch translate array of texts into multiple target languages. | 200 | Example Response | {"translations": [{"to": "hi", "translated": ["\u092c\u0938 \u0915\u094b\u0936\u093f\u0936 \u0915\u0930\u0947\u0902 \u092e\u0948\u091f\u0964", "\u0906\u092a \u0915\u094d\u092f\u093e \u0907\u0902\u0924\u091c\u093e\u0930 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902?"]}], "from": "en", "translated_characters": 42} | {"type": "object", "properties": {"translations": {"type": "array", "items": {"type": "object", "properties": {"to": {"type": "string"}, "translated": {"type": "array", "items": {"type": "string"}}}}}, "from": {"type": "string"}, "translated_characters": {"type": "integer"}}} |
277be541-b22c-47f2-9217-f20e14f0d1e7/5d38c8ad-dd50-4266-b94d-96100f9060fd/0/0 | Lecto Translation | Fast Neural Translation. Text/HTML/JSON. Protected keys. Multiple source texts and target languages in a single request. Free Translation API trial with paid plans as low as $0.3 per million characters. 90+ supported languages. For personalized integration support or private plans with higher quotas, contact support@le... | 9.7 | Translate JSON Payload | Translate JSON values from JSON formatted strings into multiple target languages, with protected keys feature available. | 200 | Example Response | {"translations": [{"to": "de", "translated": ["{\"team\":{\"name\":\"Los Angeles Lakers\",\"player_ages\":{\"Andre Drummond\":28,\"LeBron James\":36},\"player_summary\":{\"Andre Drummond\":\"Ein zweimal NBA All-Star, hat er die Liga in der Rebounding vier Mal gef\u00fchrt und wurde auch zum All-NBA Third Team ernannt.\... | {"type": "object", "properties": {"translations": {"type": "array", "items": {"type": "object", "properties": {"to": {"type": "string"}, "translated": {"type": "array", "items": {"type": "string"}}}}}, "from": {"type": "string"}, "protected_keys": {"type": "array", "items": {"type": "string"}}, "translated_characters":... |
277be541-b22c-47f2-9217-f20e14f0d1e7/5d38c8ad-dd50-4266-b94d-96100f9060fd/1/0 | Lecto Translation | Fast Neural Translation. Text/HTML/JSON. Protected keys. Multiple source texts and target languages in a single request. Free Translation API trial with paid plans as low as $0.3 per million characters. 90+ supported languages. For personalized integration support or private plans with higher quotas, contact support@le... | 9.7 | Translate JSON Payload | Translate JSON values from JSON formatted strings into multiple target languages, with protected keys feature available. | 400 | New Example | {"status": 400, "details": {"from": "valid", "json": "valid", "message": "invalid input in request", "to": "invalid number of target language codes: 2, max allowed by plan: 1"}} | {"type": "object", "properties": {"status": {"type": "integer"}, "details": {"type": "object", "properties": {"from": {"type": "string"}, "json": {"type": "string"}, "message": {"type": "string"}, "to": {"type": "string"}}}}} |
277be541-b22c-47f2-9217-f20e14f0d1e7/dde7e7c5-2f1b-4da3-bd45-24f87de5c8e0/0/0 | Lecto Translation | Fast Neural Translation. Text/HTML/JSON. Protected keys. Multiple source texts and target languages in a single request. Free Translation API trial with paid plans as low as $0.3 per million characters. 90+ supported languages. For personalized integration support or private plans with higher quotas, contact support@le... | 9.7 | Detect Language | Send array of source texts in request body and receive JSON response with the detected language codes. | 400 | New Example | {"status": 400, "details": {"message": "invalid input in request", "texts": "invalid source text. Less than 1 character or more than 1000 characters are not allowed. Characters sent: 1002"}} | {"type": "object", "properties": {"status": {"type": "integer"}, "details": {"type": "object", "properties": {"message": {"type": "string"}, "texts": {"type": "string"}}}}} |
277be541-b22c-47f2-9217-f20e14f0d1e7/dde7e7c5-2f1b-4da3-bd45-24f87de5c8e0/1/0 | Lecto Translation | Fast Neural Translation. Text/HTML/JSON. Protected keys. Multiple source texts and target languages in a single request. Free Translation API trial with paid plans as low as $0.3 per million characters. 90+ supported languages. For personalized integration support or private plans with higher quotas, contact support@le... | 9.7 | Detect Language | Send array of source texts in request body and receive JSON response with the detected language codes. | 200 | New Example | {"detected_languages": ["en", "hi"], "original_characters": 29} | {"type": "object", "properties": {"detected_languages": {"type": "array", "items": {"type": "string"}}, "original_characters": {"type": "integer"}}} |
277be541-b22c-47f2-9217-f20e14f0d1e7/95f1061d-55d4-4206-81c3-2a4c2abbff38/0/0 | Lecto Translation | Fast Neural Translation. Text/HTML/JSON. Protected keys. Multiple source texts and target languages in a single request. Free Translation API trial with paid plans as low as $0.3 per million characters. 90+ supported languages. For personalized integration support or private plans with higher quotas, contact support@le... | 9.7 | List Languages | Get a list of supported languages for translation in ISO-639-1, ISO-639-2 or BCP-47 formats. | 200 | New Example | {"languages": [{"language_code": "af", "display_name": "Afrikaans", "support_source": true, "support_target": true}, {"language_code": "sq", "display_name": "Albanian", "support_source": true, "support_target": true}, {"language_code": "am", "display_name": "Amharic", "support_source": true, "support_target": true}, {"... | {"type": "object", "properties": {"languages": {"type": "array", "items": {"type": "object", "properties": {"language_code": {"type": "string"}, "display_name": {"type": "string"}, "support_source": {"type": "boolean"}, "support_target": {"type": "boolean"}}}}}} |
cd1a5f02-2832-4a5d-9726-8e045824eafa/a03d9af6-424e-4652-a321-17de3790a745/0/0 | Prima Translation | Universal translator of high quality text | null | Create Translation | Sending the text to transfer to service.
The main feature of our system of active translation of the text is payment for contacting API, which allows you to greatly reduce the cost compared to competitors. | 200 | Response | {"result": true, "text": "Salut le monde\u00a0!"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "boolean"}, "text": {"type": "string"}}, "required": ["result", "text"]} |
da1bd493-295c-4ea2-a716-fa429448b6ce/f6478937-4e34-46a4-8db2-42b224d1c15b/0/0 | Deep Translate | 100x cheaper than Google Translate. Same API. Same quality. | 9.9 | detect | To detect the language of some text, make a POST request and provide the appropriate request body. | 200 | Detect Response Example | {"data": {"detections": [{"confidence": 0.9882, "isReliable": false, "language": "en"}]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"detections": {"type": "array", "items": {"type": "object", "properties": {"confidence": {"type": "number"}, "isReliable": {"type": "boolean"}, "language": {"type": "string"}}, "required": ["confiden... |
da1bd493-295c-4ea2-a716-fa429448b6ce/30eb76df-f3bf-4fb4-8b4b-1648fde03540/0/0 | Deep Translate | 100x cheaper than Google Translate. Same API. Same quality. | 9.9 | languages | You can discover the supported languages of this API by sending an HTTP request using a URL of the following format | 200 | Languages Response Example | {"languages": [{"language": "en", "name": "English"}, {"language": "af", "name": "Afrikaans"}, {"language": "sq", "name": "Albanian"}, {"language": "am", "name": "Amharic"}, {"language": "ar", "name": "Arabic"}, {"language": "hy", "name": "Armenian"}, {"language": "as", "name": "Assamese"}, {"language": "az", "name": "... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"languages": {"type": "array", "items": {"type": "object", "properties": {"language": {"type": "string"}, "name": {"type": "string"}}, "required": ["language", "name"]}}}, "required": ["languages"]} |
da1bd493-295c-4ea2-a716-fa429448b6ce/c1e24071-807e-4926-b2ec-1122ffdef37e/0/0 | Deep Translate | 100x cheaper than Google Translate. Same API. Same quality. | 9.9 | translate | To translate text, make a POST request and provide JSON in the request body that identifies the language to translate to (target) and the text to translate (q). You can provide multiple segments of text to translate by including multiple q fields or a list of values for the q field. Specify target languages by using th... | 200 | Translate Response Example | {"data": {"translations": {"translatedText": "Hola Mundo!"}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"translations": {"type": "object", "properties": {"translatedText": {"type": "string"}}, "required": ["translatedText"]}}, "required": ["translations"]}}, "required": ["data"]} |
87d9a92a-a7e1-4c8b-a848-b8b35295b72f/33e8ecad-775b-466b-bd21-4715717dad07/1/0 | GlobalWordsTranslate | Translate, find synonyms, get suggestions, detect language for 7000+ languages. | 8.5 | /api/language/search | Returns data of a certain language by ISO-639 code. Use this endpoint to check if API supports a language by the ISO-639 code. You can also check that ISO code and your expectation about the language by this code are match. | 200 | Example_1 | {"success": true, "data": {"code": "deu", "name": "Deutsch"}} | {"type": "object", "properties": {"success": {"type": "boolean"}, "error": {"type": ["string", "null"]}, "data": {"type": "object", "additionalProperties": false}}, "additionalProperties": false} |
87d9a92a-a7e1-4c8b-a848-b8b35295b72f/33e8ecad-775b-466b-bd21-4715717dad07/2/0 | GlobalWordsTranslate | Translate, find synonyms, get suggestions, detect language for 7000+ languages. | 8.5 | /api/language/search | Returns data of a certain language by ISO-639 code. Use this endpoint to check if API supports a language by the ISO-639 code. You can also check that ISO code and your expectation about the language by this code are match. | 400 | Example_1 | {"success": true, "error": "", "data": {"validationErrors": [{"key": "", "errorMessage": ""}]}} | {"type": "object", "properties": {"success": {"type": "boolean"}, "error": {"type": ["string", "null"]}, "data": {"type": "object", "properties": {"validationErrors": {"type": ["array", "null"], "items": {"type": "object", "properties": {"key": {"type": ["string", "null"]}, "errorMessage": {"type": ["string", "null"]}}... |
87d9a92a-a7e1-4c8b-a848-b8b35295b72f/f3205912-832a-43ac-b7a2-b645643a6958/0/0 | GlobalWordsTranslate | Translate, find synonyms, get suggestions, detect language for 7000+ languages. | 8.5 | /api/language | Returns all supported languages | 200 | Second 50 supported languages | {"success": true, "data": {"languages": [{"code": "acd", "name": "Gikyode"}, {"code": "ace", "name": "Bahsa Ac\u00e8h"}, {"code": "acf", "name": "kw\u00e9y\u00f2l"}, {"code": "aci", "name": "Aka-Cari"}, {"code": "ack", "name": "Aka-Kora"}, {"code": "acl", "name": "Akar-Bale"}, {"code": "acm", "name": "Iraqi"}, {"code":... | {"type": "object", "properties": {"success": {"type": "boolean"}, "error": {"type": ["string", "null"]}, "data": {"type": "object", "properties": {"languages": {"type": ["array", "null"], "items": {"type": "object", "properties": {"code": {"type": ["string", "null"]}, "name": {"type": ["string", "null"]}}, "additionalP... |
87d9a92a-a7e1-4c8b-a848-b8b35295b72f/55db514d-fbef-4bbe-9c71-51b464219356/0/0 | GlobalWordsTranslate | Translate, find synonyms, get suggestions, detect language for 7000+ languages. | 8.5 | /api/suggestion | Returns suggestions of exact words texts by given start letters of the words. Can determine exact word with special letters or diacritics by provided start few letters without them. Like return "Straße" by provided "stras" (German), or return "dům" by provided "dum" (Czech). Results can be filtered by quality threshold... | 400 | Example_1 | {"success": true, "error": "", "data": {"validationErrors": [{"key": "", "errorMessage": ""}]}} | {"type": "object", "properties": {"success": {"type": "boolean"}, "error": {"type": ["string", "null"]}, "data": {"type": "object", "properties": {"validationErrors": {"type": ["array", "null"], "items": {"type": "object", "properties": {"key": {"type": ["string", "null"]}, "errorMessage": {"type": ["string", "null"]}}... |
87d9a92a-a7e1-4c8b-a848-b8b35295b72f/55db514d-fbef-4bbe-9c71-51b464219356/1/0 | GlobalWordsTranslate | Translate, find synonyms, get suggestions, detect language for 7000+ languages. | 8.5 | /api/suggestion | Returns suggestions of exact words texts by given start letters of the words. Can determine exact word with special letters or diacritics by provided start few letters without them. Like return "Straße" by provided "stras" (German), or return "dům" by provided "dum" (Czech). Results can be filtered by quality threshold... | 200 | Example_1 | {"success": true, "data": {"words": [{"text": "Stra\u00dfe", "qualityPercent": 100}, {"text": "Stra\u00dfenbahn", "qualityPercent": 31}, {"text": "Stra\u00dfenkreuzung", "qualityPercent": 17}, {"text": "Stra\u00dfen", "qualityPercent": 9}, {"text": "Stra\u00dfengraben", "qualityPercent": 9}, {"text": "Stra\u00dfenr\u00... | {"type": "object", "properties": {"success": {"type": "boolean"}, "error": {"type": ["string", "null"]}, "data": {"type": "object", "properties": {"words": {"type": ["array", "null"], "items": {"type": "object", "properties": {"text": {"type": ["string", "null"]}, "qualityPercent": {"type": "integer", "format": "int32"... |
87d9a92a-a7e1-4c8b-a848-b8b35295b72f/21a0da98-0f92-47ed-8a5a-4bb3b714f09e/0/0 | GlobalWordsTranslate | Translate, find synonyms, get suggestions, detect language for 7000+ languages. | 8.5 | /api/translate | Returns translation options for a given word in a given language to a target language. Results could be filtered out by quality threshold and/or count of options to return.
"from" and "to" are ISO 639 language codes. Like "eng" for English, "ces" for Czech, etc.
Text of word must be exactly precise, to get precise word... | 400 | Example_1 | {"success": true, "error": "", "data": {"validationErrors": [{"key": "", "errorMessage": ""}]}} | {"type": "object", "properties": {"success": {"type": "boolean"}, "error": {"type": ["string", "null"]}, "data": {"type": "object", "properties": {"validationErrors": {"type": ["array", "null"], "items": {"type": "object", "properties": {"key": {"type": ["string", "null"]}, "errorMessage": {"type": ["string", "null"]}}... |
87d9a92a-a7e1-4c8b-a848-b8b35295b72f/21a0da98-0f92-47ed-8a5a-4bb3b714f09e/2/0 | GlobalWordsTranslate | Translate, find synonyms, get suggestions, detect language for 7000+ languages. | 8.5 | /api/translate | Returns translation options for a given word in a given language to a target language. Results could be filtered out by quality threshold and/or count of options to return.
"from" and "to" are ISO 639 language codes. Like "eng" for English, "ces" for Czech, etc.
Text of word must be exactly precise, to get precise word... | 200 | English to Czech | {"success": true, "data": {"words": [{"text": "ruka", "qualityPercent": 100}, {"text": "pa\u017ee", "qualityPercent": 80}, {"text": "zbra\u0148", "qualityPercent": 60}, {"text": "rameno", "qualityPercent": 46}, {"text": "zbrojit", "qualityPercent": 38}, {"text": "p\u00e1ka", "qualityPercent": 21}, {"text": "ozbrojovat"... | {"type": "object", "properties": {"success": {"type": "boolean"}, "error": {"type": ["string", "null"]}, "data": {"type": "object", "properties": {"words": {"type": ["array", "null"], "items": {"type": "object", "properties": {"text": {"type": ["string", "null"]}, "qualityPercent": {"type": "integer", "format": "int32"... |
87d9a92a-a7e1-4c8b-a848-b8b35295b72f/fcc59832-ce7e-4c72-9ee8-0ab3d93d7218/0/0 | GlobalWordsTranslate | Translate, find synonyms, get suggestions, detect language for 7000+ languages. | 8.5 | /api/synonym | Returns synonyms for a given word in given language. Results can be filtered out by quality threshold or count. | 400 | Example_1 | {"success": true, "error": "", "data": {"validationErrors": [{"key": "", "errorMessage": ""}]}} | {"type": "object", "properties": {"success": {"type": "boolean"}, "error": {"type": ["string", "null"]}, "data": {"type": "object", "properties": {"validationErrors": {"type": ["array", "null"], "items": {"type": "object", "properties": {"key": {"type": ["string", "null"]}, "errorMessage": {"type": ["string", "null"]}}... |
87d9a92a-a7e1-4c8b-a848-b8b35295b72f/fcc59832-ce7e-4c72-9ee8-0ab3d93d7218/2/0 | GlobalWordsTranslate | Translate, find synonyms, get suggestions, detect language for 7000+ languages. | 8.5 | /api/synonym | Returns synonyms for a given word in given language. Results can be filtered out by quality threshold or count. | 200 | Example_1 | {"success": true, "data": {"words": [{"text": "budova", "qualityPercent": 100}, {"text": "pal\u00e1c", "qualityPercent": 75}, {"text": "chr\u00e1m", "qualityPercent": 75}, {"text": "domov", "qualityPercent": 65}, {"text": "stavba", "qualityPercent": 60}, {"text": "hl\u00edna", "qualityPercent": 50}, {"text": "dom\u00e1... | {"type": "object", "properties": {"success": {"type": "boolean"}, "error": {"type": ["string", "null"]}, "data": {"type": "object", "properties": {"words": {"type": ["array", "null"], "items": {"type": "object", "properties": {"text": {"type": ["string", "null"]}, "qualityPercent": {"type": "integer", "format": "int32"... |
d3ed69fe-797d-4eb5-94e3-9f58e59db831/9d56d203-5e77-411b-81a1-6d4ff88eed0d/0/0 | NLP Translation | Neural Translate. 110+ Langs. HTML/Text/JSON. Protected words. Multiple target langs in single request. | 9.9 | JSON Data Translate | Translate values inside JSON formatted string with protected keys and protected words capabilities | 200 | Response | {"from": "en", "original_json": "{\"name\":{\"firstName\":\"George\",\"lastName\":\"Bush\"},\"age\":30,\"Address\":null,\"cities\":[{\"code\":\"NYC\",\"name\":\"New York City\",\"state\":\"New York\",\"lat\":40.73061,\"long\":-73.935242,\"description\":\"<p>New York City (NYC), often called New York (NY), is the most p... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"from": {"type": "string"}, "original_json": {"type": "string"}, "protected_keys": {"type": "string"}, "protected_words": {"type": "string"}, "status": {"type": "integer"}, "to": {"type": "string"}, "translated_characters": {"type": "integer... |
d3ed69fe-797d-4eb5-94e3-9f58e59db831/ab83e66c-7a05-4276-ba47-50592a95bba3/0/0 | NLP Translation | Neural Translate. 110+ Langs. HTML/Text/JSON. Protected words. Multiple target langs in single request. | 9.9 | Translate | Translate Text or HTML | 200 | Response | {"from": "en", "original_text": "Hello, world!!", "status": 200, "to": "es", "translated_characters": 14, "translated_text": {"es": "\u00a1\u00a1Hola Mundo!!"}} | {"properties": {"from": {"type": "string"}, "original_text": {"type": "string"}, "status": {"type": "integer"}, "to": {"type": "string"}, "translated_characters": {"type": "integer"}, "translated_text": {"properties": {"es": {"type": "string"}}, "type": "object"}}, "type": "object"} |
d3ed69fe-797d-4eb5-94e3-9f58e59db831/7be6f167-5177-4af0-bc89-c5cc2dc9906b/0/0 | NLP Translation | Neural Translate. 110+ Langs. HTML/Text/JSON. Protected words. Multiple target langs in single request. | 9.9 | Translate | Translate Text or HTML | 200 | Example_1 | {"from": "en", "original_text": "Hello World", "to": "es", "translated_characters": 11, "translated_text": {"es": "Hola Mundo"}} | {"properties": {"from": {"type": "string"}, "original_text": {"type": "string"}, "to": {"type": "string"}, "translated_characters": {"type": "integer"}, "translated_text": {"properties": {"es": {"type": "string"}}, "type": "object"}}, "type": "object"} |
5185db9e-aeb9-4ee9-8b58-1725c57c3b8b/ed771085-b7bb-4fdf-9d1f-1e8e983f55b6/0/0 | Fast And Highly Accurate Language Detection | Fast and highly accurate (99.9% accuracy for most major languages*) language detection in 176 languages based on the Fast Text Machine Learning model. Please see the "About" section for details on languages and accuracy data. | 8.9 | Languages | Endpoint to return language information. | 200 | Language Response | [{"name": "Afrikaans", "code": "af", "accuracy": 0.7879901960784313, "datapoints": 1632}, {"name": "Amharic", "code": "am", "accuracy": 1, "datapoints": 3}, {"name": "Aragonese", "code": "an", "accuracy": 0.5, "datapoints": 4}, {"name": "Arabic", "code": "ar", "accuracy": 0.9978312977970552, "datapoints": 8761}, {"name... | {"type": "array", "items": {"type": "object"}} |
5185db9e-aeb9-4ee9-8b58-1725c57c3b8b/bd9e95b1-b41a-410a-83a1-4043c1534b94/0/0 | Fast And Highly Accurate Language Detection | Fast and highly accurate (99.9% accuracy for most major languages*) language detection in 176 languages based on the Fast Text Machine Learning model. Please see the "About" section for details on languages and accuracy data. | 8.9 | Language Detection Endpoint | This is the endpoint for language detection. | 200 | Language Detection Response | {"lang": "en", "prob": 0.9567455649375916, "isReliable": true, "highAccuracyLanguage": true, "predictions": [{"lang": "en", "prob": 0.9567455649375916}, {"lang": "de", "prob": 0.007396162021905184}, {"lang": "kn", "prob": 0.004268251359462738}, {"lang": "ne", "prob": 0.0034289576578885317}, {"lang": "mn", "prob": 0.002... | {"type": "object", "properties": {"lang": {"type": "string"}, "prob": {"type": "number"}, "isReliable": {"type": "boolean"}, "highAccuracyLanguage": {"type": "boolean"}, "predictions": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "prob": {"type": "number"}}}}}} |
3bad75d2-7083-4a1c-9f50-1cb14705a265/4f00d579-dfbc-4df1-abe3-215419aeac48/0/0 | Webit Language | A.I. Text Paraphrase (Rewrite), Dictionary (Lookup, Examples, Bilingual, Synonyms, Antonyms), Key Phrases, Sentences Breaker. | 8.7 | Bilingual Dictionary | Powerful multi-language bilingual neural translation dictionary, supporting 80+ languages. | 200 | Response | {"data": [{"term": "merci", "translations": [{"confidence": 1, "translation": "thanks"}, {"confidence": 0.5555555555555556, "translation": "cheers"}, {"confidence": 0.5555555555555556, "translation": "thank you"}]}, {"term": "poisson", "translations": [{"confidence": 1, "translation": "pisces"}, {"confidence": 0.9, "tr... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"term": {"type": "string"}, "translations": {"type": "array", "items": {"type": "object", "properties": {"confidence": {"type": "number"}, "translation": {"type": "string"}... |
3bad75d2-7083-4a1c-9f50-1cb14705a265/076c5f45-7637-4cad-b413-b393995c1160/0/0 | Webit Language | A.I. Text Paraphrase (Rewrite), Dictionary (Lookup, Examples, Bilingual, Synonyms, Antonyms), Key Phrases, Sentences Breaker. | 8.7 | Key Phrases | Key Phrases | 200 | Response | {"data": {"key_phrases": ["catania", "city", "eastern coast", "sicily", "foot", "mount etna", "biggest volcano", "europe", "seventh largest city", "italy", "metropolitan area reaching", "million inhabitants", "major transport hub", "economic centre", "university city", "enjoy", "busy downtown", "active nightlife", "bar... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"key_phrases": {"type": "array", "items": {"type": "string"}}}, "required": ["key_phrases"]}, "message": {"type": "null"}, "status": {"type": "string"}}, "required": ["data", "message", "status"]} |
3bad75d2-7083-4a1c-9f50-1cb14705a265/fc1522ca-b706-4ed8-b8db-a94abdd1232d/0/0 | Webit Language | A.I. Text Paraphrase (Rewrite), Dictionary (Lookup, Examples, Bilingual, Synonyms, Antonyms), Key Phrases, Sentences Breaker. | 8.7 | Analyze Grammar | Perform deep sentences analysis to determine gender, nouns, pronouns, verbs, adverbs, adjective and a lot more complex syntax and morphological insights. Extract roots and stems and examine structure of words.
Powered by Webit X-512 Neural Machine. | 200 | Response | {"data": {"output": [{"alignment": "This ", "analysis": [{"root": "this", "symbols": [{"explanation": "Determiner", "symbols": "DET", "tag_type": "pos"}, {"explanation": "Demonstrative", "symbols": "PronType=Dem", "tag_type": "feature"}, {"explanation": "Singular", "symbols": "Number=Sing", "tag_type": "feature"}]}, {"... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"output": {"type": "array", "items": {"type": "object", "properties": {"alignment": {"type": "string"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"root": {"type": "stri... |
3bad75d2-7083-4a1c-9f50-1cb14705a265/c924f8f9-b132-4c47-a77c-4f451d89dbeb/0/0 | Webit Language | A.I. Text Paraphrase (Rewrite), Dictionary (Lookup, Examples, Bilingual, Synonyms, Antonyms), Key Phrases, Sentences Breaker. | 8.7 | Break Sentence | Perform Neural Machine sentence breaking on a long text. Sentences are break in respect of grammar and phrases meaning. | 200 | Response | {"data": {"input": "This is a phrase. How well can you do? Mr. Webit has Mr. being part of the sentence without breaking it.", "sentences": ["This is a phrase.", "How well can you do?", "Mr. Webit has Mr. being part of the sentence without breaking it."]}, "message": null, "status": "success"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"input": {"type": "string"}, "sentences": {"type": "array", "items": {"type": "string"}}}, "required": ["input", "sentences"]}, "message": {"type": "null"}, "status": {"type": "string"}}, "required":... |
3bad75d2-7083-4a1c-9f50-1cb14705a265/eca09b98-df06-4465-a122-65c0a29f36b0/0/0 | Webit Language | A.I. Text Paraphrase (Rewrite), Dictionary (Lookup, Examples, Bilingual, Synonyms, Antonyms), Key Phrases, Sentences Breaker. | 8.7 | Detect | Detect | 200 | Response | {"data": {"input_text": "\u4f60\u597d! \u4f60\u597d\u5417? \u0643\u064a\u0641 \u062d\u0627\u0644\u0643\u061f Neural recognition can detect multiple languages at the same time!", "languages": [{"confidence": 0.9946622848510742, "is_reliable": true, "language": "en", "proportion": 0.656862735748291}, {"confidence": 0.996... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"input_text": {"type": "string"}, "languages": {"type": "array", "items": {"type": "object", "properties": {"confidence": {"type": "number"}, "is_reliable": {"type": "boolean"}, "language": {"type": ... |
3bad75d2-7083-4a1c-9f50-1cb14705a265/b26333de-672f-4f2f-aa69-3eaf591501a3/0/0 | Webit Language | A.I. Text Paraphrase (Rewrite), Dictionary (Lookup, Examples, Bilingual, Synonyms, Antonyms), Key Phrases, Sentences Breaker. | 8.7 | Paraphrase (English) | This endpoint allows for text paraphrasing (rewriting) using our A.I. neural network.
Supported languages: English [en]. | 200 | Response | {"data": {"entropy": "very_high", "paraphrase": "In ancient times, Catania was associated with the legends of Amfinomas and Anapias, who gave up all their possessions and carried their elderly parents on their shoulders during the Etna outbreak. The lava flow itself is said to have broken up and flowed to one side so a... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"entropy": {"type": "string"}, "paraphrase": {"type": "string"}, "salt": {"type": "integer"}, "similarity": {"type": "number"}}, "required": ["entropy", "paraphrase", "salt", "similarity"]}, "message... |
3bad75d2-7083-4a1c-9f50-1cb14705a265/bce5850a-a59e-4911-b8bf-70df0bd6b300/0/0 | Webit Language | A.I. Text Paraphrase (Rewrite), Dictionary (Lookup, Examples, Bilingual, Synonyms, Antonyms), Key Phrases, Sentences Breaker. | 8.7 | Summarization (English) | Summarize a long article in a short, machine-generated, text.
Supported languages: "en" (English). | 200 | Response | {"data": {"input_length": 1538, "result_length": 337, "summarization": "Catania is the second largest city in Sicily, after Palermo, and one of the ten major cities in Italy. By the 14th century, however, it was one of the most important cultural, artistic, and political centres in Italy. This is the capital of the fir... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"input_length": {"type": "integer"}, "result_length": {"type": "integer"}, "summarization": {"type": "string"}}, "required": ["input_length", "result_length", "summarization"]}, "message": {"type": "... |
924964c5-b626-4663-80f3-fe6bd2927a8f/74dfe5da-f1b3-40dc-a4f7-086036af0436/0/0 | JoJ Translate | Fast and scalable API service from the world's most used translation service! | 7.9 | Batch Translate | Batch Translate (FAST) | 200 | Response | {"translations": ["art\u00edculo", "Estoy escribiendo un art\u00edculo", "\u00bfQu\u00e9 est\u00e1s haciendo?", "Cosas diferentes"]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"translations": {"type": "array", "items": {"type": "string"}}}, "required": ["translations"]} |
924964c5-b626-4663-80f3-fe6bd2927a8f/7a2db643-58ab-4241-892b-606843351520/0/0 | JoJ Translate | Fast and scalable API service from the world's most used translation service! | 7.9 | Translate | Translate | 200 | Response | {"auto_correct": null, "original": {"detected_language": "en", "pronunciation": "\u02c8\u00e4rd\u0259k(\u0259)l"}, "translation": {"language": "es", "pronunciation": null, "parts": [{"text": "art\u00edculo", "alternatives": ["cl\u00e1usula", "artejo", "formular", "colocar de aprendiz"]}]}, "word_types": {"word": "artic... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"auto_correct": {"type": "null"}, "original": {"type": "object", "properties": {"detected_language": {"type": "string"}, "pronunciation": {"type": "string"}}, "required": ["detected_language", "pronunciation"]}, "translation": {"type": "obje... |
17acff7c-f851-425c-814d-ca40aca23321/e2179eef-feb1-465a-b71a-2993e54d7e9d/0/0 | Translate | Translate - ToolRepo
Site - https://ToolRepo.com | 8.4 | Translate | Translate | 200 | Example_1 | {"translate": "Hi world!", "lang": "fr"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"translate": {"type": "string"}, "lang": {"type": "string"}}, "required": ["lang", "translate"]} |
1de3ec8f-1e95-42ef-8a60-324a8e5e9738/5c6f4b7b-32ae-45e9-b6b5-dcd6966d6781/0/0 | GoogleTranslate | GoogleTranslate | null | TranslateEndpoint_copy | Translate api endpoint | 200 | New Example | {"text": "I would really like to drive your car around the block a few times."} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]} |
cd8d050c-b271-4d7a-a4cf-f8ddcf85cd0d/147f196f-95f1-49c4-9d04-84f4e422e342/0/0 | Text Translator | Translate text to 100+ languages . Fast processing, cost saving. Free up to 100,000 characters per month | 9.9 | translate | This endpoint is used to translate text from one language to another using the post method | 200 | Success Response Example | {"data": {"translatedText": "siapa namamu"}} | {"type": "object", "properties": {"data": {"type": "object", "properties": {"translatedText": {"type": "string"}}}}} |
cd8d050c-b271-4d7a-a4cf-f8ddcf85cd0d/d3efc78f-2d7f-45a8-8c5d-41571384d1e8/0/0 | Text Translator | Translate text to 100+ languages . Fast processing, cost saving. Free up to 100,000 characters per month | 9.9 | getLanguages | This endpoint is used to get a list of available language codes | 200 | Example Success Response | {"data": {"languages": [{"code": "en", "name": "english"}, {"code": "id", "name": "Bahasa Indonesia"}]}} | {"type": "object", "properties": {"data": {"type": "object", "properties": {"languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}}}}} |
e4a4e4c7-6b38-4f39-8e61-743d57ca2136/b353d728-961b-4fec-9735-971e262e97b5/0/0 | Language Detection | Detect over 100 languages from text. | null | detect | Detect over 100 languages from text. The longer the text, the high the accuracy. | 200 | Response | {"code": "en", "name": "English", "native": "English"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "native": {"type": "string"}}, "required": ["code", "name", "native"]} |
1fe6898a-2aa7-45c7-aae2-3e42bb3e2d17/62837d3c-2bce-421c-bace-6227f888eeb4/0/0 | Certified Translation | The Certified Translation API can be used to create translations of complex documents by professionally certified human translators. | 0.1 | Get Account | Retrieves information about the current account, including:
Users
Stored Payment Methods
| 200 | Example Account Response | {"data": {"token": "account_KyVqm8PALvjkrzM9wvzg5R3QW2ebN0MB", "name": "Test Account", "number": "66957939", "users": [{"email": "test@immitranslate.io", "token": "user_K0LVPzGnopvrYg8RBjXQl7q4w23eWE6b", "first_name": "Test", "last_name": "User", "status": "active", "phone_number": null, "whatsapp_number": null, "creat... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"token": {"type": "string"}, "name": {"type": "string"}, "number": {"type": "string"}, "users": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "token": {"ty... |
1fe6898a-2aa7-45c7-aae2-3e42bb3e2d17/22a8fda5-0a1c-4d2b-9f40-8e00bc8d5fde/0/0 | Certified Translation | The Certified Translation API can be used to create translations of complex documents by professionally certified human translators. | 0.1 | Retrieve Order | Retrieves a specific order by the order number. | 200 | Example of Retrieving an Order | {"data": {"token": "order_7lDcwlny685vmACxX3ALyLf3D", "number": "730945-285638", "status": "completed", "total": 32500, "items": [{"quantity": 1, "price": 2500, "subtotal": 2500, "service": {"code": "certified_translation", "type": "translation", "name": "Certified Translation"}, "service_price": {"code": "certified_tr... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"token": {"type": "string"}, "number": {"type": "string"}, "status": {"type": "string"}, "total": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"quantity"... |
1fe6898a-2aa7-45c7-aae2-3e42bb3e2d17/a8de9195-d5fe-482d-8ec8-e0a20d70f0ca/0/0 | Certified Translation | The Certified Translation API can be used to create translations of complex documents by professionally certified human translators. | 0.1 | List Orders | Retrieves a paginated list (default 50) of orders associated with the provided account, sorted in descending order by created_at.
The Order objects included in this response are reference objects, meaning they do not contain all the possible properties of the order, but rather a glimpse. | 200 | List Orders Sample | {"data": [{"url": "https://immitranslate.com/api/v1/orders/order_a1s2d3f4q5w6e7r8t9y0", "token": "order_a1s2d3f4q5w6e7r8t9y0", "number": "123456-123456", "status": "created", "total": 2500, "app": null, "certification": "certified", "translation_type": "certified", "delivery": "digital", "turnaround": "standard", "sour... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "token": {"type": "string"}, "number": {"type": "string"}, "status": {"type": "string"}, "total": {"type": "integer"}, "app": {"type": "null"}, "... |
1fe6898a-2aa7-45c7-aae2-3e42bb3e2d17/5ebd9c12-3e89-4729-a17d-d10c74ebcb3f/0/0 | Certified Translation | The Certified Translation API can be used to create translations of complex documents by professionally certified human translators. | 0.1 | Pay Quote | This endpoint is for paying a quote, which converts it into a translation order for processing. Future updates on the order are received via webhook. | 200 | Successfully Paid for Quote | {"result": "success", "data": {"order": {"token": "order_a1s2d3f4q5w6e7r8t9y0"}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "string"}, "data": {"type": "object", "properties": {"order": {"type": "object", "properties": {"token": {"type": "string"}}, "required": ["token"]}}, "required": ["order"]}}, "required": ["data", "result"]} |
1fe6898a-2aa7-45c7-aae2-3e42bb3e2d17/43ffbc0c-f62b-4789-8148-7efe00411fb8/0/0 | Certified Translation | The Certified Translation API can be used to create translations of complex documents by professionally certified human translators. | 0.1 | Create Quote | Once all files that require translation have been uploaded, they must be combined together via the Create Quote endpoint to determine pricing and turnaround time. | 200 | New Example | {"data": {"token": "quote_a1s2d3f4q5w6e7r8t9y0", "number": "1565093310-75696", "status": "requested", "label": "1565093310-75696", "reference": null, "case_reference": null, "client_reference": null, "files": [{"id": "file_a1s2d3f4q5w6e7r8t9y0", "filename": "immitranslate-api-test-file-standard.pdf", "size": 157231, "s... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"token": {"type": "string"}, "number": {"type": "string"}, "status": {"type": "string"}, "label": {"type": "string"}, "reference": {"type": "null"}, "case_reference": {"type": "null"}, "client_refere... |
1fe6898a-2aa7-45c7-aae2-3e42bb3e2d17/72e7a251-7da5-4d29-898c-06365f4653fa/0/0 | Certified Translation | The Certified Translation API can be used to create translations of complex documents by professionally certified human translators. | 0.1 | Upload File | Uploads a file for use in a quote or for other purposes. | 200 | Successful Upload | {"data": {"id": "file...", "filename": "immitranslate-api-test-file-standard.pdf", "size": 157231, "sha256": "6815eeab802020c22288664ad0ff64870ac9e3eb56fd5b098d6fe558a4c39ed1", "mimetype": "application/pdf", "url": "https://...", "created_at": "2022-02-26T20:01:49+00:00", "updated_at": "2022-02-26T20:01:49+00:00", "upl... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "string"}, "filename": {"type": "string"}, "size": {"type": "integer"}, "sha256": {"type": "string"}, "mimetype": {"type": "string"}, "url": {"type": "string"}, "created_at": {"type": ... |
e14ccd6d-106d-4911-b81f-01b19ba24e46/44eb612f-1428-479d-b3ea-e613dd5c5868/1/0 | DeepL Translator | The most precise and finely-tuned machine translation in the world | 9.8 | /translate | A list of acceptable languages can be found here. | 200 | Example_1 | {"text": "", "alternative_texts": []} | {"type": "object", "properties": {"text": {"type": ["string"]}, "alternative_texts": {"type": ["array"], "items": {"type": "string"}}}, "additionalProperties": false} |
710a1bb6-1ed1-4be9-90e0-60964020b7f5/30c26a49-2859-49da-8f11-900ac9e8a4b7/0/0 | Chinese-English Dictionary API | An API that lets you find search a Chinese-English dictionary for characters, definitions, and pinyin. | 6.8 | /definition | Search for a definition. | 400 | null | {"error": ""} | {"type": "object", "properties": {"error": {"type": "string", "description": "An error message."}}} |
710a1bb6-1ed1-4be9-90e0-60964020b7f5/30c26a49-2859-49da-8f11-900ac9e8a4b7/1/0 | Chinese-English Dictionary API | An API that lets you find search a Chinese-English dictionary for characters, definitions, and pinyin. | 6.8 | /definition | Search for a definition. | 200 | null | {"simplified": "", "traditional": "", "pinyin": {"diacritics": "", "numbers": ""}, "definitions": []} | {"type": "object", "properties": {"simplified": {"type": "string"}, "traditional": {"type": "string"}, "pinyin": {"type": "object", "properties": {"diacritics": {"type": "string", "description": "Pinyin with diacritics."}, "numbers": {"type": "string", "description": "Pinyin with tone numbers."}}}, "definitions": {"typ... |
f1fa8398-c2fe-4844-8478-5f8077d99fb9/fdc3ab03-abea-4b4d-b65b-32761ab312ba/1/0 | DpL Translator | The most precise and finely-tuned machine translation in the world | 9.6 | /translate | A list of acceptable languages can be found here. | 200 | Example_1 | {"text": "\ubc88\uc5ed \uc608\uc2dc \ud14d\uc2a4\ud2b8\uc785\ub2c8\ub2e4.", "alternative_texts": ["\ub2e4\uc74c\uc740 \ubc88\uc5ed \uc608\uc2dc \ud14d\uc2a4\ud2b8\uc785\ub2c8\ub2e4.", "\ubc88\uc5ed\uc744 \uc704\ud55c \uc608\uc2dc \ud14d\uc2a4\ud2b8\uc785\ub2c8\ub2e4.", "\ubc88\uc5ed\uc744 \uc704\ud55c \uc608\uc2dc \ud1... | {"type": "object", "properties": {"text": {"type": ["string", "null"]}, "alternative_texts": {"type": ["array", "null"], "items": {"type": "string"}}}, "additionalProperties": false} |
0c10b4be-61ee-4a8b-b501-0568b8ee2d72/2166f25d-f2f3-46f8-8972-2a3ebe6a4429/0/0 | Translate | Easy and reliable Machine Translation and Language Detection | 9.3 | Accurate Language Detection | This endpoint will return the Language of the Text | 422 | Example_1 | {"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": {"anyOf": [{"type": "string"}, {"type": "inte... |
0c10b4be-61ee-4a8b-b501-0568b8ee2d72/2166f25d-f2f3-46f8-8972-2a3ebe6a4429/1/0 | Translate | Easy and reliable Machine Translation and Language Detection | 9.3 | Accurate Language Detection | This endpoint will return the Language of the Text | 200 | Response | {"lang": "en", "confidence": 0.9500000000000001, "script": "", "is_reliable": true} | {"title": "WhatLang", "required": ["lang", "confidence", "script", "is_reliable"], "type": "object", "properties": {"lang": {"title": "Lang", "type": "string"}, "confidence": {"title": "Confidence", "type": "number"}, "script": {"title": "Script", "type": "string"}, "is_reliable": {"title": "Is Reliable", "type": "bool... |
0c10b4be-61ee-4a8b-b501-0568b8ee2d72/89e44f20-6400-4626-8567-8fa31e0b8ac3/0/0 | Translate | Easy and reliable Machine Translation and Language Detection | 9.3 | Accurate Language Detection | This endpoint will return the Language of the Text | 422 | Example_1 | {"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": {"anyOf": [{"type": "string"}, {"type": "inte... |
0c10b4be-61ee-4a8b-b501-0568b8ee2d72/89e44f20-6400-4626-8567-8fa31e0b8ac3/1/0 | Translate | Easy and reliable Machine Translation and Language Detection | 9.3 | Accurate Language Detection | This endpoint will return the Language of the Text | 200 | Response | {"lang": "en", "confidence": 0.9500000000000001, "script": "", "is_reliable": true} | {"title": "WhatLang", "required": ["lang", "confidence", "script", "is_reliable"], "type": "object", "properties": {"lang": {"title": "Lang", "type": "string"}, "confidence": {"title": "Confidence", "type": "number"}, "script": {"title": "Script", "type": "string"}, "is_reliable": {"title": "Is Reliable", "type": "bool... |
0c10b4be-61ee-4a8b-b501-0568b8ee2d72/fd945765-731a-4b00-a488-7cd4c066ece9/0/0 | Translate | Easy and reliable Machine Translation and Language Detection | 9.3 | Fast Language Detection | This endpoint will return the Language of the Text | 422 | Example_1 | {"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": {"anyOf": [{"type": "string"}, {"type": "inte... |
0c10b4be-61ee-4a8b-b501-0568b8ee2d72/fd945765-731a-4b00-a488-7cd4c066ece9/1/0 | Translate | Easy and reliable Machine Translation and Language Detection | 9.3 | Fast Language Detection | This endpoint will return the Language of the Text | 200 | Response | {"lang": "en", "confidence": 0.8678492968443098, "script": "Latin", "is_reliable": false} | {"title": "WhatLang", "required": ["lang", "confidence", "script", "is_reliable"], "type": "object", "properties": {"lang": {"title": "Lang", "type": "string"}, "confidence": {"title": "Confidence", "type": "number"}, "script": {"title": "Script", "type": "string"}, "is_reliable": {"title": "Is Reliable", "type": "bool... |
0c10b4be-61ee-4a8b-b501-0568b8ee2d72/effb968f-3d14-452a-93ec-a885ebb2e34e/0/0 | Translate | Easy and reliable Machine Translation and Language Detection | 9.3 | Translate | Return Translated Text and the source language if it wasn't specified | 422 | Example_1 | {"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": {"anyOf": [{"type": "string"}, {"type": "inte... |
0c10b4be-61ee-4a8b-b501-0568b8ee2d72/effb968f-3d14-452a-93ec-a885ebb2e34e/1/0 | Translate | Easy and reliable Machine Translation and Language Detection | 9.3 | Translate | Return Translated Text and the source language if it wasn't specified | 200 | Response | {"original_text": "this is accurate and it can improve if it's longer", "translated_text": "esto es exacto y puede mejorar si es m\u00e1s largo", "destination_language": "es", "original_language": "en"} | {"title": "Google", "required": ["original_text"], "type": "object", "properties": {"original_text": {"title": "Original Text", "type": "string"}, "translated_text": {"title": "Translated Text", "type": "string"}, "destination_language": {"title": "Destination Language", "type": "string"}, "original_language": {"title"... |
0c10b4be-61ee-4a8b-b501-0568b8ee2d72/4f9471c6-4d00-450e-8516-34ca52dbec33/0/0 | Translate | Easy and reliable Machine Translation and Language Detection | 9.3 | Translate | Return Translated Text and the source language if it wasn't specified | 200 | Response | {"original_text": "this is accurate and it can improve if it's longer", "translated_text": "esto es exacto y puede mejorar si es m\u00e1s largo", "destination_language": "es", "original_language": "en"} | {"type": "object", "properties": {"original_text": {"type": "string"}, "translated_text": {"type": "string"}, "destination_language": {"type": "string"}, "original_language": {"type": "string"}}} |
0c10b4be-61ee-4a8b-b501-0568b8ee2d72/4f9471c6-4d00-450e-8516-34ca52dbec33/1/0 | Translate | Easy and reliable Machine Translation and Language Detection | 9.3 | Translate | Return Translated Text and the source language if it wasn't specified | 422 | Example_1 | {"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": {"anyOf": [{"type": "string"}, {"type": "inte... |
0c10b4be-61ee-4a8b-b501-0568b8ee2d72/b37ae53d-84e6-4f77-96e3-2c9ccd171dd4/0/0 | Translate | Easy and reliable Machine Translation and Language Detection | 9.3 | Fast Language Detection | This endpoint will return the Language of the Text | 422 | Example_1 | {"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": {"anyOf": [{"type": "string"}, {"type": "inte... |
0c10b4be-61ee-4a8b-b501-0568b8ee2d72/b37ae53d-84e6-4f77-96e3-2c9ccd171dd4/1/0 | Translate | Easy and reliable Machine Translation and Language Detection | 9.3 | Fast Language Detection | This endpoint will return the Language of the Text | 200 | Response | {"lang": "en", "confidence": 0.8678492968443098, "script": "Latin", "is_reliable": false} | {"title": "WhatLang", "required": ["lang", "confidence", "script", "is_reliable"], "type": "object", "properties": {"lang": {"title": "Lang", "type": "string"}, "confidence": {"title": "Confidence", "type": "number"}, "script": {"title": "Script", "type": "string"}, "is_reliable": {"title": "Is Reliable", "type": "bool... |
1db8b32d-d161-4c1f-acf9-ab190b0ff125/03616574-12cb-413f-971f-7464b0282cbb/0/0 | Gangster Speak Translator API | Unleash your inner gangsta with this fun text translator!
Gangster Speak Translator is a unique and entertaining text translation tool that turns your ordinary words into gangster lingo. Whether you're looking to spice up your messages, add some swagger to your social media posts, or simply have a good laugh with frien... | null | Translate | The Translate endpoint is a part of the Gangsta Translator API that provides a simple and easy-to-use interface for converting input text into "gangster speak." It is designed to add an entertaining twist to ordinary text, making it suitable for casual conversations, social media posts, and more. | 200 | New Example | {"input": "Hey how are you?", "output": "Yo, sup? How you livin'?"} | {"type": "object", "properties": {"input": {"type": "string"}, "output": {"type": "string"}}} |
221f3e0c-dafb-4a56-beac-9d9362b409e4/f3580956-a939-488e-8844-5aa2e6e1bba4/0/0 | Long Translator | Translate text into other languages.
Can translate long texts, fast processing, cost-effective. | 6.8 | translate | This endpoint is used to translate text from one language to another using the post method | 200 | Response | {"status": "success", "data": {"translatedText": "quel est ton nom ?", "detectedSourceLanguage": {"code": "en", "name": "English"}}} | {"type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"translatedText": {"type": "string"}, "detectedSourceLanguage": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}}}} |
221f3e0c-dafb-4a56-beac-9d9362b409e4/7cdd02b6-031c-40e5-9891-40a7e9da7d4b/0/0 | Long Translator | Translate text into other languages.
Can translate long texts, fast processing, cost-effective. | 6.8 | languages | This endpoint is used to get a list of available language codes | 200 | Response | {"data": {"languages": [{"code": "af", "name": "Afrikaans"}, {"code": "sq", "name": "Albanian"}, {"code": "am", "name": "Amharic"}, {"code": "ar", "name": "Arabic"}, {"code": "hy", "name": "Armenian"}, {"code": "az", "name": "Azerbaijani"}, {"code": "eu", "name": "Basque"}, {"code": "be", "name": "Belarusian"}, {"code"... | {"type": "object", "properties": {"data": {"type": "object", "properties": {"languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}}}}} |
c7f3d57f-f4aa-4088-ad92-5ac989cfa087/71285f9d-38c3-43f4-b725-3eb3e12096b1/0/0 | Translate | TranslaPro API is a powerful translation solution that allows you to translate text and documents quickly and accurately. We offer a wide variety of languages and a user-friendly interface to meet your translation needs. | null | translate | Translate Text is a powerful API endpoint that allows you to easily translate text from one language to another. Whether you're building a multilingual website, mobile app, or any other application, our API provides seamless translation capabilities. | 200 | New Example | {"translatedText": "\u0412\u0441\u0435\u043c \u043f\u0440\u0438\u0432\u0435\u0442", "status": true, "message": ""} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"translatedText": {"type": "string"}, "status": {"type": "boolean"}, "message": {"type": "string"}}, "required": ["message", "status", "translatedText"]} |
06fd24df-48b0-4e4e-b336-a044ed994cae/60193c22-54f8-44d8-a77c-a96c13e5e045/0/0 | Neuro High-quality Translation | High-quality text translation based on neural networks and our own multi-model | null | Translation | Setting a transfer problem. The result of the execution is a json massive | 200 | Response | {"result": true, "text": "warto\u015b\u0107"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "boolean"}, "text": {"type": "string"}}, "required": ["result", "text"]} |
9665385c-1892-429f-a600-92d57ce9840b/53eadcad-2ae1-4352-bcd5-74fc94329500/0/0 | Webit Translator | Neural translation supporting 100+ languages | 0.2 | Detect | Perform Neural Language Detection on any text. Supporting 100+ languages. | 200 | Response | {"status": "success", "data": {"input_text": "\u4f60\u597d! \u4f60\u597d\u5417? \u0643\u064a\u0641 \u062d\u0627\u0644\u0643\u061f Neural recognition can detect multiple languages at the same time!", "languages": [{"language": "en", "confidence": 0.9946622848510742, "is_reliable": true, "proportion": 0.656862735748291},... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"input_text": {"type": "string"}, "languages": {"type": "array", "items": {"type": "object", "properties": {"language": {"type": "string"}, "confidence": {"type": "numbe... |
9665385c-1892-429f-a600-92d57ce9840b/5473f2b4-71e9-4c9c-8884-c334bd0bbdb1/0/0 | Webit Translator | Neural translation supporting 100+ languages | 0.2 | Translate | Perform Neural Translation in 100+ languages.
Try it live at: https://webit.re/services/translation/text-translator-api/tryout | 200 | Response | {"data": {"detected_language": "en", "from": "zh", "to": "en", "translation": "\u9019\u662f\u4e00\u500b\u4f8b\u5b50\u6e2c\u8a66\u4f86\u7ffb\u8b6f\u3002"}, "message": null, "status": "success"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"detected_language": {"type": "string"}, "from": {"type": "string"}, "to": {"type": "string"}, "translation": {"type": "string"}}, "required": ["detected_language", "from", "to", "translation"]}, "me... |
9665385c-1892-429f-a600-92d57ce9840b/999b550c-1e7f-4530-a803-d2535eaf36c0/0/0 | Webit Translator | Neural translation supporting 100+ languages | 0.2 | Break Sentence | Perform Neural Machine sentence breaking on a long text. Sentences are break in respect of grammar and phrases meaning. | 200 | Response | {"status": "success", "data": {"input": "This is a phrase. How well can you do? Mr. Webit has Mr. being part of the sentence without breaking it.", "sentences": ["This is a phrase.", "How well can you do?", "Mr. Webit has Mr. being part of the sentence without breaking it."]}, "message": null} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"input": {"type": "string"}, "sentences": {"type": "array", "items": {"type": "string"}}}, "required": ["input", "sentences"]}, "message": {"type": "null"}}, "required":... |
f107b0a6-74b0-408b-9fd0-2ef3dcdddb0e/9ff44687-a0ec-423e-9d5d-0a1d0e3d8582/0/0 | French Synonyms | Get a list of synonyms from a french word | 5.8 | Get Synonyms | Get all synonyms from a word | 200 | New Example | {"synonyms": ["affaire", "charade", "colle", "controverse", "demande", "devinette", "difficult\u00e9", "discussion", "\u00e9nigme", "interpellation", "interrogation", "point", "probl\u00e8me", "th\u00e8me", "torture"]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"synonyms": {"type": "array", "items": {"type": "string"}}}, "required": ["synonyms"]} |
5ddb827e-5c52-484c-b4eb-8f198dee6aec/a4ab812d-cb30-491b-a23e-171179279c9d/0/0 | Translate Language | Translate Language - Quickly translate your text into all the different languages .
The Translate Language API is a service that enables the translation of a text passage into various languages. This API allows users to input a text that needs to be translated and select the desired target language.
The API provides a ... | 8.6 | Supported Languages | Supported Languages | 200 | New Example | {"data": [{"code": "af", "language": "Afrikaans"}, {"code": "sq", "language": "Albanian"}], "message": "Successful", "status": true, "totalResultCount": 109} | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "language": {"type": "string"}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}, "totalResultCount": {"type": "integer"}}} |
5ddb827e-5c52-484c-b4eb-8f198dee6aec/3b94cbb7-0836-40a9-adc7-20871b48321e/0/0 | Translate Language | Translate Language - Quickly translate your text into all the different languages .
The Translate Language API is a service that enables the translation of a text passage into various languages. This API allows users to input a text that needs to be translated and select the desired target language.
The API provides a ... | 8.6 | Translate | Translate | 200 | New Example | {"data": {"from_language": "en", "text": "\u3053\u3093\u306b\u3061\u306f", "to_language": "ja"}, "message": "Successful", "status": true, "totalResultCount": 1} | {"type": "object", "properties": {"data": {"type": "object", "properties": {"from_language": {"type": "string"}, "text": {"type": "string"}, "to_language": {"type": "string"}}}, "message": {"type": "string"}, "status": {"type": "boolean"}, "totalResultCount": {"type": "integer"}}} |
5ddb827e-5c52-484c-b4eb-8f198dee6aec/072359d4-8bff-43e2-950c-a23211a2c2e5/0/0 | Translate Language | Translate Language - Quickly translate your text into all the different languages .
The Translate Language API is a service that enables the translation of a text passage into various languages. This API allows users to input a text that needs to be translated and select the desired target language.
The API provides a ... | 8.6 | Detect Language | Detect Language | 200 | New Example | {"data": {"code": "ja", "language": "Japanese"}, "message": "Successful", "status": true, "totalResultCount": 1} | {"type": "object", "properties": {"data": {"type": "object", "properties": {"code": {"type": "string"}, "language": {"type": "string"}}}, "message": {"type": "string"}, "status": {"type": "boolean"}, "totalResultCount": {"type": "integer"}}} |
08e4ea7d-43ed-4239-8101-62e1f7349336/c4a2719e-c820-4480-98f9-3fb2cc1b65b3/0/0 | Translate Text | Our Text Translation API allows seamless translation of any text content across a wide range of languages, facilitating efficient and accurate global communication. | null | translate | Translate text from a language to another. | 429 | New Example | {"error": "string"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]} |
08e4ea7d-43ed-4239-8101-62e1f7349336/c4a2719e-c820-4480-98f9-3fb2cc1b65b3/1/0 | Translate Text | Our Text Translation API allows seamless translation of any text content across a wide range of languages, facilitating efficient and accurate global communication. | null | translate | Translate text from a language to another. | 403 | New Example | {"error": "string"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]} |
08e4ea7d-43ed-4239-8101-62e1f7349336/c4a2719e-c820-4480-98f9-3fb2cc1b65b3/2/0 | Translate Text | Our Text Translation API allows seamless translation of any text content across a wide range of languages, facilitating efficient and accurate global communication. | null | translate | Translate text from a language to another. | 500 | New Example | {"error": "string"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]} |
08e4ea7d-43ed-4239-8101-62e1f7349336/c4a2719e-c820-4480-98f9-3fb2cc1b65b3/3/0 | Translate Text | Our Text Translation API allows seamless translation of any text content across a wide range of languages, facilitating efficient and accurate global communication. | null | translate | Translate text from a language to another. | 400 | New Example | {"error": "string"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]} |
08e4ea7d-43ed-4239-8101-62e1f7349336/c4a2719e-c820-4480-98f9-3fb2cc1b65b3/4/0 | Translate Text | Our Text Translation API allows seamless translation of any text content across a wide range of languages, facilitating efficient and accurate global communication. | null | translate | Translate text from a language to another. | 200 | New Example | {"detectedLanguage": {"confidence": 91, "language": "es"}, "translatedText": "Hello, World!"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detectedLanguage": {"type": "object", "properties": {"confidence": {"type": "integer"}, "language": {"type": "string"}}, "required": ["confidence", "language"]}, "translatedText": {"type": "string"}}, "required": ["detectedLanguage", "trans... |
cc991661-4a88-4397-9707-e3e976d4a6d2/4490c263-76ef-4830-b723-991d39dfb2ea/0/0 | Lanytek Audio2Midi | Welcome to our Lanytek AI music transcription service!
Our service allows users to easily convert music audio files or YouTube links into MIDI and PDF files of the corresponding sheet music.
Whether you're a musician looking to transcribe your own performances, or a music educator looking to create sheet music for yo... | 0.1 | /gen-from-youtube | [ASYNC_API] Generate transcription from youtube video.
Args:
url (str): URL of youtube video.
Raises:
HTTPException: Error message.
Returns:
AsyncRequestResponse: response
| 422 | Example_1 | {"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": {"anyOf": [{"type": "string"}, {"type": "inte... |
cc991661-4a88-4397-9707-e3e976d4a6d2/4490c263-76ef-4830-b723-991d39dfb2ea/1/0 | Lanytek Audio2Midi | Welcome to our Lanytek AI music transcription service!
Our service allows users to easily convert music audio files or YouTube links into MIDI and PDF files of the corresponding sheet music.
Whether you're a musician looking to transcribe your own performances, or a music educator looking to create sheet music for yo... | 0.1 | /gen-from-youtube | [ASYNC_API] Generate transcription from youtube video.
Args:
url (str): URL of youtube video.
Raises:
HTTPException: Error message.
Returns:
AsyncRequestResponse: response
| 200 | Example_1 | {"requestId": "", "waitingTimeInSecs": 0, "description": "Please query /audios/{request_id} to get the result."} | {"title": "AsyncRequestResponse", "required": ["requestId", "waitingTimeInSecs"], "type": "object", "properties": {"requestId": {"title": "Requestid", "type": "string"}, "waitingTimeInSecs": {"title": "Waitingtimeinsecs", "type": "number"}, "description": {"title": "Description", "type": "string", "default": "Please qu... |
cc991661-4a88-4397-9707-e3e976d4a6d2/eee6f355-e71c-4897-adfb-49b4df63d279/0/0 | Lanytek Audio2Midi | Welcome to our Lanytek AI music transcription service!
Our service allows users to easily convert music audio files or YouTube links into MIDI and PDF files of the corresponding sheet music.
Whether you're a musician looking to transcribe your own performances, or a music educator looking to create sheet music for yo... | 0.1 | /gen-from-file | [ASYNC_API] Generate transcription from audio file.
Args:
file (UploadFile): Audio file. Maximum size is 25M.
Returns:
AsyncRequestResponse: response
| 200 | Example_1 | {"requestId": "", "waitingTimeInSecs": 0, "description": "Please query /audios/{request_id} to get the result."} | {"title": "AsyncRequestResponse", "required": ["requestId", "waitingTimeInSecs"], "type": "object", "properties": {"requestId": {"title": "Requestid", "type": "string"}, "waitingTimeInSecs": {"title": "Waitingtimeinsecs", "type": "number"}, "description": {"title": "Description", "type": "string", "default": "Please qu... |
cc991661-4a88-4397-9707-e3e976d4a6d2/eee6f355-e71c-4897-adfb-49b4df63d279/1/0 | Lanytek Audio2Midi | Welcome to our Lanytek AI music transcription service!
Our service allows users to easily convert music audio files or YouTube links into MIDI and PDF files of the corresponding sheet music.
Whether you're a musician looking to transcribe your own performances, or a music educator looking to create sheet music for yo... | 0.1 | /gen-from-file | [ASYNC_API] Generate transcription from audio file.
Args:
file (UploadFile): Audio file. Maximum size is 25M.
Returns:
AsyncRequestResponse: response
| 422 | Example_1 | {"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": {"anyOf": [{"type": "string"}, {"type": "inte... |
cc991661-4a88-4397-9707-e3e976d4a6d2/f9787adf-2408-4874-8ef3-d29893d5f495/0/0 | Lanytek Audio2Midi | Welcome to our Lanytek AI music transcription service!
Our service allows users to easily convert music audio files or YouTube links into MIDI and PDF files of the corresponding sheet music.
Whether you're a musician looking to transcribe your own performances, or a music educator looking to create sheet music for yo... | 0.1 | / | Get result of audio transcription
Args:
req_id (str): Request id
Raises:
HTTPException: Error message
Returns:
SyncRequestResponse: response
| 422 | Example_1 | {"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": {"anyOf": [{"type": "string"}, {"type": "inte... |
cc991661-4a88-4397-9707-e3e976d4a6d2/f9787adf-2408-4874-8ef3-d29893d5f495/1/0 | Lanytek Audio2Midi | Welcome to our Lanytek AI music transcription service!
Our service allows users to easily convert music audio files or YouTube links into MIDI and PDF files of the corresponding sheet music.
Whether you're a musician looking to transcribe your own performances, or a music educator looking to create sheet music for yo... | 0.1 | / | Get result of audio transcription
Args:
req_id (str): Request id
Raises:
HTTPException: Error message
Returns:
SyncRequestResponse: response
| 200 | Example_1 | {"pdf": "", "midi": ""} | {"title": "SyncRequestResponse", "required": ["pdf", "midi"], "type": "object", "properties": {"pdf": {"title": "Pdf", "type": "string"}, "midi": {"title": "Midi", "type": "string"}}} |
cc991661-4a88-4397-9707-e3e976d4a6d2/1657fcc0-b814-4d91-b663-51c8486e821d/0/0 | Lanytek Audio2Midi | Welcome to our Lanytek AI music transcription service!
Our service allows users to easily convert music audio files or YouTube links into MIDI and PDF files of the corresponding sheet music.
Whether you're a musician looking to transcribe your own performances, or a music educator looking to create sheet music for yo... | 0.1 | /gen-from-file/sync | [SYNC_API] Generate transcription from audio file.
Args:
file (UploadFile): Audio file. Maximum size is 25M.
Raises:
HTTPException: Error message.
Returns:
SyncRequestResponse: response
| 422 | Example_1 | {"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": {"anyOf": [{"type": "string"}, {"type": "inte... |
cc991661-4a88-4397-9707-e3e976d4a6d2/1657fcc0-b814-4d91-b663-51c8486e821d/1/0 | Lanytek Audio2Midi | Welcome to our Lanytek AI music transcription service!
Our service allows users to easily convert music audio files or YouTube links into MIDI and PDF files of the corresponding sheet music.
Whether you're a musician looking to transcribe your own performances, or a music educator looking to create sheet music for yo... | 0.1 | /gen-from-file/sync | [SYNC_API] Generate transcription from audio file.
Args:
file (UploadFile): Audio file. Maximum size is 25M.
Raises:
HTTPException: Error message.
Returns:
SyncRequestResponse: response
| 200 | Example_1 | {"pdf": "", "midi": ""} | {"title": "SyncRequestResponse", "required": ["pdf", "midi"], "type": "object", "properties": {"pdf": {"title": "Pdf", "type": "string"}, "midi": {"title": "Midi", "type": "string"}}} |
cc991661-4a88-4397-9707-e3e976d4a6d2/0d306aea-32a4-46af-8aa9-a5ef05140b44/0/0 | Lanytek Audio2Midi | Welcome to our Lanytek AI music transcription service!
Our service allows users to easily convert music audio files or YouTube links into MIDI and PDF files of the corresponding sheet music.
Whether you're a musician looking to transcribe your own performances, or a music educator looking to create sheet music for yo... | 0.1 | /gen-from-youtube/sync | [SYNC_API] Generate transcription from youtube video.
Args:
url (str): URL of youtube video.
Raises:
HTTPException: Error message.
Returns:
SyncRequestResponse: response
| 422 | Example_1 | {"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": {"anyOf": [{"type": "string"}, {"type": "inte... |
cc991661-4a88-4397-9707-e3e976d4a6d2/0d306aea-32a4-46af-8aa9-a5ef05140b44/1/0 | Lanytek Audio2Midi | Welcome to our Lanytek AI music transcription service!
Our service allows users to easily convert music audio files or YouTube links into MIDI and PDF files of the corresponding sheet music.
Whether you're a musician looking to transcribe your own performances, or a music educator looking to create sheet music for yo... | 0.1 | /gen-from-youtube/sync | [SYNC_API] Generate transcription from youtube video.
Args:
url (str): URL of youtube video.
Raises:
HTTPException: Error message.
Returns:
SyncRequestResponse: response
| 200 | Example_1 | {"pdf": "", "midi": ""} | {"title": "SyncRequestResponse", "required": ["pdf", "midi"], "type": "object", "properties": {"pdf": {"title": "Pdf", "type": "string"}, "midi": {"title": "Midi", "type": "string"}}} |
5638c6dce4b071b68c61dbae/5638cac3e4b071b68c61dbb8/0/0 | MateCat Filters | Convert any file to the XLIFF format, and then back to the original format with all the contents translated and perfectly preserved formatting.
Already used by MateCat, the popular CAT tool. Test it right now on matecat.com. | 9.2 | /AutomationService/original2xliff | Extract translatable text in XLIFF | 200 | Example_1 | {"isSuccess": true, "filename": "source.docx.xlf", "xliffContent": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><xliff xmlns=\"urn:oasis:names:tc:xliff:document:1.2\" xmlns:its=\"http://www.w3.org/2005/11/its\" xmlns:itsxlf=\"http://www.w3.org/ns/its-xliff/\" xmlns:okp=\"okapi-framework:xliff-extensions... | {"type": "object", "properties": {"filename": {"type": "string"}, "xliffContent": {"type": "string"}, "isSuccess": {"type": "boolean"}}} |
5638c6dce4b071b68c61dbae/5638c894e4b071b68c61dbb7/0/0 | MateCat Filters | Convert any file to the XLIFF format, and then back to the original format with all the contents translated and perfectly preserved formatting.
Already used by MateCat, the popular CAT tool. Test it right now on matecat.com. | 9.2 | /AutomationService/xliff2original | Get the target translated file | 200 | Example_1 | {"isSuccess": true, "filename": "source.out.docx", "documentContent": "UEsDBBQACAgIAM94akcAAAAAAAAAAAAAAAATAAAAW0NvbnRlbnRfVHlwZXNdLnhtbLWUy2rDMBBF94X+g9E22Eq6KKXEyaKPZRto+gGqNE5EZUloJq+/7zhOQylpDE2yMdgz994zwqPheF27bAkJbfClGBR9kYHXwVg/K8X79Dm/ExmS8ka54KEUG0AxHl1fDaebCJix2mMp5kTxXkrUc6gVFiGC50oVUq2IX9NMRqU/1QzkTb9/K3XwB... | {"type": "object", "properties": {"filename": {"type": "string"}, "documentContent": {"type": "string"}, "isSuccess": {"type": "boolean"}}} |
840b7687-a5a1-4867-a97f-76f388ff7ea5/338cbc8e-bbf4-4d75-9a77-132ed5e763cf/0/0 | Google Translate | Google Translate API — Fast and scalable API service from the world's most used translation service! | null | Batch Translate | Fast — Batch Translate | 200 | Response | {"translations": ["art\u00edculo", "Estoy escribiendo un art\u00edculo", "\u00bfQu\u00e9 est\u00e1s haciendo?", "Cosas diferentes"]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"translations": {"type": "array", "items": {"type": "string"}}}, "required": ["translations"]} |
840b7687-a5a1-4867-a97f-76f388ff7ea5/413c0516-2b38-4018-913d-10afe503c0be/0/0 | Google Translate | Google Translate API — Fast and scalable API service from the world's most used translation service! | null | Translate | Translate | 200 | Response | {"auto_correct": null, "original": {"detected_language": "en", "pronunciation": null}, "translation": {"language": "es", "pronunciation": null, "parts": [{"text": "Hola mundo, \u00bfc\u00f3mo est\u00e1s?", "alternatives": ["hola mundo, \u00bfc\u00f3mo est\u00e1s?"]}]}, "word_types": null, "see_also": null, "definitions... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"auto_correct": {"type": "null"}, "original": {"type": "object", "properties": {"detected_language": {"type": "string"}, "pronunciation": {"type": "null"}}, "required": ["detected_language", "pronunciation"]}, "translation": {"type": "object... |
e0fd1ea6-e76f-4e50-b50a-19ae55830053/771519e4-33b9-4a92-9c3f-2ebd241cd303/0/0 | Translate Plus | Dynamically Translate between languages with the Translate Plus API. Our API is much cheaper & faster than Google Translate and other translation providers! Get Started Free!
If you are using a very high volume and with our new service, you can translate more efficiently and cost-effectively on https://translateplus.io | 9.9 | translate | Translate any text into more than 100+ languages. | 422 | Example_1 | {"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": {"anyOf": [{"type": "string"}, {"type": "inte... |
e0fd1ea6-e76f-4e50-b50a-19ae55830053/771519e4-33b9-4a92-9c3f-2ebd241cd303/1/0 | Translate Plus | Dynamically Translate between languages with the Translate Plus API. Our API is much cheaper & faster than Google Translate and other translation providers! Get Started Free!
If you are using a very high volume and with our new service, you can translate more efficiently and cost-effectively on https://translateplus.io | 9.9 | translate | Translate any text into more than 100+ languages. | 200 | Response | {"translations": {"text": "Hello , How are you", "translation": "Hallo hoe gaat het", "source": "en", "target": "nl"}, "details": {}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"translations": {"type": "object", "properties": {"text": {"type": "string"}, "translation": {"type": "string"}, "source": {"type": "string"}, "target": {"type": "string"}}, "required": ["source", "target", "text", "translation"]}, "details"... |
e0fd1ea6-e76f-4e50-b50a-19ae55830053/c539963b-5d6e-4df0-8a37-d39218880a66/0/0 | Translate Plus | Dynamically Translate between languages with the Translate Plus API. Our API is much cheaper & faster than Google Translate and other translation providers! Get Started Free!
If you are using a very high volume and with our new service, you can translate more efficiently and cost-effectively on https://translateplus.io | 9.9 | detect_language | Our API will detect text and let you know the language name! | 200 | Response | {"language_detection": {"text": "How are you?", "language": "en"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"language_detection": {"type": "object", "properties": {"text": {"type": "string"}, "language": {"type": "string"}}, "required": ["language", "text"]}}, "required": ["language_detection"]} |
e0fd1ea6-e76f-4e50-b50a-19ae55830053/c539963b-5d6e-4df0-8a37-d39218880a66/1/0 | Translate Plus | Dynamically Translate between languages with the Translate Plus API. Our API is much cheaper & faster than Google Translate and other translation providers! Get Started Free!
If you are using a very high volume and with our new service, you can translate more efficiently and cost-effectively on https://translateplus.io | 9.9 | detect_language | Our API will detect text and let you know the language name! | 422 | Example_1 | {"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": {"anyOf": [{"type": "string"}, {"type": "inte... |
89fbcead-e722-4bcc-ab85-1ce74f0f6608/d0b50946-9988-4a7f-8678-a7246db4d496/0/0 | Namba Translator | Can translate any number to Swahili words. | null | sw_num | Can translate a number to Swahili words. | 200 | Response | [{"num": "43", "words": " arobaini na tatu", "formatted_num": "43"}] | {"type": "array", "items": {"type": "object", "properties": {"num": {"type": "string"}, "words": {"type": "string"}, "formatted_num": {"type": "string"}}}} |
d485e4c3-b338-4c13-bffe-d8977160b944/f38e52be-269d-4c36-bcf9-112716449b1b/0/0 | Translate it | Api translator, with this api you could get translate your text easily from one of the supported languages to another one | 6.5 | translate | with this endpoint you can translate text from one language to another one with the following params: q, source, target (q is the text to translate, source is the language of the text and target is the language to translate the text) | 200 | New Example | {"translatedText": "esta es una demostraci\u00f3n de este api para traducir texto de un idioma a otro"} | {"type": "object", "properties": {"translatedText": {"type": "string"}}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.