Set up authentication for the Invaro Document Processing API
Sign up for an Invaro account
Navigate to the API Keys section
Create a new API key
Store your API key securely
curl -X POST "https://api.invaro.ai/api/v1/parse/upload" \ -H "Authorization: Bearer your_api_key" \ -F "files=@document.pdf"