> ## Documentation Index
> Fetch the complete documentation index at: https://docs.voicelab360.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Buyer Verification

> Complete buyer verification to access protected discovery and licensing endpoints.

# Buyer Verification

`GET /api/v1/buyers/verification`

Buyer verification is required before accessing Workforce discovery and licensing endpoints. Verification confirms identity and organizational affiliation to protect creators in the talent network.

## Check verification status

```bash theme={null}
curl https://www.voicelab360.com/api/v1/buyers/verification \
  -H "Authorization: Bearer vl360_live_YOUR_KEY"
```

## Response

```json theme={null}
{
  "verified": true,
  "tier": "standard",
  "verified_at": "2026-07-01T09:00:00Z",
  "organization": "Acme Productions",
  "access": ["workforce.discover", "workforce.search", "workforce.licensing"]
}
```

## Initiating verification

Buyer verification is completed through the VoiceLab360 platform at [voicelab360.com](https://www.voicelab360.com). API access to protected endpoints is granted automatically once verification is approved.

## Access levels

| Level      | Access                                                          |
| ---------- | --------------------------------------------------------------- |
| Unverified | Studio discovery and booking only                               |
| Standard   | Full talent discovery, search, and campaign creation            |
| Premium    | All Standard access plus priority licensing and media retrieval |
