Documentation
We're in open alpha and want to get all the feedback we can. The API is completely free for anyone to use and doesn't require an API key. You may be rate limited quite quickly though, so make sure to check against 4xx errors.
Intelligent Document Analysis
This endpoint analyzes one or more documents (Excel, CSV, PDF, images) and returns a comprehensive analysis.
1curl -X POST api.amplify.tw/api/v1/analysis/intelligent_document_analysis \2 -F "files=@file1.csv" \3 -F "files=@file2.csv"