Overview
You can call the following APIs to use the corresponding AI features.
- Lite OCR (Simplified Chinese)
- Lite OCR (Traditional Chinese)
- Advanced OCR (Multilingual)
- Custom OCR
- Car License Plate
- Face Detection
- Face Comparison
- Human Attribute Recognition
- Human Image Segmentation
- Image Similarity
- Object Recognition
- Pornography Detection
- Image Super Resolution
- Text Similarity
- General NLU
Calling URL
You have two options to call URL of AI features:
- When deploying the solution, set the parameter APIGatewayAuthorization to
NONE
to allow anonymous access to API. - When deploying the solution, set the parameter APIGatewayAuthorization to
AWS_IAM
to use the IAM permission to control access to API. For more information, see Invoking a REST API in Amazon API Gateway.
Tools
- API Explorer
- Postman
- cURL
- Python
- Java