Configuration options for the Qveris API client.
apiKey:
string
API authentication token
optionalbaseUrl?:string
API base URL. Overrides QVERIS_BASE_URL and the built-in default.
optionalmaxRetries?:number
Max automatic retries for rate-limited (429) / transient (503) responses.
Honors Retry-After, otherwise backs off exponentially with jitter.
Defaults to 3; set to 0 to disable.
optionaltimeoutMs?:number
Default request timeout in milliseconds
Was this page helpful?