Unified API: Setup
Base URL & Authentication
Our Unified API is reachable at https://api.levangie-laboratories.com
. Each request requires either:
- API Key in the JSON body (
api_key
) if using older endpoints. - Auth Token (
auth_token
) for the newer/info
,/createapikey
, etc.
Always use HTTPS for secure transmission.
REST and WebSockets
We provide both REST endpoints and WebSocket connections for streaming. Generally:
- REST endpoints handle creation, file uploads, and other one-off calls.
- WebSockets offer continuous streaming of logs or agent responses in real time.