---
title: "Create Bland Voice Session"
method: POST
path: "/v1/integrations/bland/voice-session"
tags: ["bland"]
---

# Create Bland Voice Session

`POST /v1/integrations/bland/voice-session`

Mint a single-use Bland Persona session and return the websocket URL to speak to it.

The token is short-lived and single-use, so it can't be stored on the agent — the LiveKit
bridge asks for one per call. Minting stays here because it needs the org's API key, which
never leaves the backend.

## Headers

- `X-Webhook-Secret` string, nullable
- `X-API-Key` string, required

## Request body

- BlandVoiceSessionRequest
  - `agent_id` integer, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.net/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/revisions/4ef94eeb836d/schema)
