Skip to content

Commit

Permalink
Update Order API
Browse files Browse the repository at this point in the history
  • Loading branch information
pallavidevnagri committed Sep 8, 2023
1 parent 96b0dbb commit 462f03c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions guide/Api.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ curl --location --request POST 'https://app.devnagri.com/api/order/json' \
"bn",
"gu"
],
"segmentation": true,
"data": [
{
"test-123": "Hello World",
Expand Down Expand Up @@ -60,6 +61,7 @@ curl --location --request POST 'https://app.devnagri.com/api/order/json' \
| industry | sports | Type of industry/domain the order belongs to. Use "**Industry Name**" from [here.](Industries.md) |
| source_language | en | Language of the order which needs to be translated **from**. This will be a single value. [Ref.](LanguageCodes.md) |
| target_language | [hi, bn] | Language of the order which needs to be translated **to**. This will be inside an array, can contain more than one language. [Ref.](LanguageCodes.md) |
| segmentation | true | It's an optional field if user feel their sentences are too long, they can opt for this |
| data | Your JSON data | A valid JSON object |

---
Expand Down

0 comments on commit 462f03c

Please sign in to comment.