Every endpoint, every schema, every error code — described in OpenAPI 3.1. Browse interactively, generate clients, or import into your favourite tooling.
The spec is the source of truth for all Proveium SDKs. If the SDK does it, the spec describes it.
Explore every endpoint, request body, and response schema in a searchable UI. Try requests live with your sandbox key.
Open interactive docsDownload the full OpenAPI 3.1 YAML file. Use it to generate typed clients, validate your integration, or keep a local copy.
Download openapi.yamlImport the collection directly into Postman. Pre-configured environments for sandbox and production. All requests templated.
Import Postman collectionUse any OpenAPI-compatible code generator with our spec. Below are recommended tools for common languages.
npx openapi-typescript https://api.proveium.io/openapi.yaml -o ./types/proveium.d.ts
openapi-python-client generate --url https://api.proveium.io/openapi.yaml
oapi-codegen -package proveium openapi.yaml > proveium.go
openapi-generator-cli generate -i openapi.yaml -g <language> -o ./client
Or use any OpenAPI-compatible tool. The spec is plain YAML with no proprietary extensions.
Get sandbox keys, explore the interactive docs, and make your first verification request in under an hour.