Install an SDK
Initialize the client
Sign up for your api key on our playground and then head to the Api keys tabCreate an index
Set default features to run on every asset added to the index.Upload an asset
Assets can be uploaded from a file path or URL. You can request extra features (e.g., transcription) in addition to the index defaults. Asset creation enqueues a task you can poll. We also offer storage management for the original file so you don’t have to worry about where your original files are. It can be toggled on with thesave original
field.
Search across assets
Once assets have theembedding
feature processed, you can search across them using natural language queries.
Analyze images (ask, point, box)
For image assets, useanalyze
to answer questions or locate objects.
Tip: Use webhooks to receive task status changes without polling.