Skip to content

Commit

Permalink
Update README.md (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonchi authored Nov 1, 2022
1 parent 1f04cbb commit 79ba795
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,18 +344,29 @@ Auth object structure is different for different providers and may be obtained t

```sh
curl -H 'apikey: YOUR_INTENTO_KEY'
'https://api.inten.to/ai/text/translate/ai.text.translate.google.translate_api.v3'
'https://api.inten.to/ai/text/translate/ai.text.translate.microsoft.translator_text_api.3-0'
```

Response:

```json
{
"id": "ai.text.translate.google.translate_api.v3",
"name": "Google Cloud Translation API",
"logo": "https://inten.to/img/api/ggl_translate.png",
"auth": {
"key": "YOUR_KEY"
"id": "ai.text.translate.microsoft.translator_text_api.3-0",
"vendor": "Microsoft",
"logo": "https://inten.to/img/api/mcs_translate.png",
"description": "Translator API v3.0",
"auth_information": {
"key": {
"description": "YOUR_MICROSOFT_KEY"
},
"url": {
"description": "YOUR URL (e.g. 'https://api.cognitive.microsofttranslator.com')",
"default": "https://api.cognitive.microsofttranslator.com"
},
"region": {
"description": "YOUR REGION (e.g. 'westeurope' or 'westus2'. If unknown use 'global')",
"default": "global"
}
},
"billing": true,
"bulk": true,
Expand Down

0 comments on commit 79ba795

Please sign in to comment.