Step 1: Sign Up and Create an API Key
- Visit Chunkr AI
- Click on “Login” and create your account
- Once logged in, navigate to “API Keys” in the dashboard
Step 2: Install our client SDK
Step 3: Upload your document
Step 4: Clean up
You can clean up the open connections by calling theclose()
method on the Chunkr
client.
Environment Setup
You can authenticate with the Chunkr AI API in two ways:- Direct API Key - Pass your API key directly when initializing the client
- Environment Variable - Set
CHUNKR_API_KEY
in your.env
file
- Direct URL - Pass your API URL when initializing the client
- Environment Variable - Set
CHUNKR_URL
in your.env
file