Parse applicant
documentedSubmit an applicant document (resume) for OCR extraction.
POST /api/extract/applicant/2/parseExtract APIno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://extract.api.odoo.com/api/extract/applicant/{{$applicant_id}}/parse" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"jsonrpc":"2.0","method":"parse","id":"{{$request_id}}","params":{"account_token":"{{$account_token}}","version":102,"documents":["{{$document_string}}"],"dbuuid":"{{$dbuuid}}","webhook_url":"{{$webhook_url}}"}}'