put https://api.toriihq.com/v1.0/parsings/automatic
Use the following code snippet to parse an expense file with automatic column matching:
curl -X PUT -d '{"idFile":"{FILE_ID}"}' -H "Authorization: Bearer API_KEY" "https://api.toriihq.com/v1.0/parsings/automatic"
IMPORTANT
After sending a parse request, make sure to poll https://api.toriihq.com/v1.0/parsings/{PARSING_ID}
to verify that the request was successful
- Rate limit: 200 requests per minute