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
59f72c97e4b0c95e003b47b1/0117213b-f22f-4773-a61e-3105670f9370/0/0
linguatools translate
Looks up a word in a dictionary and returns all translations with bilingual example sentences.
8.9
translate a word (new)
Looks up a word in a bilingual dictionary and returns all translations ordered by frequency. Optionally restricts the result for a given wordclass.
200
Response
[{"freq": 6225, "id": 536985, "l1_text": "verdienen", "l2_text": "deserve", "synonyme1": "deserver, earn, gain, merit", "synonyme2": "", "wortart": "VERB"}, {"freq": 4214, "id": 536987, "l1_text": "verdienen", "l2_text": "earn", "synonyme1": "deserve, deserver, gain, merit", "synonyme2": "einnehmen, erwerben, gewinnen", "wortart": "VERB"}, {"freq": 104, "id": 536988, "l1_text": "verdienen", "l2_text": "merit", "synonyme1": "deserve, deserver, earn, gain", "synonyme2": "wert sein", "wortart": "VERB"}, {"freq": 27, "id": 2088899, "l1_text": "verdienen", "l2_text": "gain", "synonyme1": "deserve, deserver, earn, merit", "synonyme2": "annehmen, erlangen, erringen, erwerben, gewinnen, hinzugewinnen, lukrieren, zunehmen", "wortart": "VERB"}, {"freq": 0, "id": 536984, "l1_text": "verdienen", "l2_text": "deserver", "synonyme1": "deserve, earn, gain, merit", "synonyme2": "", "wortart": "VERB"}]
{"type": "array", "items": {"type": "object", "properties": {"freq": {"type": "integer"}, "id": {"type": "integer"}, "l1_text": {"type": "string"}, "l2_text": {"type": "string"}, "synonyme1": {"type": "string"}, "synonyme2": {"type": "string"}, "wortart": {"type": "string"}}}}
ae2145c6-ecbb-4b48-9676-736d3f5c5a4e/dfaed7bc-5c45-4981-a384-ede067bbe4bf/0/0
Translation Cloud
Unlock real-time translations with our Translation Cloud API. Easily translate text across multiple languages, auto-detect source languages, and access a dynamic list of supported languages. Ideal for apps, platforms, and businesses aiming for a global reach. Integrate today for seamless communication!
null
Language Detection
Detect the language of a given piece of text. Just provide: text: The text you want to determine the language for. The response will provide: detected_language: The detected language's ISO code.
200
Detect Language Response Example
{"detected_language": "es", "text": "esta mucho"}
{"type": "object", "properties": {"detected_language": {"type": "string"}, "text": {"type": "string"}}}
ae2145c6-ecbb-4b48-9676-736d3f5c5a4e/84439289-ed5c-4031-a0c6-9a06ab13d719/0/0
Translation Cloud
Unlock real-time translations with our Translation Cloud API. Easily translate text across multiple languages, auto-detect source languages, and access a dynamic list of supported languages. Ideal for apps, platforms, and businesses aiming for a global reach. Integrate today for seamless communication!
null
Text Translation
Translate a given text from one language to another. The request body should include: * text: The text you want to translate. * source_lang (Optional): The source language of the text. If not provided, the system will auto-detect the language. * target_lang: The language you want to translate to. The response will provide: * translated: The translated version of your text. * source_language: The detected or provided source language. * target_language: Your chosen target language.
200
New Example
{"source_language": "fr", "target_language": "en", "translated": "My name is Eric"}
{"type": "object", "properties": {"translated": {"type": "string", "description": "The translated text."}, "source_language": {"type": "string", "description": "The detected or provided source language."}, "target_language": {"type": "string", "description": "The chosen target language."}}, "required": ["translated", "source_language", "target_language"]}
ae2145c6-ecbb-4b48-9676-736d3f5c5a4e/aad193af-bdc0-42c4-9376-5dde07e4f4f0/0/0
Translation Cloud
Unlock real-time translations with our Translation Cloud API. Easily translate text across multiple languages, auto-detect source languages, and access a dynamic list of supported languages. Ideal for apps, platforms, and businesses aiming for a global reach. Integrate today for seamless communication!
null
Supported Languages
Retrieve the list of languages supported by the Translation Cloud API. Each entry in the list contains: * language_code: The ISO code for the language. * name: The human-readable name of the language.
200
Example Response
[{"language_code": "af", "name": "Afrikaans"}, {"language_code": "sq", "name": "Albanian"}, {"language_code": "am", "name": "Amharic"}, {"language_code": "ar", "name": "Arabic"}, {"language_code": "hy", "name": "Armenian"}, {"language_code": "as", "name": "Assamese"}, {"language_code": "ay", "name": "Aymara"}, {"language_code": "az", "name": "Azerbaijani"}, {"language_code": "bm", "name": "Bambara"}, {"language_code": "eu", "name": "Basque"}, {"language_code": "be", "name": "Belarusian"}, {"language_code": "bn", "name": "Bengali"}, {"language_code": "bho", "name": "Bhojpuri"}, {"language_code": "bs", "name": "Bosnian"}, {"language_code": "bg", "name": "Bulgarian"}, {"language_code": "ca", "name": "Catalan"}, {"language_code": "ceb", "name": "Cebuano"}, {"language_code": "ny", "name": "Chichewa"}, {"language_code": "zh", "name": "Chinese (Simplified)"}, {"language_code": "zh-CN", "name": "Chinese (Simplified)"}, {"language_code": "zh-TW", "name": "Chinese (Traditional)"}, {"language_code": "co", "name": "Corsican"}, {"language_code": "hr", "name": "Croatian"}, {"language_code": "cs", "name": "Czech"}, {"language_code": "da", "name": "Danish"}, {"language_code": "dv", "name": "Divehi"}, {"language_code": "doi", "name": "Dogri"}, {"language_code": "nl", "name": "Dutch"}, {"language_code": "en", "name": "English"}, {"language_code": "eo", "name": "Esperanto"}, {"language_code": "et", "name": "Estonian"}, {"language_code": "ee", "name": "Ewe"}, {"language_code": "tl", "name": "Filipino"}, {"language_code": "fil", "name": "Filipino"}, {"language_code": "fi", "name": "Finnish"}, {"language_code": "fr", "name": "French"}, {"language_code": "fy", "name": "Frisian"}, {"language_code": "gl", "name": "Galician"}, {"language_code": "lg", "name": "Ganda"}, {"language_code": "ka", "name": "Georgian"}, {"language_code": "de", "name": "German"}, {"language_code": "el", "name": "Greek"}, {"language_code": "gn", "name": "Guarani"}, {"language_code": "gu", "name": "Gujarati"}, {"language_code": "ht", "name": "Haitian Creole"}, {"language_code": "ha", "name": "Hausa"}, {"language_code": "haw", "name": "Hawaiian"}, {"language_code": "iw", "name": "Hebrew"}, {"language_code": "he", "name": "Hebrew"}, {"language_code": "hi", "name": "Hindi"}, {"language_code": "hmn", "name": "Hmong"}, {"language_code": "hu", "name": "Hungarian"}, {"language_code": "is", "name": "Icelandic"}, {"language_code": "ig", "name": "Igbo"}, {"language_code": "ilo", "name": "Iloko"}, {"language_code": "id", "name": "Indonesian"}, {"language_code": "ga", "name": "Irish Gaelic"}, {"language_code": "it", "name": "Italian"}, {"language_code": "ja", "name": "Japanese"}, {"language_code": "jw", "name": "Javanese"}, {"language_code": "jv", "name": "Javanese"}, {"language_code": "kn", "name": "Kannada"}, {"language_code": "kk", "name": "Kazakh"}, {"language_code": "km", "name": "Khmer"}, {"language_code": "rw", "name": "Kinyarwanda"}, {"language_code": "gom", "name": "Konkani"}, {"language_code": "ko", "name": "Korean"}, {"language_code": "kri", "name": "Krio"}, {"language_code": "ku", "name": "Kurdish (Kurmanji)"}, {"language_code": "ckb", "name": "Kurdish (Sorani)"}, {"language_code": "ky", "name": "Kyrgyz"}, {"language_code": "lo", "name": "Lao"}, {"language_code": "la", "name": "Latin"}, {"language_code": "lv", "name": "Latvian"}, {"language_code": "ln", "name": "Lingala"}, {"language_code": "lt", "name": "Lithuanian"}, {"language_code": "lb", "name": "Luxembourgish"}, {"language_code": "mk", "name": "Macedonian"}, {"language_code": "mai", "name": "Maithili"}, {"language_code": "mg", "name": "Malagasy"}, {"language_code": "ms", "name": "Malay"}, {"language_code": "ml", "name": "Malayalam"}, {"language_code": "mt", "name": "Maltese"}, {"language_code": "mi", "name": "Maori"}, {"language_code": "mr", "name": "Marathi"}, {"language_code": "mni-Mtei", "name": "Meiteilon (Manipuri)"}, {"language_code": "lus", "name": "Mizo"}, {"language_code": "mn", "name": "Mongolian"}, {"language_code": "my", "name": "Myanmar (Burmese)"}, {"language_code": "ne", "name": "Nepali"}, {"language_code": "nso", "name": "Northern Sotho"}, {"language_code": "no", "name": "Norwegian"}, {"language_code": "or", "name": "Odia (Oriya)"}, {"language_code": "om", "name": "Oromo"}, {"language_code": "ps", "name": "Pashto"}, {"language_code": "fa", "name": "Persian"}, {"language_code": "pl", "name": "Polish"}, {"language_code": "pt", "name": "Portuguese"}, {"language_code": "pa", "name": "Punjabi"}, {"language_code": "qu", "name": "Quechua"}, {"language_code": "ro", "name": "Romanian"}, {"language_code": "ru", "name": "Russian"}, {"language_code": "sm", "name": "Samoan"}, {"language_code": "sa", "name": "Sanskrit"}, {"language_code": "gd", "name": "Scots Gaelic"}, {"language_code": "sr", "name": "Serbian"}, {"language_code": "st", "name": "Sesotho"}, {"language_code": "sn", "name": "Shona"}, {"language_code": "sd", "name": "Sindhi"}, {"language_code": "si", "name": "Sinhala"}, {"language_code": "sk", "name": "Slovak"}, {"language_code": "sl", "name": "Slovenian"}, {"language_code": "so", "name": "Somali"}, {"language_code": "es", "name": "Spanish"}, {"language_code": "su", "name": "Sundanese"}, {"language_code": "sw", "name": "Swahili"}, {"language_code": "sv", "name": "Swedish"}, {"language_code": "tg", "name": "Tajik"}, {"language_code": "ta", "name": "Tamil"}, {"language_code": "tt", "name": "Tatar"}, {"language_code": "te", "name": "Telugu"}, {"language_code": "th", "name": "Thai"}, {"language_code": "ti", "name": "Tigrinya"}, {"language_code": "ts", "name": "Tsonga"}, {"language_code": "tr", "name": "Turkish"}, {"language_code": "tk", "name": "Turkmen"}, {"language_code": "ak", "name": "Twi"}, {"language_code": "uk", "name": "Ukrainian"}, {"language_code": "ur", "name": "Urdu"}, {"language_code": "ug", "name": "Uyghur"}, {"language_code": "uz", "name": "Uzbek"}, {"language_code": "vi", "name": "Vietnamese"}, {"language_code": "cy", "name": "Welsh"}, {"language_code": "xh", "name": "Xhosa"}, {"language_code": "yi", "name": "Yiddish"}, {"language_code": "yo", "name": "Yoruba"}, {"language_code": "zu", "name": "Zulu"}]
{"type": "array", "items": {"type": "object", "properties": {"language_code": {"type": "string", "description": "The ISO code for the language."}, "name": {"type": "string", "description": "The human-readable name of the language."}}, "required": ["language_code", "name"]}}
8ffe363d-4374-4927-bbf3-eb2a949a5654/ea3cb343-5117-4009-844d-bae6033d4e2c/0/0
AI Translate
API to translate batches of articles and Html into any language in the world with one request, Same quality as Google Translate
9.8
translate
Translate batches of articles and HTML to a target language
200
Response
{"code": 200, "texts": ["\u4f60\u597d\u3002 \u4e16\u754c\uff01", "<b>\u4f60\u597d\u3002 \u8c37\u6b4c\uff01</b>", "<i>\u4f60\u597d\u3002 \u8fc5\u901f\u7684\uff01</i>"], "tl": "zh"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "texts": {"type": "array", "items": {"type": "string"}}, "tl": {"type": "string"}}, "required": ["code", "texts", "tl"]}
ef8645c6-77a3-41b7-9c05-ced4889a91d1/8a7821d2-6d3e-46d4-b213-562f7fa28667/0/0
Fairslator
Rewrites texts into different genders or forms of address. This is the API behind Fairslator, a popular tool for removing bias from machine translation.
7.4
/rewrite
Rewrite a text into a different gender or form of address.
200
Rewrite First-Person Gender
{"success": true, "originalText": "Ich bin ein guter Student.", "firstPerson": "f", "rewrittenText": "Ich bin eine gute Studentin."}
{"type": "object", "properties": {"success": {"type": "boolean", "const": true}, "originalText": {"type": "string", "description": "The text you have requested to rewrite is repeated here for your convenience."}, "firstPerson": {"type": "string", "description": "The contents of the secondPerson field from your request is repeated here for your convenience."}, "thirdPersons": {"type": "object", "description": "The contents of the thirdPersons field from your request is repeated here for your convenience.", "patternProperties": {"^.+$": {"type": "string"}}}, "rewrittenText": {"type": "string", "description": "This is the result you want: the rewritten text."}}}
ef8645c6-77a3-41b7-9c05-ced4889a91d1/8a7821d2-6d3e-46d4-b213-562f7fa28667/0/1
Fairslator
Rewrites texts into different genders or forms of address. This is the API behind Fairslator, a popular tool for removing bias from machine translation.
7.4
/rewrite
Rewrite a text into a different gender or form of address.
200
Rewrite Second-Person Form of Address
{"success": true, "originalText": "Tu te souviens de moi ?", "secondPerson": "v", "rewrittenText": "Vous vous souvenez de moi ?"}
{"type": "object", "properties": {"success": {"type": "boolean", "const": true}, "originalText": {"type": "string", "description": "The text you have requested to rewrite is repeated here for your convenience."}, "firstPerson": {"type": "string", "description": "The contents of the secondPerson field from your request is repeated here for your convenience."}, "thirdPersons": {"type": "object", "description": "The contents of the thirdPersons field from your request is repeated here for your convenience.", "patternProperties": {"^.+$": {"type": "string"}}}, "rewrittenText": {"type": "string", "description": "This is the result you want: the rewritten text."}}}
ef8645c6-77a3-41b7-9c05-ced4889a91d1/8a7821d2-6d3e-46d4-b213-562f7fa28667/0/2
Fairslator
Rewrites texts into different genders or forms of address. This is the API behind Fairslator, a popular tool for removing bias from machine translation.
7.4
/rewrite
Rewrite a text into a different gender or form of address.
200
Rewrite Third-Person Gender
{"success": true, "originalText": "Die Krankenschwester rettete dem Patienten das Leben.", "thirdPersons": {"nurse": "m", "patient": "f"}, "rewrittenText": "Der Krankenpfleger rettete der Patientin das Leben."}
{"type": "object", "properties": {"success": {"type": "boolean", "const": true}, "originalText": {"type": "string", "description": "The text you have requested to rewrite is repeated here for your convenience."}, "firstPerson": {"type": "string", "description": "The contents of the secondPerson field from your request is repeated here for your convenience."}, "thirdPersons": {"type": "object", "description": "The contents of the thirdPersons field from your request is repeated here for your convenience.", "patternProperties": {"^.+$": {"type": "string"}}}, "rewrittenText": {"type": "string", "description": "This is the result you want: the rewritten text."}}}
ef8645c6-77a3-41b7-9c05-ced4889a91d1/8a7821d2-6d3e-46d4-b213-562f7fa28667/0/3
Fairslator
Rewrites texts into different genders or forms of address. This is the API behind Fairslator, a popular tool for removing bias from machine translation.
7.4
/rewrite
Rewrite a text into a different gender or form of address.
200
Rewrite into Gender-Neutral Notation
{"success": true, "originalText": "Alle Studenten m\u00fcssen sich registrieren.", "thirdPersons": {"*": "b"}, "rewrittenText": "Alle Student:innen m\u00fcssen sich registrieren."}
{"type": "object", "properties": {"success": {"type": "boolean", "const": true}, "originalText": {"type": "string", "description": "The text you have requested to rewrite is repeated here for your convenience."}, "firstPerson": {"type": "string", "description": "The contents of the secondPerson field from your request is repeated here for your convenience."}, "thirdPersons": {"type": "object", "description": "The contents of the thirdPersons field from your request is repeated here for your convenience.", "patternProperties": {"^.+$": {"type": "string"}}}, "rewrittenText": {"type": "string", "description": "This is the result you want: the rewritten text."}}}
ef8645c6-77a3-41b7-9c05-ced4889a91d1/a261cc2c-e2fd-4236-802f-5c5d84c186d5/0/0
Fairslator
Rewrites texts into different genders or forms of address. This is the API behind Fairslator, a popular tool for removing bias from machine translation.
7.4
/analyze
Find out the gender and form of address of people mentioned in the text.
200
Example 1
{"success": true, "text": "Je t'aime.", "firstPerson": {"number": "s"}, "secondPerson": {"register": "t", "number": "s", "registerFreedom": "tv", "numberFreedom": "sp"}}
{"type": "object", "properties": {"required": ["success", "text"], "success": {"type": "boolean", "const": true}, "sourceText": {"type": "string", "description": "The source text (if any), repeated in the response for your convenience."}, "text": {"type": "string", "description": "The analyzed text, repeated in the response for your convenience."}, "firstPerson": {"type": "object", "description": "Contains properties of the person (or persons) to which the text refers in the first person (using pronouns such as 'I' and 'we'), if any.", "properties": {"keyword": {"type": "string", "description": "A keyword, usually a noun, taken from the text (or from the source text if supplied) which represents this person."}, "gender": {"type": "string", "enum": ["m", "f"], "description": "The person's (or persons') gender: 'm' for male, 'f' for female."}, "number": {"type": "string", "enum": ["s", "p"], "description": "The person's (or persons') number: 's' for singular, 'p' for plural."}, "genderFreedom": {"type": "string", "pattern": "^[mfb]*$", "description": "Genders the person (or persons) can be rewritten into: 'm' for male, 'f' for female, 'b' for gender-neutral."}, "numberFreedom": {"type": "string", "pattern": "^[sp]*$", "description": "Numbers the person (or persons) can be rewritten into: 's' for singular, 'p' for plural."}}}, "secondPerson": {"type": "object", "description": "Contains properties of the person (or persons) to which the text refers in the second person (using pronouns such as 'you'), if any.", "properties": {"keyword": {"type": "string", "description": "A keyword, usually a noun, taken from the text (or from the source text if supplied) which represents this person."}, "gender": {"type": "string", "enum": ["m", "f"], "description": "The person's (or persons') gender: 'm' for male, 'f' for female."}, "register": {"type": "string", "enum": ["v", "t"], "description": "The register in which the person (or persons) is (or are) being addressed: 'v' for formal, 't' for informal."}, "number": {"type": "string", "enum": ["s", "p"], "description": "The person's (or persons') number: 's' for singular, 'p' for plural."}, "genderFreedom": {"type": "string", "pattern": "^[mfb]*$", "description": "Genders the person (or persons) can be rewritten into: 'm' for male, 'f' for female, 'b' for gender-neutral."}, "registerFreedom": {"type": "string", "pattern": "^[vt]*$", "description": "Registers the person (or persons) can be rewritten into: 'v' for formal, 't' for informal."}, "numberFreedom": {"type": "string", "pattern": "^[sp]*$", "description": "Numbers the person (or persons) can be rewritten into: 's' for singular, 'p' for plural."}}}, "thirdPersons": {"type": "array", "description": "An array of objects which represent people mentioned in the text in the third person.", "items": {"description": "Contains properties of the person (or persons) to which the text refers in the third person (using nouns, and pronouns such as 'he', 'she' 'they').", "properties": {"keyword": {"type": "string", "description": "A keyword, usually a noun, taken from the text (or from the source text if supplied) which represents this person."}, "gender": {"type": "string", "enum": ["m", "f"], "description": "The person's (or persons') gender: 'm' for male, 'f' for female."}, "number": {"type": "string", "enum": ["s", "p"], "description": "The person's (or persons') number: 's' for singular, 'p' for plural."}, "genderFreedom": {"type": "string", "pattern": "^[mfb]*$", "description": "Genders the person (or persons) can be rewritten into: 'm' for male, 'f' for female, 'b' for gender-neutral."}, "numberFreedom": {"type": "string", "pattern": "^[sp]*$", "description": "Numbers the person (or persons) can be rewritten into: 's' for singular, 'p' for plural."}}}}}}
ef8645c6-77a3-41b7-9c05-ced4889a91d1/a261cc2c-e2fd-4236-802f-5c5d84c186d5/0/1
Fairslator
Rewrites texts into different genders or forms of address. This is the API behind Fairslator, a popular tool for removing bias from machine translation.
7.4
/analyze
Find out the gender and form of address of people mentioned in the text.
200
Example 2
{"success": true, "sourceText": "Your students like you.", "text": "Deine Studenten m\u00f6gen dich.", "secondPerson": {"register": "t", "number": "s", "registerFreedom": "tv", "numberFreedom": "sp"}, "thirdPersons": [{"keyword": "students", "gender": "m", "number": "p", "genderFreedom": "mfb"}]}
{"type": "object", "properties": {"required": ["success", "text"], "success": {"type": "boolean", "const": true}, "sourceText": {"type": "string", "description": "The source text (if any), repeated in the response for your convenience."}, "text": {"type": "string", "description": "The analyzed text, repeated in the response for your convenience."}, "firstPerson": {"type": "object", "description": "Contains properties of the person (or persons) to which the text refers in the first person (using pronouns such as 'I' and 'we'), if any.", "properties": {"keyword": {"type": "string", "description": "A keyword, usually a noun, taken from the text (or from the source text if supplied) which represents this person."}, "gender": {"type": "string", "enum": ["m", "f"], "description": "The person's (or persons') gender: 'm' for male, 'f' for female."}, "number": {"type": "string", "enum": ["s", "p"], "description": "The person's (or persons') number: 's' for singular, 'p' for plural."}, "genderFreedom": {"type": "string", "pattern": "^[mfb]*$", "description": "Genders the person (or persons) can be rewritten into: 'm' for male, 'f' for female, 'b' for gender-neutral."}, "numberFreedom": {"type": "string", "pattern": "^[sp]*$", "description": "Numbers the person (or persons) can be rewritten into: 's' for singular, 'p' for plural."}}}, "secondPerson": {"type": "object", "description": "Contains properties of the person (or persons) to which the text refers in the second person (using pronouns such as 'you'), if any.", "properties": {"keyword": {"type": "string", "description": "A keyword, usually a noun, taken from the text (or from the source text if supplied) which represents this person."}, "gender": {"type": "string", "enum": ["m", "f"], "description": "The person's (or persons') gender: 'm' for male, 'f' for female."}, "register": {"type": "string", "enum": ["v", "t"], "description": "The register in which the person (or persons) is (or are) being addressed: 'v' for formal, 't' for informal."}, "number": {"type": "string", "enum": ["s", "p"], "description": "The person's (or persons') number: 's' for singular, 'p' for plural."}, "genderFreedom": {"type": "string", "pattern": "^[mfb]*$", "description": "Genders the person (or persons) can be rewritten into: 'm' for male, 'f' for female, 'b' for gender-neutral."}, "registerFreedom": {"type": "string", "pattern": "^[vt]*$", "description": "Registers the person (or persons) can be rewritten into: 'v' for formal, 't' for informal."}, "numberFreedom": {"type": "string", "pattern": "^[sp]*$", "description": "Numbers the person (or persons) can be rewritten into: 's' for singular, 'p' for plural."}}}, "thirdPersons": {"type": "array", "description": "An array of objects which represent people mentioned in the text in the third person.", "items": {"description": "Contains properties of the person (or persons) to which the text refers in the third person (using nouns, and pronouns such as 'he', 'she' 'they').", "properties": {"keyword": {"type": "string", "description": "A keyword, usually a noun, taken from the text (or from the source text if supplied) which represents this person."}, "gender": {"type": "string", "enum": ["m", "f"], "description": "The person's (or persons') gender: 'm' for male, 'f' for female."}, "number": {"type": "string", "enum": ["s", "p"], "description": "The person's (or persons') number: 's' for singular, 'p' for plural."}, "genderFreedom": {"type": "string", "pattern": "^[mfb]*$", "description": "Genders the person (or persons) can be rewritten into: 'm' for male, 'f' for female, 'b' for gender-neutral."}, "numberFreedom": {"type": "string", "pattern": "^[sp]*$", "description": "Numbers the person (or persons) can be rewritten into: 's' for singular, 'p' for plural."}}}}}}
0ade90c7-46de-4271-8f74-53cd78933334/13e3f898-226c-459f-9528-69860073f26c/0/0
Text Translator
A powerful and versatile translation API that enables seamless translation of text and JSON data into over 130 languages. Whether you need to localize content, communicate with a global audience, or automate language translation within your applications, we provide a simple and efficient solution.
6.1
Translate Text List
The endpoint allows you to efficiently translate a list of text elements into the desired target language, simplifying batch translation tasks in your applications.
200
Success
{"info": {"max_text_length": 25000, "original_text_length": null, "source": {"language_code": "en", "language_name": "english"}, "target": {"language_code": "de", "language_name": "german"}}, "success": true, "translated_text_list": ["Hallo Welt", "Der schnelle braune Fuchs springt \u00fcber den faulen Hund"]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"max_text_length": {"type": "integer"}, "original_text_length": {"type": "null"}, "source": {"type": "object", "properties": {"language_code": {"type": "string"}, "language_name": {"type": "string"}}, "required": ["language_code", "language_name"]}, "target": {"type": "object", "properties": {"language_code": {"type": "string"}, "language_name": {"type": "string"}}, "required": ["language_code", "language_name"]}}, "required": ["max_text_length", "original_text_length", "source", "target"]}, "success": {"type": "boolean"}, "translated_text_list": {"type": "array", "items": {"type": "string"}}}, "required": ["info", "success", "translated_text_list"]}
0ade90c7-46de-4271-8f74-53cd78933334/af26468a-28b2-4458-88df-65ab66905f78/0/0
Text Translator
A powerful and versatile translation API that enables seamless translation of text and JSON data into over 130 languages. Whether you need to localize content, communicate with a global audience, or automate language translation within your applications, we provide a simple and efficient solution.
6.1
Translate JSON Data
Translates any JSON data using JSON pointers that apply to the RFC6901 standard.
200
Success
{"info": {"max_text_length": 25000, "original_text_length": 5, "source": {"language_code": "en", "language_name": "english"}, "target": {"language_code": "de", "language_name": "german"}}, "success": true, "translated_json_object": {"batters": {"batter": [{"id": "1001", "type": "Regular"}, {"id": "1002", "type": "Chocolate"}, {"id": "1003", "type": "Blueberry"}, {"id": "1004", "type": "Devil's Food"}]}, "id": "0001", "name": "Cake", "ppu": 0.55, "topping": [{"id": "5001", "type": "None"}, {"id": "5002", "type": "Glazed"}, {"id": "5005", "type": "Sugar"}, {"id": "5007", "type": "Powdered Sugar"}, {"id": "5006", "type": "Chocolate with Sprinkles"}, {"id": "5003", "type": "Chocolate"}, {"id": "5004", "type": "Maple"}], "type": "Krapfen"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"max_text_length": {"type": "integer"}, "original_text_length": {"type": "integer"}, "source": {"type": "object", "properties": {"language_code": {"type": "string"}, "language_name": {"type": "string"}}, "required": ["language_code", "language_name"]}, "target": {"type": "object", "properties": {"language_code": {"type": "string"}, "language_name": {"type": "string"}}, "required": ["language_code", "language_name"]}}, "required": ["max_text_length", "original_text_length", "source", "target"]}, "success": {"type": "boolean"}, "translated_json_object": {"type": "object", "properties": {"batters": {"type": "object", "properties": {"batter": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "type"]}}}, "required": ["batter"]}, "id": {"type": "string"}, "name": {"type": "string"}, "ppu": {"type": "number"}, "topping": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "type"]}}, "type": {"type": "string"}}, "required": ["batters", "id", "name", "ppu", "topping", "type"]}}, "required": ["info", "success", "translated_json_object"]}
0ade90c7-46de-4271-8f74-53cd78933334/0b407460-2b6a-4d23-877c-7e3795a42de3/0/0
Text Translator
A powerful and versatile translation API that enables seamless translation of text and JSON data into over 130 languages. Whether you need to localize content, communicate with a global audience, or automate language translation within your applications, we provide a simple and efficient solution.
6.1
Languages Info
This endpoint provides a list of all available languages supported by the API.
200
Success
{"codes_to_languages ": {"af": "afrikaans", "ak": "twi", "am": "amharic", "ar": "arabic", "as": "assamese", "ay": "aymara", "az": "azerbaijani", "be": "belarusian", "bg": "bulgarian", "bho": "bhojpuri", "bm": "bambara", "bn": "bengali", "bs": "bosnian", "ca": "catalan", "ceb": "cebuano", "ckb": "kurdish (sorani)", "co": "corsican", "cs": "czech", "cy": "welsh", "da": "danish", "de": "german", "doi": "dogri", "dv": "dhivehi", "ee": "ewe", "el": "greek", "en": "english", "eo": "esperanto", "es": "spanish", "et": "estonian", "eu": "basque", "fa": "persian", "fi": "finnish", "fr": "french", "fy": "frisian", "ga": "irish", "gd": "scots gaelic", "gl": "galician", "gn": "guarani", "gom": "konkani", "gu": "gujarati", "ha": "hausa", "haw": "hawaiian", "hi": "hindi", "hmn": "hmong", "hr": "croatian", "ht": "haitian creole", "hu": "hungarian", "hy": "armenian", "id": "indonesian", "ig": "igbo", "ilo": "ilocano", "is": "icelandic", "it": "italian", "iw": "hebrew", "ja": "japanese", "jw": "javanese", "ka": "georgian", "kk": "kazakh", "km": "khmer", "kn": "kannada", "ko": "korean", "kri": "krio", "ku": "kurdish (kurmanji)", "ky": "kyrgyz", "la": "latin", "lb": "luxembourgish", "lg": "luganda", "ln": "lingala", "lo": "lao", "lt": "lithuanian", "lus": "mizo", "lv": "latvian", "mai": "maithili", "mg": "malagasy", "mi": "maori", "mk": "macedonian", "ml": "malayalam", "mn": "mongolian", "mni-Mtei": "meiteilon (manipuri)", "mr": "marathi", "ms": "malay", "mt": "maltese", "my": "myanmar", "ne": "nepali", "nl": "dutch", "no": "norwegian", "nso": "sepedi", "ny": "chichewa", "om": "oromo", "or": "odia (oriya)", "pa": "punjabi", "pl": "polish", "ps": "pashto", "pt": "portuguese", "qu": "quechua", "ro": "romanian", "ru": "russian", "rw": "kinyarwanda", "sa": "sanskrit", "sd": "sindhi", "si": "sinhala", "sk": "slovak", "sl": "slovenian", "sm": "samoan", "sn": "shona", "so": "somali", "sq": "albanian", "sr": "serbian", "st": "sesotho", "su": "sundanese", "sv": "swedish", "sw": "swahili", "ta": "tamil", "te": "telugu", "tg": "tajik", "th": "thai", "ti": "tigrinya", "tk": "turkmen", "tl": "filipino", "tr": "turkish", "ts": "tsonga", "tt": "tatar", "ug": "uyghur", "uk": "ukrainian", "ur": "urdu", "uz": "uzbek", "vi": "vietnamese", "xh": "xhosa", "yi": "yiddish", "yo": "yoruba", "zh-CN": "chinese (simplified)", "zh-TW": "chinese (traditional)", "zu": "zulu"}, "languages": ["afrikaans", "albanian", "amharic", "arabic", "armenian", "assamese", "aymara", "azerbaijani", "bambara", "basque", "belarusian", "bengali", "bhojpuri", "bosnian", "bulgarian", "catalan", "cebuano", "chichewa", "corsican", "croatian", "czech", "danish", "dhivehi", "dogri", "dutch", "english", "esperanto", "estonian", "ewe", "filipino", "finnish", "french", "frisian", "galician", "georgian", "german", "greek", "guarani", "gujarati", "hausa", "hawaiian", "hebrew", "hindi", "hmong", "hungarian", "icelandic", "igbo", "ilocano", "indonesian", "irish", "italian", "japanese", "javanese", "kannada", "kazakh", "khmer", "kinyarwanda", "konkani", "korean", "krio", "kyrgyz", "lao", "latin", "latvian", "lingala", "lithuanian", "luganda", "luxembourgish", "macedonian", "maithili", "malagasy", "malay", "malayalam", "maltese", "maori", "marathi", "mizo", "mongolian", "myanmar", "nepali", "norwegian", "oromo", "pashto", "persian", "polish", "portuguese", "punjabi", "quechua", "romanian", "russian", "samoan", "sanskrit", "sepedi", "serbian", "sesotho", "shona", "sindhi", "sinhala", "slovak", "slovenian", "somali", "spanish", "sundanese", "swahili", "swedish", "tajik", "tamil", "tatar", "telugu", "thai", "tigrinya", "tsonga", "turkish", "turkmen", "twi", "ukrainian", "urdu", "uyghur", "uzbek", "vietnamese", "welsh", "xhosa", "yiddish", "yoruba", "zulu", "gd", "ku", "ckb", "or", "ht", "mni-Mtei", "zh-CN", "zh-TW"], "languages_codes": ["af", "sq", "am", "ar", "hy", "as", "ay", "az", "bm", "eu", "be", "bn", "bho", "bs", "bg", "ca", "ceb", "ny", "zh-CN", "zh-TW", "co", "hr", "cs", "da", "dv", "doi", "nl", "en", "eo", "et", "ee", "tl", "fi", "fr", "fy", "gl", "ka", "de", "el", "gn", "gu", "ht", "ha", "haw", "iw", "hi", "hmn", "hu", "is", "ig", "ilo", "id", "ga", "it", "ja", "jw", "kn", "kk", "km", "rw", "gom", "ko", "kri", "ku", "ckb", "ky", "lo", "la", "lv", "ln", "lt", "lg", "lb", "mk", "mai", "mg", "ms", "ml", "mt", "mi", "mr", "mni-Mtei", "lus", "mn", "my", "ne", "no", "or", "om", "ps", "fa", "pl", "pt", "pa", "qu", "ro", "ru", "sm", "sa", "gd", "nso", "sr", "st", "sn", "sd", "si", "sk", "sl", "so", "es", "su", "sw", "sv", "tg", "ta", "tt", "te", "th", "ti", "ts", "tr", "tk", "ak", "uk", "ur", "ug", "uz", "vi", "cy", "xh", "yi", "yo", "zu"], "languages_to_codes": {"afrikaans": "af", "albanian": "sq", "amharic": "am", "arabic": "ar", "armenian": "hy", "assamese": "as", "aymara": "ay", "azerbaijani": "az", "bambara": "bm", "basque": "eu", "belarusian": "be", "bengali": "bn", "bhojpuri": "bho", "bosnian": "bs", "bulgarian": "bg", "catalan": "ca", "cebuano": "ceb", "chichewa": "ny", "chinese (simplified)": "zh-CN", "chinese (traditional)": "zh-TW", "corsican": "co", "croatian": "hr", "czech": "cs", "danish": "da", "dhivehi": "dv", "dogri": "doi", "dutch": "nl", "english": "en", "esperanto": "eo", "estonian": "et", "ewe": "ee", "filipino": "tl", "finnish": "fi", "french": "fr", "frisian": "fy", "galician": "gl", "georgian": "ka", "german": "de", "greek": "el", "guarani": "gn", "gujarati": "gu", "haitian creole": "ht", "hausa": "ha", "hawaiian": "haw", "hebrew": "iw", "hindi": "hi", "hmong": "hmn", "hungarian": "hu", "icelandic": "is", "igbo": "ig", "ilocano": "ilo", "indonesian": "id", "irish": "ga", "italian": "it", "japanese": "ja", "javanese": "jw", "kannada": "kn", "kazakh": "kk", "khmer": "km", "kinyarwanda": "rw", "konkani": "gom", "korean": "ko", "krio": "kri", "kurdish (kurmanji)": "ku", "kurdish (sorani)": "ckb", "kyrgyz": "ky", "lao": "lo", "latin": "la", "latvian": "lv", "lingala": "ln", "lithuanian": "lt", "luganda": "lg", "luxembourgish": "lb", "macedonian": "mk", "maithili": "mai", "malagasy": "mg", "malay": "ms", "malayalam": "ml", "maltese": "mt", "maori": "mi", "marathi": "mr", "meiteilon (manipuri)": "mni-Mtei", "mizo": "lus", "mongolian": "mn", "myanmar": "my", "nepali": "ne", "norwegian": "no", "odia (oriya)": "or", "oromo": "om", "pashto": "ps", "persian": "fa", "polish": "pl", "portuguese": "pt", "punjabi": "pa", "quechua": "qu", "romanian": "ro", "russian": "ru", "samoan": "sm", "sanskrit": "sa", "scots gaelic": "gd", "sepedi": "nso", "serbian": "sr", "sesotho": "st", "shona": "sn", "sindhi": "sd", "sinhala": "si", "slovak": "sk", "slovenian": "sl", "somali": "so", "spanish": "es", "sundanese": "su", "swahili": "sw", "swedish": "sv", "tajik": "tg", "tamil": "ta", "tatar": "tt", "telugu": "te", "thai": "th", "tigrinya": "ti", "tsonga": "ts", "turkish": "tr", "turkmen": "tk", "twi": "ak", "ukrainian": "uk", "urdu": "ur", "uyghur": "ug", "uzbek": "uz", "vietnamese": "vi", "welsh": "cy", "xhosa": "xh", "yiddish": "yi", "yoruba": "yo", "zulu": "zu"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"codes_to_languages ": {"type": "object", "properties": {"af": {"type": "string"}, "ak": {"type": "string"}, "am": {"type": "string"}, "ar": {"type": "string"}, "as": {"type": "string"}, "ay": {"type": "string"}, "az": {"type": "string"}, "be": {"type": "string"}, "bg": {"type": "string"}, "bho": {"type": "string"}, "bm": {"type": "string"}, "bn": {"type": "string"}, "bs": {"type": "string"}, "ca": {"type": "string"}, "ceb": {"type": "string"}, "ckb": {"type": "string"}, "co": {"type": "string"}, "cs": {"type": "string"}, "cy": {"type": "string"}, "da": {"type": "string"}, "de": {"type": "string"}, "doi": {"type": "string"}, "dv": {"type": "string"}, "ee": {"type": "string"}, "el": {"type": "string"}, "en": {"type": "string"}, "eo": {"type": "string"}, "es": {"type": "string"}, "et": {"type": "string"}, "eu": {"type": "string"}, "fa": {"type": "string"}, "fi": {"type": "string"}, "fr": {"type": "string"}, "fy": {"type": "string"}, "ga": {"type": "string"}, "gd": {"type": "string"}, "gl": {"type": "string"}, "gn": {"type": "string"}, "gom": {"type": "string"}, "gu": {"type": "string"}, "ha": {"type": "string"}, "haw": {"type": "string"}, "hi": {"type": "string"}, "hmn": {"type": "string"}, "hr": {"type": "string"}, "ht": {"type": "string"}, "hu": {"type": "string"}, "hy": {"type": "string"}, "id": {"type": "string"}, "ig": {"type": "string"}, "ilo": {"type": "string"}, "is": {"type": "string"}, "it": {"type": "string"}, "iw": {"type": "string"}, "ja": {"type": "string"}, "jw": {"type": "string"}, "ka": {"type": "string"}, "kk": {"type": "string"}, "km": {"type": "string"}, "kn": {"type": "string"}, "ko": {"type": "string"}, "kri": {"type": "string"}, "ku": {"type": "string"}, "ky": {"type": "string"}, "la": {"type": "string"}, "lb": {"type": "string"}, "lg": {"type": "string"}, "ln": {"type": "string"}, "lo": {"type": "string"}, "lt": {"type": "string"}, "lus": {"type": "string"}, "lv": {"type": "string"}, "mai": {"type": "string"}, "mg": {"type": "string"}, "mi": {"type": "string"}, "mk": {"type": "string"}, "ml": {"type": "string"}, "mn": {"type": "string"}, "mni-Mtei": {"type": "string"}, "mr": {"type": "string"}, "ms": {"type": "string"}, "mt": {"type": "string"}, "my": {"type": "string"}, "ne": {"type": "string"}, "nl": {"type": "string"}, "no": {"type": "string"}, "nso": {"type": "string"}, "ny": {"type": "string"}, "om": {"type": "string"}, "or": {"type": "string"}, "pa": {"type": "string"}, "pl": {"type": "string"}, "ps": {"type": "string"}, "pt": {"type": "string"}, "qu": {"type": "string"}, "ro": {"type": "string"}, "ru": {"type": "string"}, "rw": {"type": "string"}, "sa": {"type": "string"}, "sd": {"type": "string"}, "si": {"type": "string"}, "sk": {"type": "string"}, "sl": {"type": "string"}, "sm": {"type": "string"}, "sn": {"type": "string"}, "so": {"type": "string"}, "sq": {"type": "string"}, "sr": {"type": "string"}, "st": {"type": "string"}, "su": {"type": "string"}, "sv": {"type": "string"}, "sw": {"type": "string"}, "ta": {"type": "string"}, "te": {"type": "string"}, "tg": {"type": "string"}, "th": {"type": "string"}, "ti": {"type": "string"}, "tk": {"type": "string"}, "tl": {"type": "string"}, "tr": {"type": "string"}, "ts": {"type": "string"}, "tt": {"type": "string"}, "ug": {"type": "string"}, "uk": {"type": "string"}, "ur": {"type": "string"}, "uz": {"type": "string"}, "vi": {"type": "string"}, "xh": {"type": "string"}, "yi": {"type": "string"}, "yo": {"type": "string"}, "zh-CN": {"type": "string"}, "zh-TW": {"type": "string"}, "zu": {"type": "string"}}, "required": ["af", "ak", "am", "ar", "as", "ay", "az", "be", "bg", "bho", "bm", "bn", "bs", "ca", "ceb", "ckb", "co", "cs", "cy", "da", "de", "doi", "dv", "ee", "el", "en", "eo", "es", "et", "eu", "fa", "fi", "fr", "fy", "ga", "gd", "gl", "gn", "gom", "gu", "ha", "haw", "hi", "hmn", "hr", "ht", "hu", "hy", "id", "ig", "ilo", "is", "it", "iw", "ja", "jw", "ka", "kk", "km", "kn", "ko", "kri", "ku", "ky", "la", "lb", "lg", "ln", "lo", "lt", "lus", "lv", "mai", "mg", "mi", "mk", "ml", "mn", "mni-Mtei", "mr", "ms", "mt", "my", "ne", "nl", "no", "nso", "ny", "om", "or", "pa", "pl", "ps", "pt", "qu", "ro", "ru", "rw", "sa", "sd", "si", "sk", "sl", "sm", "sn", "so", "sq", "sr", "st", "su", "sv", "sw", "ta", "te", "tg", "th", "ti", "tk", "tl", "tr", "ts", "tt", "ug", "uk", "ur", "uz", "vi", "xh", "yi", "yo", "zh-CN", "zh-TW", "zu"]}, "languages": {"type": "array", "items": {"type": "string"}}, "languages_codes": {"type": "array", "items": {"type": "string"}}, "languages_to_codes": {"type": "object", "properties": {"afrikaans": {"type": "string"}, "albanian": {"type": "string"}, "amharic": {"type": "string"}, "arabic": {"type": "string"}, "armenian": {"type": "string"}, "assamese": {"type": "string"}, "aymara": {"type": "string"}, "azerbaijani": {"type": "string"}, "bambara": {"type": "string"}, "basque": {"type": "string"}, "belarusian": {"type": "string"}, "bengali": {"type": "string"}, "bhojpuri": {"type": "string"}, "bosnian": {"type": "string"}, "bulgarian": {"type": "string"}, "catalan": {"type": "string"}, "cebuano": {"type": "string"}, "chichewa": {"type": "string"}, "chinese (simplified)": {"type": "string"}, "chinese (traditional)": {"type": "string"}, "corsican": {"type": "string"}, "croatian": {"type": "string"}, "czech": {"type": "string"}, "danish": {"type": "string"}, "dhivehi": {"type": "string"}, "dogri": {"type": "string"}, "dutch": {"type": "string"}, "english": {"type": "string"}, "esperanto": {"type": "string"}, "estonian": {"type": "string"}, "ewe": {"type": "string"}, "filipino": {"type": "string"}, "finnish": {"type": "string"}, "french": {"type": "string"}, "frisian": {"type": "string"}, "galician": {"type": "string"}, "georgian": {"type": "string"}, "german": {"type": "string"}, "greek": {"type": "string"}, "guarani": {"type": "string"}, "gujarati": {"type": "string"}, "haitian creole": {"type": "string"}, "hausa": {"type": "string"}, "hawaiian": {"type": "string"}, "hebrew": {"type": "string"}, "hindi": {"type": "string"}, "hmong": {"type": "string"}, "hungarian": {"type": "string"}, "icelandic": {"type": "string"}, "igbo": {"type": "string"}, "ilocano": {"type": "string"}, "indonesian": {"type": "string"}, "irish": {"type": "string"}, "italian": {"type": "string"}, "japanese": {"type": "string"}, "javanese": {"type": "string"}, "kannada": {"type": "string"}, "kazakh": {"type": "string"}, "khmer": {"type": "string"}, "kinyarwanda": {"type": "string"}, "konkani": {"type": "string"}, "korean": {"type": "string"}, "krio": {"type": "string"}, "kurdish (kurmanji)": {"type": "string"}, "kurdish (sorani)": {"type": "string"}, "kyrgyz": {"type": "string"}, "lao": {"type": "string"}, "latin": {"type": "string"}, "latvian": {"type": "string"}, "lingala": {"type": "string"}, "lithuanian": {"type": "string"}, "luganda": {"type": "string"}, "luxembourgish": {"type": "string"}, "macedonian": {"type": "string"}, "maithili": {"type": "string"}, "malagasy": {"type": "string"}, "malay": {"type": "string"}, "malayalam": {"type": "string"}, "maltese": {"type": "string"}, "maori": {"type": "string"}, "marathi": {"type": "string"}, "meiteilon (manipuri)": {"type": "string"}, "mizo": {"type": "string"}, "mongolian": {"type": "string"}, "myanmar": {"type": "string"}, "nepali": {"type": "string"}, "norwegian": {"type": "string"}, "odia (oriya)": {"type": "string"}, "oromo": {"type": "string"}, "pashto": {"type": "string"}, "persian": {"type": "string"}, "polish": {"type": "string"}, "portuguese": {"type": "string"}, "punjabi": {"type": "string"}, "quechua": {"type": "string"}, "romanian": {"type": "string"}, "russian": {"type": "string"}, "samoan": {"type": "string"}, "sanskrit": {"type": "string"}, "scots gaelic": {"type": "string"}, "sepedi": {"type": "string"}, "serbian": {"type": "string"}, "sesotho": {"type": "string"}, "shona": {"type": "string"}, "sindhi": {"type": "string"}, "sinhala": {"type": "string"}, "slovak": {"type": "string"}, "slovenian": {"type": "string"}, "somali": {"type": "string"}, "spanish": {"type": "string"}, "sundanese": {"type": "string"}, "swahili": {"type": "string"}, "swedish": {"type": "string"}, "tajik": {"type": "string"}, "tamil": {"type": "string"}, "tatar": {"type": "string"}, "telugu": {"type": "string"}, "thai": {"type": "string"}, "tigrinya": {"type": "string"}, "tsonga": {"type": "string"}, "turkish": {"type": "string"}, "turkmen": {"type": "string"}, "twi": {"type": "string"}, "ukrainian": {"type": "string"}, "urdu": {"type": "string"}, "uyghur": {"type": "string"}, "uzbek": {"type": "string"}, "vietnamese": {"type": "string"}, "welsh": {"type": "string"}, "xhosa": {"type": "string"}, "yiddish": {"type": "string"}, "yoruba": {"type": "string"}, "zulu": {"type": "string"}}, "required": ["afrikaans", "albanian", "amharic", "arabic", "armenian", "assamese", "aymara", "azerbaijani", "bambara", "basque", "belarusian", "bengali", "bhojpuri", "bosnian", "bulgarian", "catalan", "cebuano", "chichewa", "chinese (simplified)", "chinese (traditional)", "corsican", "croatian", "czech", "danish", "dhivehi", "dogri", "dutch", "english", "esperanto", "estonian", "ewe", "filipino", "finnish", "french", "frisian", "galician", "georgian", "german", "greek", "guarani", "gujarati", "haitian creole", "hausa", "hawaiian", "hebrew", "hindi", "hmong", "hungarian", "icelandic", "igbo", "ilocano", "indonesian", "irish", "italian", "japanese", "javanese", "kannada", "kazakh", "khmer", "kinyarwanda", "konkani", "korean", "krio", "kurdish (kurmanji)", "kurdish (sorani)", "kyrgyz", "lao", "latin", "latvian", "lingala", "lithuanian", "luganda", "luxembourgish", "macedonian", "maithili", "malagasy", "malay", "malayalam", "maltese", "maori", "marathi", "meiteilon (manipuri)", "mizo", "mongolian", "myanmar", "nepali", "norwegian", "odia (oriya)", "oromo", "pashto", "persian", "polish", "portuguese", "punjabi", "quechua", "romanian", "russian", "samoan", "sanskrit", "scots gaelic", "sepedi", "serbian", "sesotho", "shona", "sindhi", "sinhala", "slovak", "slovenian", "somali", "spanish", "sundanese", "swahili", "swedish", "tajik", "tamil", "tatar", "telugu", "thai", "tigrinya", "tsonga", "turkish", "turkmen", "twi", "ukrainian", "urdu", "uyghur", "uzbek", "vietnamese", "welsh", "xhosa", "yiddish", "yoruba", "zulu"]}}, "required": ["codes_to_languages ", "languages", "languages_codes", "languages_to_codes"]}
0ade90c7-46de-4271-8f74-53cd78933334/a087696d-951c-414d-a029-2f63a9e50702/0/0
Text Translator
A powerful and versatile translation API that enables seamless translation of text and JSON data into over 130 languages. Whether you need to localize content, communicate with a global audience, or automate language translation within your applications, we provide a simple and efficient solution.
6.1
Translate JSON Object
Translates any JSON object given the keys to translate.
200
Success
{"info": {"source": {"language_code": "en", "language_name": "english"}, "target": {"language_code": "de", "language_name": "german"}}, "success": true, "translated_json_object": {"key1": "Hallo Welt", "key2": "Der schnelle braune Fuchs springt \u00fcber den faulen Hund"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"source": {"type": "object", "properties": {"language_code": {"type": "string"}, "language_name": {"type": "string"}}, "required": ["language_code", "language_name"]}, "target": {"type": "object", "properties": {"language_code": {"type": "string"}, "language_name": {"type": "string"}}, "required": ["language_code", "language_name"]}}, "required": ["source", "target"]}, "success": {"type": "boolean"}, "translated_json_object": {"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}}, "required": ["info", "success", "translated_json_object"]}
0ade90c7-46de-4271-8f74-53cd78933334/c35f5f68-d84f-4347-b902-317566d9dc58/0/0
Text Translator
A powerful and versatile translation API that enables seamless translation of text and JSON data into over 130 languages. Whether you need to localize content, communicate with a global audience, or automate language translation within your applications, we provide a simple and efficient solution.
6.1
Translate Text
Given a list of text, it returns a translated version of the text list given.
200
Success
{"info": {"max_text_length": 25000, "original_text_length": 11, "source": {"language_code": "en", "language_name": "english"}, "target": {"language_code": "de", "language_name": "german"}}, "success": true, "translated_text": "Hallo Welt"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"max_text_length": {"type": "integer"}, "original_text_length": {"type": "integer"}, "source": {"type": "object", "properties": {"language_code": {"type": "string"}, "language_name": {"type": "string"}}, "required": ["language_code", "language_name"]}, "target": {"type": "object", "properties": {"language_code": {"type": "string"}, "language_name": {"type": "string"}}, "required": ["language_code", "language_name"]}}, "required": ["max_text_length", "original_text_length", "source", "target"]}, "success": {"type": "boolean"}, "translated_text": {"type": "string"}}, "required": ["info", "success", "translated_text"]}
70e38ea8-96b6-435c-8cc5-f315cffd7e19/733b9e85-295e-468f-b264-1f79fb2dd31e/0/0
Efficient translate
Efficient translate API with good prices
null
translate
Returns translation for passed query
200
Response
{"from": "en", "to": "de", "value": "Pfirsich"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}, "value": {"type": "string"}}, "required": ["from", "to", "value"]}
70e38ea8-96b6-435c-8cc5-f315cffd7e19/5c49a2bb-cb6b-4278-bb96-2af24a111be6/0/0
Efficient translate
Efficient translate API with good prices
null
languages
Returns the list of supported languages
200
Response
["af", "sq", "am", "ar", "hy", "az", "eu", "be", "bn", "bs", "bg", "ca", "ceb", "zh-CN", "zh", "zh-TW", "co", "hr", "cs", "da", "nl", "en", "eo", "et", "fi", "fr", "fy", "gl", "ka", "de", "el", "gu", "ht", "ha", "haw", "he", "iw", "hi", "hmn", "hu", "is", "ig", "id", "ga", "it", "ja", "jv", "kn", "kk", "km", "rw", "ko", "ku", "ky", "lo", "la", "lv", "lt", "lb", "mk", "mg", "ms", "ml", "mt", "mi", "mr", "mn", "my", "ne", "no", "ny", "or", "ps", "fa", "pl", "pt", "pa", "ro", "ru", "sm", "gd", "sr", "st", "sn", "sd", "si", "sk", "sl", "so", "es", "su", "sw", "sv", "tl", "tg", "ta", "tt", "te", "th", "tr", "tk", "uk", "ur", "ug", "uz", "vi", "cy", "xh", "yi", "yo", "zu", "la"]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}}
3d9997d6-07fb-42c6-850f-f18829749cf9/f45ecd98-7778-4fc6-b0e0-71b28dac845d/0/0
Translate
Translates text into one or more languages.
9.8
Translate
Translates text into one or more languages. from : language code || auto (Detect language automatically) to : target language code
200
Response
{"ok": true, "text": "Hello World!", "from": "auto", "to": "ar", "response": "\u0645\u0631\u062d\u0628\u0627 \u0628\u0627\u0644\u0639\u0627\u0644\u0645!"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ok": {"type": "boolean"}, "text": {"type": "string"}, "from": {"type": "string"}, "to": {"type": "string"}, "response": {"type": "string"}}, "required": ["from", "ok", "response", "text", "to"]}
03f41120-c406-4667-812d-6547ebcefffa/85118d82-b8e5-40a7-9a61-4dac077251d5/0/0
G Translate
Translate API using the best translation engine.
9.2
Get Supported Languages
Get Supported Languages
200
Response
{"code": 200, "data": {"auto": "Detect Language", "af": "Afrikaans", "sq": "Albanian", "am": "Amharic", "ar": "Arabic", "hy": "Armenian", "az": "Azerbaijani", "eu": "Basque", "be": "Belarusian", "bn": "Bengali", "bs": "Bosnian", "bg": "Bulgarian", "ca": "Catalan", "ceb": "Cebuano", "ny": "Chichewa", "zh-CN": "Chinese (Simplified)", "zh-TW": "Chinese (Traditional)", "co": "Corsican", "hr": "Croatian", "cs": "Czech", "da": "Danish", "nl": "Dutch", "en": "English", "eo": "Esperanto", "et": "Estonian", "tl": "Filipino", "fi": "Finnish", "fr": "French", "fy": "Frisian", "gl": "Galician", "ka": "Georgian", "de": "German", "el": "Greek", "gu": "Gujarati", "ht": "Haitian Creole", "ha": "Hausa", "haw": "Hawaiian", "he": "Hebrew", "iw": "Hebrew", "hi": "Hindi", "hmn": "Hmong", "hu": "Hungarian", "is": "Icelandic", "ig": "Igbo", "id": "Indonesian", "ga": "Irish", "it": "Italian", "ja": "Japanese", "jw": "Javanese", "kn": "Kannada", "kk": "Kazakh", "km": "Khmer", "rw": "Kinyarwanda", "ko": "Korean", "ku": "Kurdish (Kurmanji)", "ky": "Kyrgyz", "lo": "Lao", "la": "Latin", "lv": "Latvian", "lt": "Lithuanian", "lb": "Luxembourgish", "mk": "Macedonian", "mg": "Malagasy", "ms": "Malay", "ml": "Malayalam", "mt": "Maltese", "mi": "Maori", "mr": "Marathi", "mn": "Mongolian", "my": "Myanmar (Burmese)", "ne": "Nepali", "no": "Norwegian", "or": "Odia (Oriya)", "ps": "Pashto", "fa": "Persian", "pl": "Polish", "pt": "Portuguese", "pa": "Punjabi", "ro": "Romanian", "ru": "Russian", "sm": "Samoan", "gd": "Scots Gaelic", "sr": "Serbian", "st": "Sesotho", "sn": "Shona", "sd": "Sindhi", "si": "Sinhala", "sk": "Slovak", "sl": "Slovenian", "so": "Somali", "es": "Spanish", "su": "Sundanese", "sw": "Swahili", "sv": "Swedish", "tg": "Tajik", "ta": "Tamil", "tt": "Tatar", "te": "Telugu", "th": "Thai", "tr": "Turkish", "uk": "Ukrainian", "ur": "Urdu", "ug": "Uyghur", "uz": "Uzbek", "vi": "Vietnamese", "cy": "Welsh", "xh": "Xhosa", "yi": "Yiddish", "yo": "Yoruba", "zu": "Zulu"}, "message": ""}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "data": {"type": "object", "properties": {"auto": {"type": "string"}, "af": {"type": "string"}, "sq": {"type": "string"}, "am": {"type": "string"}, "ar": {"type": "string"}, "hy": {"type": "string"}, "az": {"type": "string"}, "eu": {"type": "string"}, "be": {"type": "string"}, "bn": {"type": "string"}, "bs": {"type": "string"}, "bg": {"type": "string"}, "ca": {"type": "string"}, "ceb": {"type": "string"}, "ny": {"type": "string"}, "zh-CN": {"type": "string"}, "zh-TW": {"type": "string"}, "co": {"type": "string"}, "hr": {"type": "string"}, "cs": {"type": "string"}, "da": {"type": "string"}, "nl": {"type": "string"}, "en": {"type": "string"}, "eo": {"type": "string"}, "et": {"type": "string"}, "tl": {"type": "string"}, "fi": {"type": "string"}, "fr": {"type": "string"}, "fy": {"type": "string"}, "gl": {"type": "string"}, "ka": {"type": "string"}, "de": {"type": "string"}, "el": {"type": "string"}, "gu": {"type": "string"}, "ht": {"type": "string"}, "ha": {"type": "string"}, "haw": {"type": "string"}, "he": {"type": "string"}, "iw": {"type": "string"}, "hi": {"type": "string"}, "hmn": {"type": "string"}, "hu": {"type": "string"}, "is": {"type": "string"}, "ig": {"type": "string"}, "id": {"type": "string"}, "ga": {"type": "string"}, "it": {"type": "string"}, "ja": {"type": "string"}, "jw": {"type": "string"}, "kn": {"type": "string"}, "kk": {"type": "string"}, "km": {"type": "string"}, "rw": {"type": "string"}, "ko": {"type": "string"}, "ku": {"type": "string"}, "ky": {"type": "string"}, "lo": {"type": "string"}, "la": {"type": "string"}, "lv": {"type": "string"}, "lt": {"type": "string"}, "lb": {"type": "string"}, "mk": {"type": "string"}, "mg": {"type": "string"}, "ms": {"type": "string"}, "ml": {"type": "string"}, "mt": {"type": "string"}, "mi": {"type": "string"}, "mr": {"type": "string"}, "mn": {"type": "string"}, "my": {"type": "string"}, "ne": {"type": "string"}, "no": {"type": "string"}, "or": {"type": "string"}, "ps": {"type": "string"}, "fa": {"type": "string"}, "pl": {"type": "string"}, "pt": {"type": "string"}, "pa": {"type": "string"}, "ro": {"type": "string"}, "ru": {"type": "string"}, "sm": {"type": "string"}, "gd": {"type": "string"}, "sr": {"type": "string"}, "st": {"type": "string"}, "sn": {"type": "string"}, "sd": {"type": "string"}, "si": {"type": "string"}, "sk": {"type": "string"}, "sl": {"type": "string"}, "so": {"type": "string"}, "es": {"type": "string"}, "su": {"type": "string"}, "sw": {"type": "string"}, "sv": {"type": "string"}, "tg": {"type": "string"}, "ta": {"type": "string"}, "tt": {"type": "string"}, "te": {"type": "string"}, "th": {"type": "string"}, "tr": {"type": "string"}, "uk": {"type": "string"}, "ur": {"type": "string"}, "ug": {"type": "string"}, "uz": {"type": "string"}, "vi": {"type": "string"}, "cy": {"type": "string"}, "xh": {"type": "string"}, "yi": {"type": "string"}, "yo": {"type": "string"}, "zu": {"type": "string"}}, "required": ["af", "am", "ar", "auto", "az", "be", "bg", "bn", "bs", "ca", "ceb", "co", "cs", "cy", "da", "de", "el", "en", "eo", "es", "et", "eu", "fa", "fi", "fr", "fy", "ga", "gd", "gl", "gu", "ha", "haw", "he", "hi", "hmn", "hr", "ht", "hu", "hy", "id", "ig", "is", "it", "iw", "ja", "jw", "ka", "kk", "km", "kn", "ko", "ku", "ky", "la", "lb", "lo", "lt", "lv", "mg", "mi", "mk", "ml", "mn", "mr", "ms", "mt", "my", "ne", "nl", "no", "ny", "or", "pa", "pl", "ps", "pt", "ro", "ru", "rw", "sd", "si", "sk", "sl", "sm", "sn", "so", "sq", "sr", "st", "su", "sv", "sw", "ta", "te", "tg", "th", "tl", "tr", "tt", "ug", "uk", "ur", "uz", "vi", "xh", "yi", "yo", "zh-CN", "zh-TW", "zu"]}, "message": {"type": "string"}}, "required": ["code", "data", "message"]}
03f41120-c406-4667-812d-6547ebcefffa/11fb09d5-77da-41ad-9500-142f01b68f5e/0/0
G Translate
Translate API using the best translation engine.
9.2
Translate Text with POST
Translate Text with POST method
200
Response
{"code": 200, "data": {"translation": "\u041c\u0435\u0442\u043e\u0434 POST \u0438\u043c\u0435\u0435\u0442 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043f\u0440\u0435\u0438\u043c\u0443\u0449\u0435\u0441\u0442\u0432 \u043f\u0435\u0440\u0435\u0434 GET: \u043e\u043d \u0431\u043e\u043b\u0435\u0435 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u0435\u043d, \u043f\u043e\u0441\u043a\u043e\u043b\u044c\u043a\u0443 \u0431\u043e\u043b\u044c\u0448\u0430\u044f \u0447\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0441\u043a\u0440\u044b\u0442\u0430 \u043e\u0442 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f; \u041f\u043e\u0434\u0445\u043e\u0434\u0438\u0442 \u0434\u043b\u044f \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0439 \u0441 \u0431\u043e\u043b\u044c\u0448\u0438\u043c\u0438 \u0434\u0430\u043d\u043d\u044b\u043c\u0438.", "pronunciation": "Metod POST imeyet neskol'ko preimushchestv pered GET: on boleye bezopasen, poskol'ku bol'shaya chast' zaprosa skryta ot pol'zovatelya; Podkhodit dlya operatsiy s bol'shimi dannymi.", "pairs": [{"s": "The POST method has several advantages over GET: it is more secure because most of the request is hidden from the user;", "t": "\u041c\u0435\u0442\u043e\u0434 POST \u0438\u043c\u0435\u0435\u0442 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043f\u0440\u0435\u0438\u043c\u0443\u0449\u0435\u0441\u0442\u0432 \u043f\u0435\u0440\u0435\u0434 GET: \u043e\u043d \u0431\u043e\u043b\u0435\u0435 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u0435\u043d, \u043f\u043e\u0441\u043a\u043e\u043b\u044c\u043a\u0443 \u0431\u043e\u043b\u044c\u0448\u0430\u044f \u0447\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0441\u043a\u0440\u044b\u0442\u0430 \u043e\u0442 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f; "}, {"s": "Suitable for big data operations.", "t": "\u041f\u043e\u0434\u0445\u043e\u0434\u0438\u0442 \u0434\u043b\u044f \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0439 \u0441 \u0431\u043e\u043b\u044c\u0448\u0438\u043c\u0438 \u0434\u0430\u043d\u043d\u044b\u043c\u0438."}], "source": {"language": {"didYouMean": false, "iso": "en"}, "text": {"autoCorrected": false, "value": "", "didYouMean": false}}}, "message": ""}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "data": {"type": "object", "properties": {"translation": {"type": "string"}, "pronunciation": {"type": "string"}, "pairs": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "string"}, "t": {"type": "string"}}, "required": ["s", "t"]}}, "source": {"type": "object", "properties": {"language": {"type": "object", "properties": {"didYouMean": {"type": "boolean"}, "iso": {"type": "string"}}, "required": ["didYouMean", "iso"]}, "text": {"type": "object", "properties": {"autoCorrected": {"type": "boolean"}, "value": {"type": "string"}, "didYouMean": {"type": "boolean"}}, "required": ["autoCorrected", "didYouMean", "value"]}}, "required": ["language", "text"]}}, "required": ["pairs", "pronunciation", "source", "translation"]}, "message": {"type": "string"}}, "required": ["code", "data", "message"]}
03f41120-c406-4667-812d-6547ebcefffa/f0992899-041a-4b34-8d44-f7cfbbc44f9e/0/0
G Translate
Translate API using the best translation engine.
9.2
Translate Text
Translate Text
200
Response
{"code": 200, "data": {"translation": "\u041e\u0434\u043d\u0430 \u0438\u0437 \u0438\u0434\u0435\u0439 \u043c\u043e\u0434\u0435\u043b\u0438 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u0430\u043c\u044f\u0442\u044c\u044e \u0432 Java \u0441\u043e\u0441\u0442\u043e\u0438\u0442 \u0432 \u0442\u043e\u043c, \u0447\u0442\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0441\u0442\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0431\u044b\u0442\u044c \u0438\u0437\u0431\u0430\u0432\u043b\u0435\u043d\u044b \u043e\u0442 \u0431\u0440\u0435\u043c\u0435\u043d\u0438 \u0440\u0443\u0447\u043d\u043e\u0433\u043e \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u0430\u043c\u044f\u0442\u044c\u044e. \u0412 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u044f\u0437\u044b\u043a\u0430\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0441\u0442 \u0432\u044b\u0434\u0435\u043b\u044f\u0435\u0442 \u043f\u0430\u043c\u044f\u0442\u044c \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u043b\u044e\u0431\u043e\u0433\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u0430, \u0445\u0440\u0430\u043d\u044f\u0449\u0435\u0433\u043e\u0441\u044f \u0432 \u043a\u0443\u0447\u0435, \u0438 \u043d\u0435\u0441\u0435\u0442 \u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0441\u0442\u044c \u0437\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435 \u0440\u0443\u0447\u043d\u043e\u0435 \u043e\u0441\u0432\u043e\u0431\u043e\u0436\u0434\u0435\u043d\u0438\u0435 \u044d\u0442\u043e\u0439 \u043f\u0430\u043c\u044f\u0442\u0438 \u0434\u043b\u044f \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f \u043b\u044e\u0431\u044b\u0445 \u0442\u0430\u043a\u0438\u0445 \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432. \u0415\u0441\u043b\u0438 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0441\u0442 \u0437\u0430\u0431\u044b\u0432\u0430\u0435\u0442 \u043e\u0441\u0432\u043e\u0431\u043e\u0434\u0438\u0442\u044c \u043f\u0430\u043c\u044f\u0442\u044c \u0438\u043b\u0438 \u043f\u0438\u0448\u0435\u0442 \u043a\u043e\u0434, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043d\u0435 \u0434\u0435\u043b\u0430\u0435\u0442 \u044d\u0442\u043e\u0433\u043e \u0441\u0432\u043e\u0435\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e, \u043c\u043e\u0436\u0435\u0442 \u043f\u0440\u043e\u0438\u0437\u043e\u0439\u0442\u0438 \u0443\u0442\u0435\u0447\u043a\u0430 \u043f\u0430\u043c\u044f\u0442\u0438: \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430 \u0431\u0443\u0434\u0435\u0442 \u043f\u043e\u0442\u0440\u0435\u0431\u043b\u044f\u0442\u044c \u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u043b\u044c\u043d\u043e \u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u043e\u0431\u044a\u0435\u043c \u043f\u0430\u043c\u044f\u0442\u0438. \u041a\u0440\u043e\u043c\u0435 \u0442\u043e\u0433\u043e, \u0435\u0441\u043b\u0438 \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u043f\u0430\u043c\u044f\u0442\u0438 \u043e\u0441\u0432\u043e\u0431\u043e\u0436\u0434\u0430\u0435\u0442\u0441\u044f \u0434\u0432\u0430\u0436\u0434\u044b, \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430 \u043c\u043e\u0436\u0435\u0442 \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u043d\u0435\u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e \u0438 \u043c\u043e\u0436\u0435\u0442 \u0430\u0432\u0430\u0440\u0438\u0439\u043d\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0430\u0442\u044c \u0440\u0430\u0431\u043e\u0442\u0443. \u041d\u0430\u043a\u043e\u043d\u0435\u0446, \u0432 \u0441\u0440\u0435\u0434\u0430\u0445 \u0431\u0435\u0437 \u0441\u0431\u043e\u0440\u043a\u0438 \u043c\u0443\u0441\u043e\u0440\u0430 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u0430\u044f \u0441\u0442\u0435\u043f\u0435\u043d\u044c \u043d\u0430\u043a\u043b\u0430\u0434\u043d\u044b\u0445 \u0440\u0430\u0441\u0445\u043e\u0434\u043e\u0432 \u0438 \u0441\u043b\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u043a\u043e\u0434\u0430 \u0434\u043b\u044f \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u043d\u0438\u044f \u0438 \u043e\u043a\u043e\u043d\u0447\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044f.", "pronunciation": "Odna iz idey modeli avtomaticheskogo upravleniya pamyat'yu v Java sostoit v tom, chto programmisty dolzhny byt' izbavleny ot bremeni ruchnogo upravleniya pamyat'yu. V nekotorykh yazykakh programmist vydelyayet pamyat' dlya sozdaniya lyubogo ob\"yekta, khranyashchegosya v kuche, i neset otvetstvennost' za posleduyushcheye ruchnoye osvobozhdeniye etoy pamyati dlya udaleniya lyubykh takikh ob\"yektov. Yesli programmist zabyvayet osvobodit' pamyat' ili pishet kod, kotoryy ne delayet etogo svoyevremenno, mozhet proizoyti utechka pamyati: programma budet potreblyat' potentsial'no proizvol'no bol'shoy ob\"yem pamyati. Krome togo, yesli oblast' pamyati osvobozhdayetsya dvazhdy, programma mozhet rabotat' nestabil'no i mozhet avariyno zavershat' rabotu. Nakonets, v sredakh bez sborki musora sushchestvuyet opredelennaya stepen' nakladnykh raskhodov i slozhnost' pol'zovatel'skogo koda dlya otslezhivaniya i okonchatel'nogo raspredeleniya.", "pairs": [{"s": "One idea behind Java's automatic memory management model is that programmers should be spared the burden of having to perform manual memory management.", "t": "\u041e\u0434\u043d\u0430 \u0438\u0437 \u0438\u0434\u0435\u0439 \u043c\u043e\u0434\u0435\u043b\u0438 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u0430\u043c\u044f\u0442\u044c\u044e \u0432 Java \u0441\u043e\u0441\u0442\u043e\u0438\u0442 \u0432 \u0442\u043e\u043c, \u0447\u0442\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0441\u0442\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0431\u044b\u0442\u044c \u0438\u0437\u0431\u0430\u0432\u043b\u0435\u043d\u044b \u043e\u0442 \u0431\u0440\u0435\u043c\u0435\u043d\u0438 \u0440\u0443\u0447\u043d\u043e\u0433\u043e \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u0430\u043c\u044f\u0442\u044c\u044e. "}, {"s": "In some languages the programmer allocates memory to create any object stored on the heap and is responsible for later manually deallocating that memory to delete any such objects.", "t": "\u0412 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u044f\u0437\u044b\u043a\u0430\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0441\u0442 \u0432\u044b\u0434\u0435\u043b\u044f\u0435\u0442 \u043f\u0430\u043c\u044f\u0442\u044c \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u043b\u044e\u0431\u043e\u0433\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u0430, \u0445\u0440\u0430\u043d\u044f\u0449\u0435\u0433\u043e\u0441\u044f \u0432 \u043a\u0443\u0447\u0435, \u0438 \u043d\u0435\u0441\u0435\u0442 \u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0441\u0442\u044c \u0437\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435 \u0440\u0443\u0447\u043d\u043e\u0435 \u043e\u0441\u0432\u043e\u0431\u043e\u0436\u0434\u0435\u043d\u0438\u0435 \u044d\u0442\u043e\u0439 \u043f\u0430\u043c\u044f\u0442\u0438 \u0434\u043b\u044f \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f \u043b\u044e\u0431\u044b\u0445 \u0442\u0430\u043a\u0438\u0445 \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432. "}, {"s": "If a programmer forgets to deallocate memory or writes code that fails to do so in a timely fashion, a memory leak can occur: the program will consume a potentially arbitrarily large amount of memory.", "t": "\u0415\u0441\u043b\u0438 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0441\u0442 \u0437\u0430\u0431\u044b\u0432\u0430\u0435\u0442 \u043e\u0441\u0432\u043e\u0431\u043e\u0434\u0438\u0442\u044c \u043f\u0430\u043c\u044f\u0442\u044c \u0438\u043b\u0438 \u043f\u0438\u0448\u0435\u0442 \u043a\u043e\u0434, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043d\u0435 \u0434\u0435\u043b\u0430\u0435\u0442 \u044d\u0442\u043e\u0433\u043e \u0441\u0432\u043e\u0435\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e, \u043c\u043e\u0436\u0435\u0442 \u043f\u0440\u043e\u0438\u0437\u043e\u0439\u0442\u0438 \u0443\u0442\u0435\u0447\u043a\u0430 \u043f\u0430\u043c\u044f\u0442\u0438: \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430 \u0431\u0443\u0434\u0435\u0442 \u043f\u043e\u0442\u0440\u0435\u0431\u043b\u044f\u0442\u044c \u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u043b\u044c\u043d\u043e \u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u043e\u0431\u044a\u0435\u043c \u043f\u0430\u043c\u044f\u0442\u0438. "}, {"s": "In addition, if a region of memory is deallocated twice, the program can become unstable and may crash.", "t": "\u041a\u0440\u043e\u043c\u0435 \u0442\u043e\u0433\u043e, \u0435\u0441\u043b\u0438 \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u043f\u0430\u043c\u044f\u0442\u0438 \u043e\u0441\u0432\u043e\u0431\u043e\u0436\u0434\u0430\u0435\u0442\u0441\u044f \u0434\u0432\u0430\u0436\u0434\u044b, \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430 \u043c\u043e\u0436\u0435\u0442 \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u043d\u0435\u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e \u0438 \u043c\u043e\u0436\u0435\u0442 \u0430\u0432\u0430\u0440\u0438\u0439\u043d\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0430\u0442\u044c \u0440\u0430\u0431\u043e\u0442\u0443. "}, {"s": "Finally, in non garbage collected environments, there is a certain degree of overhead and complexity of user-code to track and finalize allocations.", "t": "\u041d\u0430\u043a\u043e\u043d\u0435\u0446, \u0432 \u0441\u0440\u0435\u0434\u0430\u0445 \u0431\u0435\u0437 \u0441\u0431\u043e\u0440\u043a\u0438 \u043c\u0443\u0441\u043e\u0440\u0430 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u0430\u044f \u0441\u0442\u0435\u043f\u0435\u043d\u044c \u043d\u0430\u043a\u043b\u0430\u0434\u043d\u044b\u0445 \u0440\u0430\u0441\u0445\u043e\u0434\u043e\u0432 \u0438 \u0441\u043b\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u043a\u043e\u0434\u0430 \u0434\u043b\u044f \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u043d\u0438\u044f \u0438 \u043e\u043a\u043e\u043d\u0447\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044f."}], "source": {"language": {"didYouMean": false, "iso": "en"}, "text": {"autoCorrected": false, "value": "", "didYouMean": false}}}, "message": ""}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "data": {"type": "object", "properties": {"translation": {"type": "string"}, "pronunciation": {"type": "string"}, "pairs": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "string"}, "t": {"type": "string"}}, "required": ["s", "t"]}}, "source": {"type": "object", "properties": {"language": {"type": "object", "properties": {"didYouMean": {"type": "boolean"}, "iso": {"type": "string"}}, "required": ["didYouMean", "iso"]}, "text": {"type": "object", "properties": {"autoCorrected": {"type": "boolean"}, "value": {"type": "string"}, "didYouMean": {"type": "boolean"}}, "required": ["autoCorrected", "didYouMean", "value"]}}, "required": ["language", "text"]}}, "required": ["pairs", "pronunciation", "source", "translation"]}, "message": {"type": "string"}}, "required": ["code", "data", "message"]}
8c66cff5-a689-419c-a1d8-11975ffc601e/ee5e4477-5a6d-4946-8481-b1527e6ded43/0/0
Rivet SMS
Rivet SMS API offers programmable SMS APIs, so you can get maximum value from your messages. Use our APIs to send single, bulk messages , schedule broadcasts, configure/ triggers messages and much more.
7.9
Get Message List
Get the SMS sent list based on the range, from date and end date. Range can be like 1 to 100, 100 to 200.
200
Response
{"ErrorCode": 0, "ErrorDescription": "Success", "Data": [{"MobileNumber": "971582694090", "SenderId": "VKcom", "Message": "test message test message test message test message test message test message test message test messagetest message test message test message test messag", "SubmitDate": "07 Jul 2022 10:09:43", "DoneDate": "07 Jul 2022 10:03:00", "MessageId": "bd2da342-8e73-4965-b7b6-d6ec78702d4a", "Status": "DELIVRD", "ErrorCode": "000"}, {"MobileNumber": "971586906758", "SenderId": "VKcom", "Message": "etest message test message test message test message osm-my", "SubmitDate": "07 Jul 2022 10:09:43", "DoneDate": "07 Jul 2022 11:33:00", "MessageId": "375b880a-a7b6-44a9-88a0-5e9058e07266", "Status": "DELIVRD", "ErrorCode": "000"}, {"MobileNumber": "971586906758", "SenderId": "VKcom", "Message": "test message test message test message test message test message test message test message test messagetest message test message test message test messag", "SubmitDate": "07 Jul 2022 10:09:43", "DoneDate": "07 Jul 2022 11:33:00", "MessageId": "9377b96f-a6b0-404d-932e-bb3be55b1efd", "Status": "DELIVRD", "ErrorCode": "000"}, {"MobileNumber": "971586906758", "SenderId": "beeah", "Message": "ttest test message multipart test message multipart test message multipart test message multipart test message multipart test message multipart test mess", "SubmitDate": "05 Jul 2022 14:57:37", "DoneDate": "05 Jul 2022 14:51:00", "MessageId": "9df53033-e112-4480-91a1-eb1ee03e11dd", "Status": "DELIVRD", "ErrorCode": "000"}, {"MobileNumber": "971582694090", "SenderId": "beeah", "Message": "age multipart test message multipart test message multipart test message multiparttest message multipart test message multipart-w2-osn-my", "SubmitDate": "05 Jul 2022 14:57:37", "DoneDate": "05 Jul 2022 14:57:40", "MessageId": "abac9c7b-add1-4054-98a5-136ceaf49cfa", "Status": "SUBMITTED", "ErrorCode": "0"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ErrorCode": {"type": "integer"}, "ErrorDescription": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"MobileNumber": {"type": "string"}, "SenderId": {"type": "string"}, "Message": {"type": "string"}, "SubmitDate": {"type": "string"}, "DoneDate": {"type": "string"}, "MessageId": {"type": "string"}, "Status": {"type": "string"}, "ErrorCode": {"type": "string"}}, "required": ["DoneDate", "ErrorCode", "Message", "MessageId", "MobileNumber", "SenderId", "Status", "SubmitDate"]}}}, "required": ["Data", "ErrorCode", "ErrorDescription"]}
8c66cff5-a689-419c-a1d8-11975ffc601e/aa534f58-ec1f-4480-9994-5504a9e61715/0/0
Rivet SMS
Rivet SMS API offers programmable SMS APIs, so you can get maximum value from your messages. Use our APIs to send single, bulk messages , schedule broadcasts, configure/ triggers messages and much more.
7.9
Sent Message Status
Get the sent message status of the message using the message id.
200
Response
{"ErrorCode": 0, "ErrorDescription": "Success", "Data": {"MobileNumber": "971582694090", "SenderId": "Beeah", "Message": "helllllllllllllllo", "SubmitDate": "05 Jul 2022 14:27:08", "DoneDate": "05 Jul 2022 14:21:00", "MessageId": "1968fe91-007d-4942-ad8b-627a9e4804b3", "Status": "DELIVRD", "ErrorCode": "000"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ErrorCode": {"type": "integer"}, "ErrorDescription": {"type": "string"}, "Data": {"type": "object", "properties": {"MobileNumber": {"type": "string"}, "SenderId": {"type": "string"}, "Message": {"type": "string"}, "SubmitDate": {"type": "string"}, "DoneDate": {"type": "string"}, "MessageId": {"type": "string"}, "Status": {"type": "string"}, "ErrorCode": {"type": "string"}}, "required": ["DoneDate", "ErrorCode", "Message", "MessageId", "MobileNumber", "SenderId", "Status", "SubmitDate"]}}, "required": ["Data", "ErrorCode", "ErrorDescription"]}
8c66cff5-a689-419c-a1d8-11975ffc601e/7e357d5f-29e0-407a-ba01-0244bcd9d9ce/0/0
Rivet SMS
Rivet SMS API offers programmable SMS APIs, so you can get maximum value from your messages. Use our APIs to send single, bulk messages , schedule broadcasts, configure/ triggers messages and much more.
7.9
Get Sender ID
Get the list of all Sender ID that are registered for your account to send SMS.
200
Response
{"ErrorCode": 0, "ErrorDescription": "Success", "Data": [{"Id": 2, "SenderId": "xplate", "CompanyId": 4, "IsActive": true, "IsApproved": 1, "ApprovalDate": "May 28, 2022", "Purpose": "testing", "CreatedDate": "May 28, 2022", "SenderIdType": 0, "IsDefault": false}, {"Id": 4, "SenderId": "Rivet SMS", "CompanyId": 4, "IsActive": true, "IsApproved": 1, "ApprovalDate": "May 28, 2022", "Purpose": "testing1", "CreatedDate": "May 28, 2022", "SenderIdType": 0, "IsDefault": false}, {"Id": 8, "SenderId": "GRAB", "CompanyId": 4, "IsActive": true, "IsApproved": 1, "ApprovalDate": "May 30, 2022", "Purpose": "ForTesting", "CreatedDate": "May 30, 2022", "SenderIdType": 0, "IsDefault": false}, {"Id": 10, "SenderId": "SKYOTP", "CompanyId": 4, "IsActive": true, "IsApproved": 1, "ApprovalDate": "May 31, 2022", "Purpose": "apitest", "CreatedDate": "May 31, 2022", "SenderIdType": 0, "IsDefault": false}, {"Id": 12, "SenderId": "AD-SKYINFO", "CompanyId": 4, "IsActive": true, "IsApproved": 1, "ApprovalDate": "Jun 02, 2022", "Purpose": "mobish", "CreatedDate": "Jun 02, 2022", "SenderIdType": 0, "IsDefault": false}, {"Id": 41, "SenderId": "VNS LLC", "CompanyId": 4, "IsActive": true, "IsApproved": 1, "ApprovalDate": "Jun 24, 2022", "Purpose": "testing", "CreatedDate": "Jun 24, 2022", "SenderIdType": 0, "IsDefault": false}, {"Id": 42, "SenderId": "pushpa", "CompanyId": 4, "IsActive": true, "IsApproved": 1, "ApprovalDate": "Jun 24, 2022", "Purpose": "testing", "CreatedDate": "Jun 24, 2022", "SenderIdType": 0, "IsDefault": false}, {"Id": 50, "SenderId": "Beeah", "CompanyId": 4, "IsActive": true, "IsApproved": 1, "ApprovalDate": "Jun 30, 2022", "Purpose": "testing", "CreatedDate": "Jun 30, 2022", "SenderIdType": 0, "IsDefault": false}, {"Id": 51, "SenderId": "beeah", "CompanyId": 4, "IsActive": true, "IsApproved": 1, "ApprovalDate": "Jun 30, 2022", "Purpose": "testing", "CreatedDate": "Jun 30, 2022", "SenderIdType": 0, "IsDefault": false}, {"Id": 57, "SenderId": "VKcom", "CompanyId": 4, "IsActive": true, "IsApproved": 1, "ApprovalDate": "Jul 07, 2022", "Purpose": "test", "CreatedDate": "Jul 07, 2022", "SenderIdType": 0, "IsDefault": false}, {"Id": 62, "SenderId": "sampleSID", "CompanyId": 4, "IsActive": true, "IsApproved": 0, "ApprovalDate": "", "Purpose": "testing", "CreatedDate": "Jul 14, 2022", "SenderIdType": 0, "IsDefault": false}, {"Id": 69, "SenderId": "Al Hooth", "CompanyId": 4, "IsActive": true, "IsApproved": 1, "ApprovalDate": "Jul 19, 2022", "Purpose": "testing", "CreatedDate": "Jul 19, 2022", "SenderIdType": 0, "IsDefault": false}, {"Id": 70, "SenderId": "AD-Al Hooth", "CompanyId": 4, "IsActive": true, "IsApproved": 1, "ApprovalDate": "Jul 19, 2022", "Purpose": "testing", "CreatedDate": "Jul 19, 2022", "SenderIdType": 0, "IsDefault": false}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ErrorCode": {"type": "integer"}, "ErrorDescription": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "integer"}, "SenderId": {"type": "string"}, "CompanyId": {"type": "integer"}, "IsActive": {"type": "boolean"}, "IsApproved": {"type": "integer"}, "ApprovalDate": {"type": "string"}, "Purpose": {"type": "string"}, "CreatedDate": {"type": "string"}, "SenderIdType": {"type": "integer"}, "IsDefault": {"type": "boolean"}}, "required": ["ApprovalDate", "CompanyId", "CreatedDate", "Id", "IsActive", "IsApproved", "IsDefault", "Purpose", "SenderId", "SenderIdType"]}}}, "required": ["Data", "ErrorCode", "ErrorDescription"]}
8c66cff5-a689-419c-a1d8-11975ffc601e/2a2c8270-68c3-4761-9d42-088655ed80b8/0/0
Rivet SMS
Rivet SMS API offers programmable SMS APIs, so you can get maximum value from your messages. Use our APIs to send single, bulk messages , schedule broadcasts, configure/ triggers messages and much more.
7.9
Get Credit check
Get the credit balance in your account.
200
Response
{"ErrorCode": 0, "ErrorDescription": "Success", "Data": [{"PluginType": "SMS", "Credits": "AED17.862000"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ErrorCode": {"type": "integer"}, "ErrorDescription": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"PluginType": {"type": "string"}, "Credits": {"type": "string"}}, "required": ["Credits", "PluginType"]}}}, "required": ["Data", "ErrorCode", "ErrorDescription"]}
8c66cff5-a689-419c-a1d8-11975ffc601e/2edd449d-bde7-469e-8d0e-ff1fd605f7e5/0/0
Rivet SMS
Rivet SMS API offers programmable SMS APIs, so you can get maximum value from your messages. Use our APIs to send single, bulk messages , schedule broadcasts, configure/ triggers messages and much more.
7.9
Bulk SMS
JSON BODY: { "SenderId": "string", "Is_Unicode": true, "Is_Flash": true, "SchedTime": "string", "MessageParameters": [ { "Number": "string", "Text": "string" }, { "Number": "string", "Text": "string" } ], "ApiKey": "string", "ClientId": "string" }
200
Response
{"ErrorCode": 0, "ErrorDescription": null, "Data": [{"MessageErrorCode": 0, "MessageErrorDescription": "Success", "MobileNumber": "971586906758", "MessageId": "65b646e7-bc78-47d8-9e36-0f31fdc4c95b", "Custom": null}, {"MessageErrorCode": 0, "MessageErrorDescription": "Success", "MobileNumber": "971582694090", "MessageId": "d1f84a25-f32b-4475-b02b-67ecca4dfb19", "Custom": null}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ErrorCode": {"type": "integer"}, "ErrorDescription": {"type": "null"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"MessageErrorCode": {"type": "integer"}, "MessageErrorDescription": {"type": "string"}, "MobileNumber": {"type": "string"}, "MessageId": {"type": "string"}, "Custom": {"type": "null"}}, "required": ["Custom", "MessageErrorCode", "MessageErrorDescription", "MessageId", "MobileNumber"]}}}, "required": ["Data", "ErrorCode", "ErrorDescription"]}
457d44aa-e8de-4140-bf4c-ee83e616f8e4/96bb4a18-1282-42d8-9796-596f068b4c80/0/0
sms-exchange
Send your SMS now ! Available only for France, but soon other countries on our destination list. Take a look !
6.3
send-sms
simply send you sms in france with our API !
201
SMS Sent
{"success": true, "message": "SMS sent successfully"}
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}}}
badfa7fa-e0e2-441b-9629-43307e2b38fc/a0641913-0ecb-4c60-99fd-8e76bc603f4c/0/0
Format Phone Number
By passing in phone number and country, our API returns a properly formatted number for sending through various SMS services.
null
Format
With this endpoint, you can either pass a telephone number and 2 character country code, or just pass a telephone number, and the app will use the country code used during signup.
201
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
fb951664-f68f-4f9a-b024-241be5f4c42f/3742c101-01a5-4b5e-bcbc-b6f2a693dcdb/0/0
MobileCheck MNP Lookup
MobileCheck MNP Lookup
null
MNP Lookup
MNP Lookup
200
Response
{"country_code": "GB", "carrier_name": "Telefonica UK", "mcc": "234", "mnc": "10", "npdi": true, "is_ported": false, "number_type": "wireless", "tel": "447595308555", "response_code": "000"}
{"type": "object", "properties": {"cc": {"type": "string"}, "cn": {"type": "string"}, "mcc": {"type": "string"}, "mnc": {"type": "string"}, "npdi": {"type": "boolean"}, "npi": {"type": "boolean"}, "nt": {"type": "string"}, "tn": {"type": "string"}, "rc": {"type": "string"}}}
fb951664-f68f-4f9a-b024-241be5f4c42f/3742c101-01a5-4b5e-bcbc-b6f2a693dcdb/0/1
MobileCheck MNP Lookup
MobileCheck MNP Lookup
null
MNP Lookup
MNP Lookup
200
UK Mobile
{"country_code": "GB", "carrier_name": "Telefonica UK", "mcc": "234", "mnc": "10", "npdi": true, "is_ported": false, "number_type": "wireless", "tel": "447595308555", "response_code": "000"}
{"type": "object", "properties": {"cc": {"type": "string"}, "cn": {"type": "string"}, "mcc": {"type": "string"}, "mnc": {"type": "string"}, "npdi": {"type": "boolean"}, "npi": {"type": "boolean"}, "nt": {"type": "string"}, "tn": {"type": "string"}, "rc": {"type": "string"}}}
fb951664-f68f-4f9a-b024-241be5f4c42f/3742c101-01a5-4b5e-bcbc-b6f2a693dcdb/0/2
MobileCheck MNP Lookup
MobileCheck MNP Lookup
null
MNP Lookup
MNP Lookup
200
US Mobile
{"country_code": "US", "carrier_name": "CELLCO PARTNERSHIP DBA VERIZON WIRELESS - FL", "mcc": "310", "mnc": "012", "npdi": true, "is_ported": true, "number_type": "wireless", "tel": "17272445020", "response_code": "000", "cic": "6502", "lrn": "+18134049547"}
{"type": "object", "properties": {"cc": {"type": "string"}, "cn": {"type": "string"}, "mcc": {"type": "string"}, "mnc": {"type": "string"}, "npdi": {"type": "boolean"}, "npi": {"type": "boolean"}, "nt": {"type": "string"}, "tn": {"type": "string"}, "rc": {"type": "string"}}}
fb951664-f68f-4f9a-b024-241be5f4c42f/3742c101-01a5-4b5e-bcbc-b6f2a693dcdb/0/3
MobileCheck MNP Lookup
MobileCheck MNP Lookup
null
MNP Lookup
MNP Lookup
200
UK Mobile Ported
{"country_code": "GB", "carrier_name": "Telefonica UK", "mcc": "234", "mnc": "10", "npdi": true, "is_ported": true, "number_type": "wireless", "tel": "447595308555", "response_code": "000"}
{"type": "object", "properties": {"cc": {"type": "string"}, "cn": {"type": "string"}, "mcc": {"type": "string"}, "mnc": {"type": "string"}, "npdi": {"type": "boolean"}, "npi": {"type": "boolean"}, "nt": {"type": "string"}, "tn": {"type": "string"}, "rc": {"type": "string"}}}
e1f11625-3dab-4aa1-845d-cf7cccbff714/155f7caf-83d0-434e-ba04-7a2bf0fdd1e5/0/0
Wipple SMS Verify OTP
SMS verify Wipple SMS Verify OTP API for validation of Phone numbers.
8.8
Send verification code
Send verification code to specified Phone Number via SMS
200
New Example
{"message": "done", "request_status": "succeed"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}, "request_status": {"type": "string"}}, "required": ["message", "request_status"]}
e1f11625-3dab-4aa1-845d-cf7cccbff714/155f7caf-83d0-434e-ba04-7a2bf0fdd1e5/1/0
Wipple SMS Verify OTP
SMS verify Wipple SMS Verify OTP API for validation of Phone numbers.
8.8
Send verification code
Send verification code to specified Phone Number via SMS
201
New Example
{"message": "failed", "request_status": "error"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}, "request_status": {"type": "string"}}, "required": ["message", "request_status"]}
e1f11625-3dab-4aa1-845d-cf7cccbff714/6e8e922e-7620-44bb-babc-33d621c4d531/0/0
Wipple SMS Verify OTP
SMS verify Wipple SMS Verify OTP API for validation of Phone numbers.
8.8
Check verification code
Check verification code we sent
201
New Example
{"is_valid": false, "message": "verification failed", "request_status": "succeed"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"is_valid": {"type": "boolean"}, "message": {"type": "string"}, "request_status": {"type": "string"}}, "required": ["is_valid", "message", "request_status"]}
e1f11625-3dab-4aa1-845d-cf7cccbff714/6e8e922e-7620-44bb-babc-33d621c4d531/1/0
Wipple SMS Verify OTP
SMS verify Wipple SMS Verify OTP API for validation of Phone numbers.
8.8
Check verification code
Check verification code we sent
400
New Example
{"message": "invalid request", "request_status": "error"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}, "request_status": {"type": "string"}}, "required": ["message", "request_status"]}
e1f11625-3dab-4aa1-845d-cf7cccbff714/6e8e922e-7620-44bb-babc-33d621c4d531/2/0
Wipple SMS Verify OTP
SMS verify Wipple SMS Verify OTP API for validation of Phone numbers.
8.8
Check verification code
Check verification code we sent
200
New Example
{"is_valid": true, "message": "verification was successful", "request_status": "succeed"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"is_valid": {"type": "boolean"}, "message": {"type": "string"}, "request_status": {"type": "string"}}, "required": ["is_valid", "message", "request_status"]}
a1175dd0-c891-4d31-9398-6949b6f0d848/a418572c-e06b-4a2a-a481-45e891b733bd/0/0
Eid Program
Salatin Committee
null
getEidProgram
Get Eid Program
200
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
577f688c-0d3b-40ca-b3e8-488828b55e47/80882783-c666-4a34-83ac-661188b0fac1/0/0
D7 Verify
Elevate your verification (OTP) process to new heights with D7 Verifier API - the ultimate solution for 2FA!
9.4
Verify OTP
At this endpoint, you can verify the OTP the customer enters in your application.
200
Success Response
{"status": "APPROVED"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}}, "required": ["status"]}
577f688c-0d3b-40ca-b3e8-488828b55e47/80882783-c666-4a34-83ac-661188b0fac1/1/0
D7 Verify
Elevate your verification (OTP) process to new heights with D7 Verifier API - the ultimate solution for 2FA!
9.4
Verify OTP
At this endpoint, you can verify the OTP the customer enters in your application.
422
Validation Error
{"detail": [{"loc": ["string", 0], "msg": "string", "type": "string"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "array", "items": {"type": "object", "properties": {"loc": {"type": "array", "items": {"type": ["integer", "string"]}}, "msg": {"type": "string"}, "type": {"type": "string"}}, "required": ["loc", "msg", "type"]}}}, "required": ["detail"]}
577f688c-0d3b-40ca-b3e8-488828b55e47/80882783-c666-4a34-83ac-661188b0fac1/2/0
D7 Verify
Elevate your verification (OTP) process to new heights with D7 Verifier API - the ultimate solution for 2FA!
9.4
Verify OTP
At this endpoint, you can verify the OTP the customer enters in your application.
400
Invalid OTP
{"detail": {"code": "INVALID_OTP_CODE", "message": "Invalid OTP code or OTP code expired"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}}, "required": ["code", "message"]}}, "required": ["detail"]}
577f688c-0d3b-40ca-b3e8-488828b55e47/6a18a9e2-b676-4b0d-a6a0-4ca79f99f7d8/0/0
D7 Verify
Elevate your verification (OTP) process to new heights with D7 Verifier API - the ultimate solution for 2FA!
9.4
Get OTP Status
Get the status of OTP generated or verified
422
Validation Error
{"detail": [{"loc": ["string", 0], "msg": "string", "type": "string"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "array", "items": {"type": "object", "properties": {"loc": {"type": "array", "items": {"type": ["integer", "string"]}}, "msg": {"type": "string"}, "type": {"type": "string"}}, "required": ["loc", "msg", "type"]}}}, "required": ["detail"]}
577f688c-0d3b-40ca-b3e8-488828b55e47/6a18a9e2-b676-4b0d-a6a0-4ca79f99f7d8/1/0
D7 Verify
Elevate your verification (OTP) process to new heights with D7 Verifier API - the ultimate solution for 2FA!
9.4
Get OTP Status
Get the status of OTP generated or verified
200
Success Response
{"status": "OPEN"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}}, "required": ["status"]}
577f688c-0d3b-40ca-b3e8-488828b55e47/6a18a9e2-b676-4b0d-a6a0-4ca79f99f7d8/2/0
D7 Verify
Elevate your verification (OTP) process to new heights with D7 Verifier API - the ultimate solution for 2FA!
9.4
Get OTP Status
Get the status of OTP generated or verified
404
Not Found
{"detail": {"code": "MESSAGE_LOG_NOT_EXISTS", "message": "Given message otp id not exists in the system. Please Try Again!"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}}, "required": ["code", "message"]}}, "required": ["detail"]}
577f688c-0d3b-40ca-b3e8-488828b55e47/ee9459c7-d02f-4043-9202-5084357e141e/0/0
D7 Verify
Elevate your verification (OTP) process to new heights with D7 Verifier API - the ultimate solution for 2FA!
9.4
Resend OTP
If the OTP is not received by the customer, you can use the Resend OTP endpoint to generate a new one. Before requesting a resend, there must be a minimum 60-second delay, which can be adjusted in profile.
400
Frequent resend request
{"detail": "Frequent resend request, resend request need minimum 60 seconds delay"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "string"}}, "required": ["detail"]}
577f688c-0d3b-40ca-b3e8-488828b55e47/ee9459c7-d02f-4043-9202-5084357e141e/1/0
D7 Verify
Elevate your verification (OTP) process to new heights with D7 Verifier API - the ultimate solution for 2FA!
9.4
Resend OTP
If the OTP is not received by the customer, you can use the Resend OTP endpoint to generate a new one. Before requesting a resend, there must be a minimum 60-second delay, which can be adjusted in profile.
422
Validation Error
{"detail": [{"loc": ["string", 0], "msg": "string", "type": "string"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "array", "items": {"type": "object", "properties": {"loc": {"type": "array", "items": {"type": ["integer", "string"]}}, "msg": {"type": "string"}, "type": {"type": "string"}}, "required": ["loc", "msg", "type"]}}}, "required": ["detail"]}
577f688c-0d3b-40ca-b3e8-488828b55e47/ee9459c7-d02f-4043-9202-5084357e141e/2/0
D7 Verify
Elevate your verification (OTP) process to new heights with D7 Verifier API - the ultimate solution for 2FA!
9.4
Resend OTP
If the OTP is not received by the customer, you can use the Resend OTP endpoint to generate a new one. Before requesting a resend, there must be a minimum 60-second delay, which can be adjusted in profile.
200
Success Response
{"otp_id": "8d963dbf-d655-4fe6-9157-48885a036050", "status": "OPEN", "expiry": 600, "resend_count": 1}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"otp_id": {"type": "string"}, "status": {"type": "string"}, "expiry": {"type": "integer"}, "resend_count": {"type": "integer"}}, "required": ["expiry", "otp_id", "resend_count", "status"]}
577f688c-0d3b-40ca-b3e8-488828b55e47/564201a1-a2b0-442a-bd5c-0e09d01da1b0/0/0
D7 Verify
Elevate your verification (OTP) process to new heights with D7 Verifier API - the ultimate solution for 2FA!
9.4
Generate OTP
Send an OTP to a mobile number for verification. Once the customer receives it and enters it in your app, then you can call the Verify OTP endpoint to verify it
422
Validation Error
{"detail": [{"loc": ["string", 0], "msg": "string", "type": "string"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "array", "items": {"type": "object", "properties": {"loc": {"type": "array", "items": {"type": ["integer", "string"]}}, "msg": {"type": "string"}, "type": {"type": "string"}}, "required": ["loc", "msg", "type"]}}}, "required": ["detail"]}
577f688c-0d3b-40ca-b3e8-488828b55e47/564201a1-a2b0-442a-bd5c-0e09d01da1b0/1/0
D7 Verify
Elevate your verification (OTP) process to new heights with D7 Verifier API - the ultimate solution for 2FA!
9.4
Generate OTP
Send an OTP to a mobile number for verification. Once the customer receives it and enters it in your app, then you can call the Verify OTP endpoint to verify it
401
Unauthorized
{"detail": {"code": "ACCESS_TOKEN_SIGNATURE_VERIFICATION_FAILED", "message": "Access token signature verification failed"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}}, "required": ["code", "message"]}}, "required": ["detail"]}
577f688c-0d3b-40ca-b3e8-488828b55e47/564201a1-a2b0-442a-bd5c-0e09d01da1b0/2/0
D7 Verify
Elevate your verification (OTP) process to new heights with D7 Verifier API - the ultimate solution for 2FA!
9.4
Generate OTP
Send an OTP to a mobile number for verification. Once the customer receives it and enters it in your app, then you can call the Verify OTP endpoint to verify it
200
Success Response
{"otp_id": "dfd31c0e-2cd2-494e-88d2-6cac05263a7f", "status": "OPEN", "expiry": 600}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"otp_id": {"type": "string"}, "status": {"type": "string"}, "expiry": {"type": "integer"}}, "required": ["expiry", "otp_id", "status"]}
577f688c-0d3b-40ca-b3e8-488828b55e47/10a32aa3-d8f5-4c43-b20c-b5cd9e5f7945/0/0
D7 Verify
Elevate your verification (OTP) process to new heights with D7 Verifier API - the ultimate solution for 2FA!
9.4
Check Balance
Get information about current balance on your D7API account
200
Success Response
{"balance": 99.9999999}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"balance": {"type": "number"}}, "required": ["balance"]}
577f688c-0d3b-40ca-b3e8-488828b55e47/10a32aa3-d8f5-4c43-b20c-b5cd9e5f7945/1/0
D7 Verify
Elevate your verification (OTP) process to new heights with D7 Verifier API - the ultimate solution for 2FA!
9.4
Check Balance
Get information about current balance on your D7API account
401
Unauthorized
{"detail": {"code": "ACCESS_TOKEN_SIGNATURE_VERIFICATION_FAILED", "message": "Access token signature verification failed"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}}, "required": ["code", "message"]}}, "required": ["detail"]}
2583a9fb-6028-44b5-8430-701f28f34237/a0e90175-3d4c-4e18-ac08-bfbea6779073/0/0
Phone verification
Validate any phone number across the USA, in bulk or single. Use free and forever.
0.3
Verify Single Number
Get the details of phone number supplied in the query param. Do not forget to pass Authorization header with your access_token. Hint - access_token are returned as part of login api call.
401
example-1
{"error": "invalid_token", "error_description": "Cannot convert access token to JSON"}
{"description": "", "properties": {"error": {"minLength": 1, "type": "string"}, "error_description": {"minLength": 1, "type": "string"}}, "required": ["error", "error_description"], "type": "object"}
2583a9fb-6028-44b5-8430-701f28f34237/a0e90175-3d4c-4e18-ac08-bfbea6779073/2/0
Phone verification
Validate any phone number across the USA, in bulk or single. Use free and forever.
0.3
Verify Single Number
Get the details of phone number supplied in the query param. Do not forget to pass Authorization header with your access_token. Hint - access_token are returned as part of login api call.
200
example-1
{"data": [{"area": "NWYRCYZN08", "areaCode": 718, "city": "Forest Hills", "company": "NEW CINGULAR WIRELESS PCS, LLC", "country": "US\r", "county": "Queens", "exchange": 730, "internationalFormat": "+1 718-730-0242", "isValid": true, "nationalFormat": "(718) 730-0242", "numberType": "FIXED_LINE_OR_MOBILE", "ocn": "4036", "rawInput": "7187300242", "state": "NY", "thousand": "0", "zip": "11375"}], "message": null, "requestChecksum": null, "status": "SUCCESS", "statusCode": 200}
{"description": "", "properties": {"data": {"items": {"properties": {"area": {"minLength": 1, "type": "string"}, "areaCode": {"type": "number"}, "city": {"minLength": 1, "type": "string"}, "company": {"minLength": 1, "type": "string"}, "country": {"minLength": 1, "type": "string"}, "county": {"minLength": 1, "type": "string"}, "exchange": {"type": "number"}, "internationalFormat": {"minLength": 1, "type": "string"}, "isValid": {"type": "boolean"}, "nationalFormat": {"minLength": 1, "type": "string"}, "numberType": {"minLength": 1, "type": "string"}, "ocn": {"minLength": 1, "type": "string"}, "rawInput": {"minLength": 1, "type": "string"}, "state": {"minLength": 1, "type": "string"}, "thousand": {"minLength": 1, "type": "string"}, "zip": {"minLength": 1, "type": "string"}}, "required": ["areaCode", "exchange", "thousand", "country", "city", "county", "zip", "company", "state", "ocn", "area", "internationalFormat", "nationalFormat", "numberType", "isValid", "rawInput"]}, "minItems": 1, "type": "array", "uniqueItems": true}, "message": {}, "requestChecksum": {}, "status": {"minLength": 1, "type": "string"}, "statusCode": {"type": "number"}}, "required": ["data", "status", "statusCode"], "type": "object"}
2583a9fb-6028-44b5-8430-701f28f34237/81b9bd3b-c213-44b0-be2a-78ad00fd02ad/0/0
Phone verification
Validate any phone number across the USA, in bulk or single. Use free and forever.
0.3
Upload File with Phone Numbers For Verification
Upload file with phone numbers for bulk verification. There are 3 steps in bulk verification Upload file with phone numbers Check processing status of file Download results when completed
401
example-1
{"error": "invalid_token", "error_description": "Cannot convert access token to JSON"}
{"description": "", "properties": {"error": {"minLength": 1, "type": "string"}, "error_description": {"minLength": 1, "type": "string"}}, "required": ["error", "error_description"], "type": "object"}
2583a9fb-6028-44b5-8430-701f28f34237/81b9bd3b-c213-44b0-be2a-78ad00fd02ad/1/0
Phone verification
Validate any phone number across the USA, in bulk or single. Use free and forever.
0.3
Upload File with Phone Numbers For Verification
Upload file with phone numbers for bulk verification. There are 3 steps in bulk verification Upload file with phone numbers Check processing status of file Download results when completed
200
example-1
{"data": {"fileDownloadUri": "https://localhost:8080/downloadFile/oq7Mm9lZuWEnFv4.xlsx", "fileName": "oq7Mm9lZuWEnFv4.xlsx", "fileType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "originalFileName": "number1.xlsx", "size": 8744}, "message": null, "requestChecksum": null, "status": "SUCCESS", "statusCode": 200}
{"description": "", "properties": {"data": {"properties": {"fileDownloadUri": {"minLength": 1, "type": "string"}, "fileName": {"minLength": 1, "type": "string"}, "fileType": {"minLength": 1, "type": "string"}, "originalFileName": {"minLength": 1, "type": "string"}, "size": {"type": "number"}}, "required": ["fileName", "fileDownloadUri", "fileType", "size", "originalFileName"], "type": "object"}, "message": {}, "requestChecksum": {}, "status": {"minLength": 1, "type": "string"}, "statusCode": {"type": "number"}}, "required": ["data", "status", "statusCode"], "type": "object"}
2583a9fb-6028-44b5-8430-701f28f34237/e78e1995-265c-4a10-b480-47124eb8ae04/0/0
Phone verification
Validate any phone number across the USA, in bulk or single. Use free and forever.
0.3
Signup to Accuratecheckr
Signup to create a user account in Accuratecheckr
200
example-1
{"createdBy": 0, "createdDate": "string", "dob": "1988-09-27", "email": "[email protected]", "firstName": "Tom", "id": 1, "lastName": "morris", "password": "sasdkAS%*86lnsdh^&6", "sex": "Male", "updatedBy": 0, "updatedDate": "string"}
{"description": "", "properties": {"createdBy": {"type": "number"}, "createdDate": {"minLength": 1, "type": "string"}, "dob": {"minLength": 1, "type": "string"}, "email": {"minLength": 1, "type": "string"}, "firstName": {"minLength": 1, "type": "string"}, "id": {"description": "Unique id of user", "type": "number"}, "lastName": {"minLength": 1, "type": "string"}, "password": {"minLength": 1, "type": "string"}, "sex": {"minLength": 1, "type": "string"}, "updatedBy": {"type": "number"}, "updatedDate": {"minLength": 1, "type": "string"}}, "required": ["id", "firstName", "lastName", "email", "sex", "password", "dob", "createdDate", "createdBy", "updatedDate", "updatedBy"], "type": "object"}
2583a9fb-6028-44b5-8430-701f28f34237/e78e1995-265c-4a10-b480-47124eb8ae04/2/0
Phone verification
Validate any phone number across the USA, in bulk or single. Use free and forever.
0.3
Signup to Accuratecheckr
Signup to create a user account in Accuratecheckr
409
example-1
{"error": "Conflict", "message": "User already registerd with email id [email protected]", "path": "/api/v1/signup", "status": 409, "timestamp": "2020-12-02T04:36:41.200+00:00"}
{"description": "", "properties": {"error": {"minLength": 1, "type": "string"}, "message": {"minLength": 1, "type": "string"}, "path": {"minLength": 1, "type": "string"}, "status": {"type": "number"}, "timestamp": {"minLength": 1, "type": "string"}}, "required": ["timestamp", "status", "error", "message", "path"], "type": "object"}
2583a9fb-6028-44b5-8430-701f28f34237/b132e7f8-90d3-465b-95ed-879c2c4a01c8/0/0
Phone verification
Validate any phone number across the USA, in bulk or single. Use free and forever.
0.3
Login to Accuratecheckr
Get access token from accuratecheckr.com for registered user and use this token in all future request. Successful execution of this methos returns bearer "access_token", which will be used in every API call in future.
400
example-1
{"error": "invalid_grant", "error_description": "Bad credentials"}
{"description": "", "properties": {"error": {"minLength": 1, "type": "string"}, "error_description": {"minLength": 1, "type": "string"}}, "required": ["error", "error_description"], "type": "object"}
2583a9fb-6028-44b5-8430-701f28f34237/b132e7f8-90d3-465b-95ed-879c2c4a01c8/0/1
Phone verification
Validate any phone number across the USA, in bulk or single. Use free and forever.
0.3
Login to Accuratecheckr
Get access token from accuratecheckr.com for registered user and use this token in all future request. Successful execution of this methos returns bearer "access_token", which will be used in every API call in future.
400
example-2
{"error": "invalid_request", "error_description": "Missing grant type"}
{"description": "", "properties": {"error": {"minLength": 1, "type": "string"}, "error_description": {"minLength": 1, "type": "string"}}, "required": ["error", "error_description"], "type": "object"}
2583a9fb-6028-44b5-8430-701f28f34237/b132e7f8-90d3-465b-95ed-879c2c4a01c8/1/0
Phone verification
Validate any phone number across the USA, in bulk or single. Use free and forever.
0.3
Login to Accuratecheckr
Get access token from accuratecheckr.com for registered user and use this token in all future request. Successful execution of this methos returns bearer "access_token", which will be used in every API call in future.
401
example-1
{"apierror": {"debugMessage": "Full authentication is required to access this resource", "message": "Full authentication is required to access this resource", "status": "UNAUTHORIZED", "subErrors": null, "timestamp": "02-12-2020 01:49:02"}}
{"description": "", "properties": {"apierror": {"properties": {"debugMessage": {"minLength": 1, "type": "string"}, "message": {"minLength": 1, "type": "string"}, "status": {"minLength": 1, "type": "string"}, "subErrors": {}, "timestamp": {"minLength": 1, "type": "string"}}, "required": ["status", "timestamp", "message", "debugMessage"], "type": "object"}}, "required": ["apierror"], "type": "object"}
2583a9fb-6028-44b5-8430-701f28f34237/b132e7f8-90d3-465b-95ed-879c2c4a01c8/2/0
Phone verification
Validate any phone number across the USA, in bulk or single. Use free and forever.
0.3
Login to Accuratecheckr
Get access token from accuratecheckr.com for registered user and use this token in all future request. Successful execution of this methos returns bearer "access_token", which will be used in every API call in future.
200
example-1
{"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOlsiYXBpIl0sInVzZXJfbmFtZSI6InRlc3QyOUBnbWFpbC5jb20iLCJzY29wZSI6WyJyZWFkIiwid3JpdGUiXSwiZXhwIjoxNjA2OTM0MTkwLCJhdXRob3JpdGllcyI6WyJVU0VSIl0sImp0aSI6IjY5Yzk0OGE4LTdkMWUtNGI2OS04ODA3LWRmNzI3NzMxNTVhOCIsImNsaWVudF9pZCI6IkFjY3VyYXRlQ2hlY2tySWQifQ.diYddX9Sly5zYwHAGqd78diN5Yd-i5G0tExP8DbsW6U", "expires_in": 43199, "jti": "69c948a8-7d1e-4b69-8807-df72773155a8", "refresh_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOlsiYXBpIl0sInVzZXJfbmFtZSI6InRlc3QyOUBnbWFpbC5jb20iLCJzY29wZSI6WyJyZWFkIiwid3JpdGUiXSwiYXRpIjoiNjljOTQ4YTgtN2QxZS00YjY5LTg4MDctZGY3Mjc3MzE1NWE4IiwiZXhwIjoxNjA5NDgyOTkwLCJhdXRob3JpdGllcyI6WyJVU0VSIl0sImp0aSI6IjRiNGY4NzgxLTUxM2YtNGZlYS1iMjA5LTgzNTY5NjFlYmNiZSIsImNsaWVudF9pZCI6IkFjY3VyYXRlQ2hlY2tySWQifQ.u0S23UQRO3KQmD_6rIOo3n_Ak1hpOku-2R4ofcds3z8", "scope": "read write", "token_type": "bearer"}
{"description": "", "properties": {"access_token": {"minLength": 1, "type": "string"}, "expires_in": {"type": "number"}, "jti": {"minLength": 1, "type": "string"}, "refresh_token": {"minLength": 1, "type": "string"}, "scope": {"minLength": 1, "type": "string"}, "token_type": {"minLength": 1, "type": "string"}}, "required": ["access_token", "token_type", "refresh_token", "expires_in", "scope", "jti"], "type": "object"}
2583a9fb-6028-44b5-8430-701f28f34237/e6f20ff9-3f4b-406a-8ea0-d89752700235/1/0
Phone verification
Validate any phone number across the USA, in bulk or single. Use free and forever.
0.3
Get Processing Status of File
This endpoint gives you status of file uploaded for verification.
200
example-1
{"data": {"createdDate": "2020-10-16T03:41:02.000+00:00", "estimatedCreditRequired": 3, "failedReason": null, "id": 55, "output_document_id": null, "processEndTime": "2020-10-16T03:41:07.000+00:00", "processStartTime": "2020-10-16T03:41:07.000+00:00", "status": "COMPLETE"}, "message": null, "requestChecksum": null, "status": "SUCCESS", "statusCode": 200}
{"description": "", "properties": {"data": {"properties": {"createdDate": {"minLength": 1, "type": "string"}, "estimatedCreditRequired": {"description": "Shows credit spent in processing the file", "type": "number"}, "failedReason": {}, "id": {"type": "number"}, "output_document_id": {}, "processEndTime": {"minLength": 1, "type": "string"}, "processStartTime": {"minLength": 1, "type": "string"}, "status": {"description": "Shows the current status of processing", "minLength": 1, "type": "string"}}, "required": ["id", "createdDate", "status", "processStartTime", "processEndTime", "estimatedCreditRequired"], "type": "object"}, "message": {}, "requestChecksum": {}, "status": {"minLength": 1, "type": "string"}, "statusCode": {"type": "number"}}, "required": ["data", "status", "statusCode"], "type": "object"}
2583a9fb-6028-44b5-8430-701f28f34237/e6f20ff9-3f4b-406a-8ea0-d89752700235/2/0
Phone verification
Validate any phone number across the USA, in bulk or single. Use free and forever.
0.3
Get Processing Status of File
This endpoint gives you status of file uploaded for verification.
401
example-1
{"error": "invalid_token", "error_description": "Cannot convert access token to JSON"}
{"description": "", "properties": {"error": {"minLength": 1, "type": "string"}, "error_description": {"minLength": 1, "type": "string"}}, "required": ["error", "error_description"], "type": "object"}
0c3b5904-847c-4719-8b30-f8b391784c8a/3714ca72-56c8-42ff-8509-37a31dee2fec/0/0
Lowest Cost OTP Via SMS for Bangladesh
A simple way to verify Bangladesh user's phone number verification with the lowest cost.
null
Send OTP
Send OTP with a phone number only.
200
New Example
{"success": true, "response": "SMS added successfully added in queue.", "otp_code": 25025}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "response": {"type": "string"}, "otp_code": {"type": "integer"}}, "required": ["otp_code", "response", "success"]}
bb15c5d3-d1e0-49a7-8dfb-5272357521f9/3f73d6b4-be40-4867-965e-d8253adfa4b8/0/0
Simple 2FA SMS
Sends a 2FA SMS message
6.1
Send 2FA SMS
Send a 2FA SMS to a valid US/Canadian phone number. The resulting message will be in this format: "MyApp: Your authorization code is 1234" Codes can be provided by the user or automatically generated by the endpoint. If being generated by the endpoint, the length can be defined as well.
200
Invalid Phone
{"error": "Phone Number is invalid or improperly formatted", "success": false}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}, "success": {"type": "boolean"}}, "required": ["error", "success"]}
bb15c5d3-d1e0-49a7-8dfb-5272357521f9/3f73d6b4-be40-4867-965e-d8253adfa4b8/0/1
Simple 2FA SMS
Sends a 2FA SMS message
6.1
Send 2FA SMS
Send a 2FA SMS to a valid US/Canadian phone number. The resulting message will be in this format: "MyApp: Your authorization code is 1234" Codes can be provided by the user or automatically generated by the endpoint. If being generated by the endpoint, the length can be defined as well.
200
Invalid appName
{"error": "Your appName is less than 4 characters", "success": false}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}, "success": {"type": "boolean"}}, "required": ["error", "success"]}
bb15c5d3-d1e0-49a7-8dfb-5272357521f9/3f73d6b4-be40-4867-965e-d8253adfa4b8/0/2
Simple 2FA SMS
Sends a 2FA SMS message
6.1
Send 2FA SMS
Send a 2FA SMS to a valid US/Canadian phone number. The resulting message will be in this format: "MyApp: Your authorization code is 1234" Codes can be provided by the user or automatically generated by the endpoint. If being generated by the endpoint, the length can be defined as well.
200
Success
{"code": "027006", "messageID": "f167737c-7804-4726-94bd-c57d63322e7e", "success": true}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "string"}, "messageID": {"type": "string"}, "success": {"type": "boolean"}}, "required": ["code", "messageID", "success"]}
bb15c5d3-d1e0-49a7-8dfb-5272357521f9/3f73d6b4-be40-4867-965e-d8253adfa4b8/0/3
Simple 2FA SMS
Sends a 2FA SMS message
6.1
Send 2FA SMS
Send a 2FA SMS to a valid US/Canadian phone number. The resulting message will be in this format: "MyApp: Your authorization code is 1234" Codes can be provided by the user or automatically generated by the endpoint. If being generated by the endpoint, the length can be defined as well.
200
Invalid Area Code
{"success": false, "error": "Phone Number has an invalid area code"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "error": {"type": "string"}}, "required": ["error", "success"]}
50bb9152-d55c-42f0-a367-54b8dc3cb051/8cf32b70-62af-4896-aa3d-d44802608c3e/0/0
SMSjet
The Affordable SMS API, send 100 SMS for only $1. Receive 100 free credits on signup.
0.2
Send 2FA Token
Easily send 2FA tokens to your users for sign in purposes.
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": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
50bb9152-d55c-42f0-a367-54b8dc3cb051/8cf32b70-62af-4896-aa3d-d44802608c3e/1/0
SMSjet
The Affordable SMS API, send 100 SMS for only $1. Receive 100 free credits on signup.
0.2
Send 2FA Token
Easily send 2FA tokens to your users for sign in purposes.
200
Example_1
{"phone_number": "", "sender_identity": "", "code": ""}
{"title": "TWOFA_SMS", "required": ["phone_number", "sender_identity", "code"], "type": "object", "properties": {"phone_number": {"title": "Phone Number", "type": "string"}, "sender_identity": {"title": "Sender Identity", "type": "string"}, "code": {"title": "Code", "type": "string"}}}
50bb9152-d55c-42f0-a367-54b8dc3cb051/fb4d5b3d-5828-4943-a4cf-63dc2024c8cd/0/0
SMSjet
The Affordable SMS API, send 100 SMS for only $1. Receive 100 free credits on signup.
0.2
Validate Phone Number
Check the validity of a phone number's format.
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": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
50bb9152-d55c-42f0-a367-54b8dc3cb051/7226998d-700c-4b72-8e52-9baae8f4de84/0/0
SMSjet
The Affordable SMS API, send 100 SMS for only $1. Receive 100 free credits on signup.
0.2
Check SMS Send Status
Check the send status of an SMS using its ID
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": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
50bb9152-d55c-42f0-a367-54b8dc3cb051/7226998d-700c-4b72-8e52-9baae8f4de84/1/0
SMSjet
The Affordable SMS API, send 100 SMS for only $1. Receive 100 free credits on signup.
0.2
Check SMS Send Status
Check the send status of an SMS using its ID
200
Example_1
{"time": "", "message_id": 0, "status": "", "phone_number": "", "message": ""}
{"title": "SMS_Sent", "required": ["time", "message_id", "status", "phone_number", "message"], "type": "object", "properties": {"time": {"title": "Time", "type": "string"}, "message_id": {"title": "Message Id", "type": "integer"}, "status": {"title": "Status", "type": "string"}, "phone_number": {"title": "Phone Number", "type": "string"}, "message": {"title": "Message", "type": "string"}}}
50bb9152-d55c-42f0-a367-54b8dc3cb051/92a6ddc4-2344-44db-8e02-8d4baedf0978/0/0
SMSjet
The Affordable SMS API, send 100 SMS for only $1. Receive 100 free credits on signup.
0.2
Send SMS
Phone numbers must include the country code prefix, e.g. '+61412345678', or '+61 4123 45678'. The leading '+' can be omitted, but it will be added automatically. You can test your phone number validity with the /api/validate/ endpoint.
201
Example_1
{"time": "", "message_id": 0, "status": "", "phone_number": "", "message": ""}
{"title": "SMS_Sent", "required": ["time", "message_id", "status", "phone_number", "message"], "type": "object", "properties": {"time": {"title": "Time", "type": "string"}, "message_id": {"title": "Message Id", "type": "integer"}, "status": {"title": "Status", "type": "string"}, "phone_number": {"title": "Phone Number", "type": "string"}, "message": {"title": "Message", "type": "string"}}}
50bb9152-d55c-42f0-a367-54b8dc3cb051/92a6ddc4-2344-44db-8e02-8d4baedf0978/1/0
SMSjet
The Affordable SMS API, send 100 SMS for only $1. Receive 100 free credits on signup.
0.2
Send SMS
Phone numbers must include the country code prefix, e.g. '+61412345678', or '+61 4123 45678'. The leading '+' can be omitted, but it will be added automatically. You can test your phone number validity with the /api/validate/ endpoint.
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": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
50bb9152-d55c-42f0-a367-54b8dc3cb051/b45ea832-5439-4919-a579-24451c854348/0/0
SMSjet
The Affordable SMS API, send 100 SMS for only $1. Receive 100 free credits on signup.
0.2
Check Status of All Sent SMS
Check the send status of all SMS sent.
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": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
50bb9152-d55c-42f0-a367-54b8dc3cb051/b45ea832-5439-4919-a579-24451c854348/1/0
SMSjet
The Affordable SMS API, send 100 SMS for only $1. Receive 100 free credits on signup.
0.2
Check Status of All Sent SMS
Check the send status of all SMS sent.
200
Example_1
{"count": 0, "sms_sent_successfully": 0, "sms_sent_pending": 0, "sms_sent": [{"time": "", "message_id": 0, "status": "", "phone_number": "", "message": ""}]}
{"title": "SMS_Sent_All", "required": ["count", "sms_sent_successfully", "sms_sent_pending", "sms_sent"], "type": "object", "properties": {"count": {"title": "Count", "type": "integer"}, "sms_sent_successfully": {"title": "Sms Sent Successfully", "type": "integer"}, "sms_sent_pending": {"title": "Sms Sent Pending", "type": "integer"}, "sms_sent": {"title": "Sms Sent", "type": "array", "items": {"title": "SMS_Sent", "required": ["time", "message_id", "status", "phone_number", "message"], "type": "object", "properties": {"time": {"title": "Time", "type": "string"}, "message_id": {"title": "Message Id", "type": "integer"}, "status": {"title": "Status", "type": "string"}, "phone_number": {"title": "Phone Number", "type": "string"}, "message": {"title": "Message", "type": "string"}}}}}}
57397656-e7eb-46c5-b788-1a97c0913c5d/59f63adc-966c-4e14-811b-6a97101bdb58/0/0
Virtual Number
Receive SMS for phone verification
9.7
Get All Countries
Get the list of currently available countries
200
New Example
[{"countryCode": "7", "countryName": "Russia"}, {"countryCode": "77", "countryName": "Kazakhstan"}, {"countryCode": "44", "countryName": "Britain"}, {"countryCode": "31", "countryName": "Netherlands"}, {"countryCode": "34", "countryName": "Spain"}, {"countryCode": "212", "countryName": "Morocco"}, {"countryCode": "358", "countryName": "Finland"}, {"countryCode": "503", "countryName": "El Salvador"}, {"countryCode": "1", "countryName": "USA"}, {"countryCode": "46", "countryName": "Sweden"}, {"countryCode": "45", "countryName": "Denmark"}, {"countryCode": "373", "countryName": "Moldova"}, {"countryCode": "57", "countryName": "Portugal"}, {"countryCode": "63", "countryName": "Philippines "}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"countryCode": {"type": "string"}, "countryName": {"type": "string"}}, "required": ["countryCode", "countryName"]}}
57397656-e7eb-46c5-b788-1a97c0913c5d/ac4f97d6-4219-489a-956c-503e8b1cdb0b/0/0
Virtual Number
Receive SMS for phone verification
9.7
View SMS history
View All received SMS for the given number and country id
200
New Example
[{"text": "Kod podtverzhdeniya marketpapa.ru - 4947 ", "serviceName": "MarketPapa", "myNumber": "9034083273", "createdAt": "48 seconds ago"}, {"text": "5509 - kod dlya vhoda v prilozhenie. Nikomu ne govorite kod. ", "serviceName": "moisrv.ru", "myNumber": "9034083273", "createdAt": "1 minute ago"}, {"text": "Vash kod dlya vhoda v Samokat: 8615 ", "serviceName": "Samokat@", "myNumber": "9034083273", "createdAt": "4 minutes ago"}, {"text": "9041 - kod dlya vhoda v prilozhenie. Nikomu ne govorite kod. ", "serviceName": "moisrv.ru", "myNumber": "9034083273", "createdAt": "5 minutes ago"}, {"text": "Kod podtverzhdeniya: 53261 ", "serviceName": "YobiDoyobi", "myNumber": "9034083273", "createdAt": "5 minutes ago"}, {"text": "\u200b\u200b998828 \u2013 kod dlya vhoda v profil' CberMarketa urYIeVzPy+U ", "serviceName": "Sbermarket", "myNumber": "9034083273", "createdAt": "5 minutes ago"}, {"text": "6846 - kod dlya vhoda v prilozhenie. Nikomu ne govorite kod. ", "serviceName": "moisrv.ru", "myNumber": "9034083273", "createdAt": "9 minutes ago"}, {"text": "7115 - kod dlya podtverzhdeniya operacii ", "serviceName": "AlfaCapital", "myNumber": "9034083273", "createdAt": "10 minutes ago"}, {"text": "Tvoy SMS kod 64700 ", "serviceName": "Winline RU", "myNumber": "9034083273", "createdAt": "10 minutes ago"}, {"text": "73912196144 ", "serviceName": "***6144", "myNumber": "9034083273", "createdAt": "29 minutes ago"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "serviceName": {"type": "string"}, "myNumber": {"type": "string"}, "createdAt": {"type": "string"}}, "required": ["createdAt", "myNumber", "serviceName", "text"]}}
57397656-e7eb-46c5-b788-1a97c0913c5d/4bfc1ef6-84da-4804-9531-10efd9711097/0/0
Virtual Number
Receive SMS for phone verification
9.7
Get Number By Country Id
Get currently available numbers list by given country id
200
New Example
["9034083273", "9034134722", "9912527001", "9641129038", "9915584269", "9915583952"]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}}
24ca5742-9dac-49d1-aa23-f26f471aaa57/296f85a2-d5c0-41c8-95c9-15ee478ccbf9/0/0
Rapid SMS API
A simple SMS api for sending messages all over the world. Find out more at www.rapidapisms.com
9.8
Send SMS
An endpoint for sending a text message.
400
Response
{"ok": false, "message": "Invalid API key"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ok": {"type": "boolean"}, "message": {"type": "string"}}, "required": ["message", "ok"]}
39b2b718-9188-4b8f-85bf-e80bb56e9520/8550e923-2ed2-46b5-ab57-3d6de3df8f22/0/0
SpewHub
Unlimited Two Way Global SMS API | Send More Spend Less | Subscription-based | Highly Affordable as low as $5
null
Sending Broadcast SMS (Broadcast API)
Send Unlimited SMS with a subscribed account. To use the Broadcast API, create a license key on https://spewhub.com/dashboard. The subscriptions include $5/hour, $15 /day and $300/month.
200
New Example
{"success": true, "message": "SMS Broadcast queued.", "status": "Processing"}
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "status": {"type": "string"}}}
d78d4abb-c5eb-4492-ac2d-5a9dd2a06d9b/bb76cf02-0f6e-49f7-9fb8-83aa96e26d71/0/0
SMSPortal
Bulk SMS for maximum reach and genuine customer engagement.
null
GroupMessages
Sends a message to contacts in the group
200
Example_1
{"cost": 0, "remainingBalance": 0, "eventId": 0, "sample": "", "costBreakdown": [{"quantity": 0, "cost": 0, "network": ""}], "messages": 0, "parts": 0, "errorReport": {"noNetwork": 0, "noContents": 0, "contentToLong": 0, "duplicates": 0, "optedOuts": 0, "faults": [{"rawDestination": "", "scrubbedDestination": "", "customerId": "", "errorMessage": "", "status": ""}]}}
{"description": "A response to a send request or a group send request", "required": ["cost", "remainingBalance", "eventId", "sample", "costBreakdown", "messages", "parts", "errorReport"], "type": "object", "properties": {"cost": {"format": "double", "description": "The total cost of the send excluding any VAT, GST or tax", "type": "number", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "remainingBalance": {"format": "double", "description": "The remaining balance after the Cost has been deducted for the send", "type": "number", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "eventId": {"format": "int64", "description": "The system generated ID for this send or batch of messages", "type": "integer", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "sample": {"description": "A sample message that was generated for the send. Purely informational", "type": "string"}, "costBreakdown": {"description": "The break down of the costs for the send grouped by mobile network and feature", "type": "array", "items": {"required": ["quantity", "cost", "network"], "type": "object", "properties": {"quantity": {"format": "int64", "type": "integer", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "cost": {"format": "double", "type": "number", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "network": {"type": "string"}}}}, "messages": {"format": "int32", "description": "The total number of messages that were successfully enqueued for delivery. Long messages may require \r\nmultiple SMS messages or parts to send a message and this is reflected in the Parts value", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "parts": {"format": "int32", "description": "The total number of SMS messages that were successfully enqueued for delivery.", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "errorReport": {"required": ["noNetwork", "noContents", "contentToLong", "duplicates", "optedOuts", "faults"], "type": "object", "properties": {"noNetwork": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "noContents": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "contentToLong": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "duplicates": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "optedOuts": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "faults": {"type": "array", "items": {"required": ["rawDestination", "scrubbedDestination", "customerId", "errorMessage", "status"], "type": "object", "properties": {"rawDestination": {"type": "string"}, "scrubbedDestination": {"type": "string"}, "customerId": {"type": "string"}, "errorMessage": {"type": "string"}, "status": {"type": "string"}}}}}}}}
d78d4abb-c5eb-4492-ac2d-5a9dd2a06d9b/5c0c13f6-62f9-443d-b7a9-46ea24a516dd/0/0
SMSPortal
Bulk SMS for maximum reach and genuine customer engagement.
null
BulkMessages
Send one or more messages
200
Example_1
{"cost": 0, "remainingBalance": 0, "eventId": 0, "sample": "", "costBreakdown": [{"quantity": 0, "cost": 0, "network": ""}], "messages": 0, "parts": 0, "errorReport": {"noNetwork": 0, "noContents": 0, "contentToLong": 0, "duplicates": 0, "optedOuts": 0, "faults": [{"rawDestination": "", "scrubbedDestination": "", "customerId": "", "errorMessage": "", "status": ""}]}}
{"description": "A response to a send request or a group send request", "required": ["cost", "remainingBalance", "eventId", "sample", "costBreakdown", "messages", "parts", "errorReport"], "type": "object", "properties": {"cost": {"format": "double", "description": "The total cost of the send excluding any VAT, GST or tax", "type": "number", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "remainingBalance": {"format": "double", "description": "The remaining balance after the Cost has been deducted for the send", "type": "number", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "eventId": {"format": "int64", "description": "The system generated ID for this send or batch of messages", "type": "integer", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "sample": {"description": "A sample message that was generated for the send. Purely informational", "type": "string"}, "costBreakdown": {"description": "The break down of the costs for the send grouped by mobile network and feature", "type": "array", "items": {"required": ["quantity", "cost", "network"], "type": "object", "properties": {"quantity": {"format": "int64", "type": "integer", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "cost": {"format": "double", "type": "number", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "network": {"type": "string"}}}}, "messages": {"format": "int32", "description": "The total number of messages that were successfully enqueued for delivery. Long messages may require \r\nmultiple SMS messages or parts to send a message and this is reflected in the Parts value", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "parts": {"format": "int32", "description": "The total number of SMS messages that were successfully enqueued for delivery.", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "errorReport": {"required": ["noNetwork", "noContents", "contentToLong", "duplicates", "optedOuts", "faults"], "type": "object", "properties": {"noNetwork": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "noContents": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "contentToLong": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "duplicates": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "optedOuts": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "faults": {"type": "array", "items": {"required": ["rawDestination", "scrubbedDestination", "customerId", "errorMessage", "status"], "type": "object", "properties": {"rawDestination": {"type": "string"}, "scrubbedDestination": {"type": "string"}, "customerId": {"type": "string"}, "errorMessage": {"type": "string"}, "status": {"type": "string"}}}}}}}}
d78d4abb-c5eb-4492-ac2d-5a9dd2a06d9b/8526d55d-851d-4f32-b624-2ca5a8ae0aaa/0/0
SMSPortal
Bulk SMS for maximum reach and genuine customer engagement.
null
Balance
Retrieve the balance for an account
200
Example_1
{"balance": 0}
{"description": "A response to a balance request containing the balance of an account", "required": ["balance"], "type": "object", "properties": {"balance": {"format": "double", "description": "The number of credits the account has", "type": "number", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}}}
d78d4abb-c5eb-4492-ac2d-5a9dd2a06d9b/5063614c-be04-4039-8907-eb22db55da74/1/0
SMSPortal
Bulk SMS for maximum reach and genuine customer engagement.
null
Authentication
Generate an authentication token based on the BASIC authorization header.
200
Example_1
{"token": "", "schema": "", "expiresInMinutes": 0}
{"description": "Contains an authentication token which provides access to various API functions", "required": ["token", "schema", "expiresInMinutes"], "type": "object", "properties": {"token": {"description": "A string representation of the authentication token. Calls to API functions that require a token should use\r\nthis value", "type": "string"}, "schema": {"description": "The schema of the authentication token. For example JWT (JSON web token)", "type": "string"}, "expiresInMinutes": {"format": "int32", "description": "The number of minutes after which the authentication token will expire", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}}}
4b1a2551-9995-4dbe-95f9-ecdc606a0b08/e42dc633-8020-4ea0-b928-60b383547d92/0/0
D7SMS
Unlock boundless connectivity with D7API Gateway, seamlessly connecting you to the world's vast messaging network through D7's exclusive network access
9.5
Get Viber Message Status
Retrieve the delivery status of Viber messages that were sent earlier.
200
Success Response
{"request_id": "703f44f6-3fc7-45c9-9e01-644c41973046", "channel": "sms", "messages": [], "request_stage": "processing"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"request_id": {"type": "string"}, "channel": {"type": "string"}, "messages": {"type": "array"}, "request_stage": {"type": "string"}}, "required": ["channel", "messages", "request_id", "request_stage"]}
4b1a2551-9995-4dbe-95f9-ecdc606a0b08/e42dc633-8020-4ea0-b928-60b383547d92/1/0
D7SMS
Unlock boundless connectivity with D7API Gateway, seamlessly connecting you to the world's vast messaging network through D7's exclusive network access
9.5
Get Viber Message Status
Retrieve the delivery status of Viber messages that were sent earlier.
422
Validation Error
{"detail": [{"loc": ["path", "req_id"], "msg": "value is not a valid uuid", "type": "type_error.uuid"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "array", "items": {"type": "object", "properties": {"loc": {"type": "array", "items": {"type": "string"}}, "msg": {"type": "string"}, "type": {"type": "string"}}, "required": ["loc", "msg", "type"]}}}, "required": ["detail"]}
4b1a2551-9995-4dbe-95f9-ecdc606a0b08/e42dc633-8020-4ea0-b928-60b383547d92/2/0
D7SMS
Unlock boundless connectivity with D7API Gateway, seamlessly connecting you to the world's vast messaging network through D7's exclusive network access
9.5
Get Viber Message Status
Retrieve the delivery status of Viber messages that were sent earlier.
404
Not Found
{"detail": {"code": "MESSAGE_LOG_NOT_EXISTS", "message": "Given message request id not exists in the system. Please Try Again!"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}}, "required": ["code", "message"]}}, "required": ["detail"]}
4b1a2551-9995-4dbe-95f9-ecdc606a0b08/920d4c9f-37f6-41d9-a093-d72496abec31/0/0
D7SMS
Unlock boundless connectivity with D7API Gateway, seamlessly connecting you to the world's vast messaging network through D7's exclusive network access
9.5
Get Slack Message Status
Get Message Delivery Status of previously sent messages.
422
Validation Error
{"detail": [{"loc": ["path", "req_id"], "msg": "value is not a valid uuid", "type": "type_error.uuid"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "array", "items": {"type": "object", "properties": {"loc": {"type": "array", "items": {"type": "string"}}, "msg": {"type": "string"}, "type": {"type": "string"}}, "required": ["loc", "msg", "type"]}}}, "required": ["detail"]}
4b1a2551-9995-4dbe-95f9-ecdc606a0b08/920d4c9f-37f6-41d9-a093-d72496abec31/1/0
D7SMS
Unlock boundless connectivity with D7API Gateway, seamlessly connecting you to the world's vast messaging network through D7's exclusive network access
9.5
Get Slack Message Status
Get Message Delivery Status of previously sent messages.
404
Not Found
{"detail": {"code": "MESSAGE_LOG_NOT_EXISTS", "message": "Given message request id not exists in the system. Please Try Again!"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}}, "required": ["code", "message"]}}, "required": ["detail"]}
4b1a2551-9995-4dbe-95f9-ecdc606a0b08/920d4c9f-37f6-41d9-a093-d72496abec31/2/0
D7SMS
Unlock boundless connectivity with D7API Gateway, seamlessly connecting you to the world's vast messaging network through D7's exclusive network access
9.5
Get Slack Message Status
Get Message Delivery Status of previously sent messages.
200
Success Response
{"request_id": "0025afef-bee6-403c-9289-105cc350bf5c", "channel": "slack", "messages": [{"msg_id": "1d287b04-4d4e-11ee-8273-0242ac140023", "channel": "slack", "work_space_name": "D7Nagios", "slack_channel_name": "d7slack", "status": "delivered", "schedule_time": null}], "request_stage": "processed"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"request_id": {"type": "string"}, "channel": {"type": "string"}, "messages": {"type": "array", "items": {"type": "object", "properties": {"msg_id": {"type": "string"}, "channel": {"type": "string"}, "work_space_name": {"type": "string"}, "slack_channel_name": {"type": "string"}, "status": {"type": "string"}, "schedule_time": {"type": "null"}}, "required": ["channel", "msg_id", "schedule_time", "slack_channel_name", "status", "work_space_name"]}}, "request_stage": {"type": "string"}}, "required": ["channel", "messages", "request_id", "request_stage"]}
4b1a2551-9995-4dbe-95f9-ecdc606a0b08/dc9db1b2-8757-4827-938c-ee1dac467fdb/0/0
D7SMS
Unlock boundless connectivity with D7API Gateway, seamlessly connecting you to the world's vast messaging network through D7's exclusive network access
9.5
Send Slack Message
Our Messaging API designed to fullfill most of your use cases and can be easily integrate to any of the system. We can send single message to both private and public channel in your workspace by adding the channel as slack in messaging API. The D7Messaging App should be added to your workspace before sending slack messages.
402
Validation Error
{"detail": [{"loc": ["string"], "msg": "string", "type": "string"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "array", "items": {"type": "object", "properties": {"loc": {"type": "array", "items": {"type": "string"}}, "msg": {"type": "string"}, "type": {"type": "string"}}, "required": ["loc", "msg", "type"]}}}, "required": ["detail"]}
4b1a2551-9995-4dbe-95f9-ecdc606a0b08/dc9db1b2-8757-4827-938c-ee1dac467fdb/1/0
D7SMS
Unlock boundless connectivity with D7API Gateway, seamlessly connecting you to the world's vast messaging network through D7's exclusive network access
9.5
Send Slack Message
Our Messaging API designed to fullfill most of your use cases and can be easily integrate to any of the system. We can send single message to both private and public channel in your workspace by adding the channel as slack in messaging API. The D7Messaging App should be added to your workspace before sending slack messages.
200
Success Response
{"request_id": "0025afef-bee6-403c-9289-105cc350bf5c", "status": "accepted", "created_at": "2023-09-07T07:13:58.689065"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"request_id": {"type": "string"}, "status": {"type": "string"}, "created_at": {"type": "string"}}, "required": ["created_at", "request_id", "status"]}
4b1a2551-9995-4dbe-95f9-ecdc606a0b08/dc9db1b2-8757-4827-938c-ee1dac467fdb/2/0
D7SMS
Unlock boundless connectivity with D7API Gateway, seamlessly connecting you to the world's vast messaging network through D7's exclusive network access
9.5
Send Slack Message
Our Messaging API designed to fullfill most of your use cases and can be easily integrate to any of the system. We can send single message to both private and public channel in your workspace by adding the channel as slack in messaging API. The D7Messaging App should be added to your workspace before sending slack messages.
401
Unauthorized
{"detail": {"code": "ACCESS_TOKEN_SIGNATURE_VERIFICATION_FAILED", "message": "Access token signature verification failed"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}}, "required": ["code", "message"]}}, "required": ["detail"]}
4b1a2551-9995-4dbe-95f9-ecdc606a0b08/eb071615-d7dc-4de3-9b46-8eced270d872/0/0
D7SMS
Unlock boundless connectivity with D7API Gateway, seamlessly connecting you to the world's vast messaging network through D7's exclusive network access
9.5
Send Message
Send messages to destinations. If the content contains unicode include "data_coding": "unicode" or "data_coding": "auto"
401
Unauthorized
{"detail": {"code": "ACCESS_TOKEN_SIGNATURE_VERIFICATION_FAILED", "message": "Access token signature verification failed"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}}, "required": ["code", "message"]}}, "required": ["detail"]}
4b1a2551-9995-4dbe-95f9-ecdc606a0b08/eb071615-d7dc-4de3-9b46-8eced270d872/1/0
D7SMS
Unlock boundless connectivity with D7API Gateway, seamlessly connecting you to the world's vast messaging network through D7's exclusive network access
9.5
Send Message
Send messages to destinations. If the content contains unicode include "data_coding": "unicode" or "data_coding": "auto"
422
Validation Error
{"detail": [{"loc": ["string"], "msg": "string", "type": "string"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "array", "items": {"type": "object", "properties": {"loc": {"type": "array", "items": {"type": "string"}}, "msg": {"type": "string"}, "type": {"type": "string"}}, "required": ["loc", "msg", "type"]}}}, "required": ["detail"]}
4b1a2551-9995-4dbe-95f9-ecdc606a0b08/eb071615-d7dc-4de3-9b46-8eced270d872/2/0
D7SMS
Unlock boundless connectivity with D7API Gateway, seamlessly connecting you to the world's vast messaging network through D7's exclusive network access
9.5
Send Message
Send messages to destinations. If the content contains unicode include "data_coding": "unicode" or "data_coding": "auto"
200
Success Response
{"request_id": "d9835609-a4e0-10ea-a26a-eeafbe700fef", "status": "accepted", "created_at": "2001-08-05T12:52:38.393Z"}
{"type": "object", "properties": {"request_id": {"type": "string"}, "status": {"type": "string"}, "created_at": {"type": "string"}}}