API References
Last updated
Was this helpful?
The LOCI REST API handles binary upload, analysis progress, and project/version data. It's the same API used internally by the loci_api CLI, the GitHub Action, and the Azure DevOps extension — you can also call it directly to build your own integration.
Every endpoint requires an API key, sent via the x-api-key header. The base URL is the LOCI backend configured for your account (the same LOCI_BACKEND_URL used by the CI integrations) — self-hosted deployments point at their own host, SaaS accounts use the LOCI-provided one.
This section covers uploading a binary for analysis, checking analysis progress, listing projects, and retrieving project versions. For CLI-based access instead of calling the API directly, see the CLI Reference.
Last updated
Was this helpful?
Was this helpful?
