Our AI endpoint offers AI functions that can cover a wide range of use cases.
API Call | Endpoint |
---|---|
Document Analysis Analyzes a document to determine its type (e.g. ID document, invoice, statement, etc.) and extracts relevant information into a structured JSON format for easy processing and integration. |
/api/v1/ai/analyze_document |
NSFW Content Identifier Analyzes an image or PDF to identify whether it is NSFW content, such as porn, hentai, violent images etc. |
/api/v1/ai/nsfw_checker |
Receipt Analyzer Analyzes a receipt to identify the billable items and other meta data on the receipt. |
/api/v1/ai/receipt_analyzer |
Wine Label Analysis Analyzes an image or PDF to identify the wine type, vintage, and country of origin etc. |
/api/v1/ai/analyze_wine_label |