v54

latestOpenAPI 3.0.3raw.githubusercontent.com2026-07-094546314.6 KB
Sessions

Get session cost

Returns the finalized cost of a released session as an exact amount in US dollars (e.g. 0.031905), suitable for precise billing passthrough.

get/v1/sessions/{id}/cost

Path parameters

idstring uuid required

Response

Session cost breakdown in US dollars

currency'usd' required

Currency used for the cost values

idstring uuid required

Session ID

totalCostnumber required

Exact total session cost in US dollars (e.g. 0.031905), with no rounding to whole cents. Rounded only to micro-dollar precision (6 decimal places) for precise billing passthrough.

unit'dollar' required

Cost unit. Values are expressed in US dollars.