Skip to main content
POST
/
genie
/
sessions
TypeScript
const response: Promise<FireblocksResponse<GenieCreateSessionResponse>> = fireblocks.genieBeta.createGenieSession(genieBetaApiCreateGenieSessionRequest);
{
  "id": "7c1b2e1c-1c2a-4f3a-9c2d-2e0a8a1f8e1a",
  "createdAt": 1735603200000,
  "title": "Vault balance overview"
}

Documentation Index

Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Idempotency-Key
string

A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.

Response

Session created

id
string
required

The unique identifier of the newly created Genie session. Use this when sending messages in the conversation.

Example:

"7c1b2e1c-1c2a-4f3a-9c2d-2e0a8a1f8e1a"

createdAt
integer<int64>

Session creation timestamp in epoch milliseconds.

Example:

1735603200000

title
string

Session title. May be empty until the first message has been processed.

Example:

"Vault balance overview"