Skip to content
Oris Docs

Demo

GET /api/v1/oris/demo/start

Start demo session

Public endpoint. Creates a demo session with enterprise plan access in sandbox mode. Redirects to the Command Center with FluxaDemo widget active.

Auth: Ed25519 request signing. Send Authorization, X-Request-Signature, X-Timestamp, and X-Nonce headers on every call. Nonce TTL is thirty seconds.

Responses

StatusDescription
307 Successful Response

Example request

curl -X GET 'https://api.useoris.xyz/api/v1/oris/demo/start' \
  -H 'Authorization: oris_sk_live_***' \
  -H 'X-Request-Signature: ***' \
  -H 'X-Timestamp: $(date +%s)' \
  -H 'X-Nonce: $(uuidgen)'