
Sign up NOW to 1Flow.io and get $5 in free credits.
After signing in, create your first organization:
Organizations help you manage documents, team members, and billing in one place.
To integrate 1Flow with your applications, you'll need API keys:
API keys are shown only once. Store them securely - you won't be able to see them again.
If you're integrating via API, install one of our official SDKs:
JavaScript/TypeScript:
npm install @1flow/sdk
Python:
pip install 1flow-sdk
Ruby:
gem install 1flow
Test your setup with a simple API call:
curl -X GET https://api.1flow.io/v1/documents \
-H "Authorization: Bearer YOUR_API_KEY"
You're all set! Start uploading documents through the dashboard or API.