1. Get your API Key
To start using SearchAnything, you’ll need an API key.- Log in to the SearchAnything Dashboard.
- Navigate to the Developers tab.
- Click Create New Key.
- Copy your key (starts with
sk_live_orsk_test_).
Use
sk_test_ keys for development. They don’t count against your billing quota and return mock data for testing integration.2. Upload a File
Once you have your key, you can upload a file using our REST API. SearchAnything accepts PDFs, Images, Audio, and Video.pending or processing. Depending on the file size, it may take a few seconds to become ready.
3. Search Your Content
Once the file is processed, you can search its contents immediately.Next Steps
API Reference
See all available endpoints and parameters.
SDKs
Check out our Python and TypeScript libraries (Coming Soon).