Within the dashboard the playground allows you to test the endpoints out without having to build your own integration. The playground will also allow you to see the responses you can expect from the API, as well as give you re-usable sample code to invoke the endpoint(s).
Note: Not all the endpoints are available in the Playground, please use either the Bruno, Postman or Example repositories to see all available endpoint examples.
The playgrounds available are:
Document Optical Character Recognition (OCR)
| Endpoint | Description |
|---|
| Extract Expenses (/v1/document/expenses) | This endpoint allows the caller to POST an image or document that contains expense data such as a receipt or invoice and the endpoint will return a summary of the details as well as a list of items and their prices. |
| Extract Identity (/v1/document/identity) | This endpoint allows the caller to POST an image or document that contains identity data such as a passport or drivers license and the endpoint will return the identity details of the person. |
| Extract Text (/v1/document/text) | This endpoint allows the caller to POST an image or document that contains any text and the endpoint will return the detected text. |
| Summarize Text (/v1/document/text/summarize) | This endpoint allows the caller to POST an image or document that contains any text and the endpoint will detect the text and then return a summary of the detected text. |
Language
| Endpoint | Description |
|---|
| Detect Language (/v1/language/detect) | This endpoint allows the caller to POST a body of text containing one or more languages and the endpoint will return the list of languages detected as well as the score indicating the prevalence of the language. |
| Translate Text (/v1/language/translate) | This endpoint allows the caller to POST a body of text specifying the source and target language and the endpoint will return the text in the target language requested. |
Media
Personally Identifiable Information (PII)
| Endpoint | Description |
|---|
| Detect Personally Identifiable Information (PII) (/v1/pii/detect) | This endpoint allows the caller to POST a body of text and the source language and the endpoint will then detect any Personally Identifiable Information (PII) within the text and return the locations of any possible Personally Identifiable Information (PII). |
| Redact Personally Identifiable Information (PII) (/v1/pii/redact) | This endpoint allows the caller to POST a body of text and the source language and the endpoint will then detect any Personally Identifiable Information (PII) within the text and return the text with any Personally Identifiable Information (PII) redacted. |
Text
Web Scraper