Beta Preview — We're actively building! Sign up to get early access.
Developers

API Documentation

Build voice verification into your own application.

The Verified Voice API lets you integrate voice verification and content authority stamping directly into your application. The API is served from https://api.verified-voice.org.

Beta: The public API is being finalized. Endpoints below reflect the current preview and may change. Request early API access →

Authentication

All requests require a bearer token issued from your dashboard:

curl https://api.verified-voice.org/v1/verify \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "audio=@sample.wav"

Core endpoints

GET /health Service health check
POST /v1/verify Verify an audio sample
POST /v1/stamp Issue a content authority stamp
GET /v1/stamp/{id} Look up stamp status

Need full reference docs or a sandbox key? Contact our team →