Base URL
All API requests must be made over HTTPS. HTTP requests are rejected with a301 redirect.
Versioning
The API version is included in the URL path. The current and only version is v1.- Breaking changes are communicated at least 90 days in advance
- Backward compatibility is maintained within a major version
- New fields may be added to responses without a version bump
Subscribe to our changelog to be notified of API updates and deprecations.
Content Type
All requests and responses use JSON unless otherwise specified.Required Headers
File uploads — Document, selfie, and address proof endpoints use
multipart/form-data instead of JSON. See the specific endpoint documentation for details.Environments
| Environment | Base URL | Description |
|---|---|---|
| Production | https://verilock.io/api/v1 | Live data, real verifications, billed usage |
| Sandbox | https://verilock.io/api/v1 | Use qi_test_ keys for simulated results |

