ServerProperties

Properties

Link copied to clipboard
abstract var secret: String

This is the secret you can set that Vapi will send with every request to your server. Will be sent as a header called x-vapi-secret.
Same precedence logic as server.

Link copied to clipboard
abstract var timeoutSeconds: Int

This is the timeout in seconds for the request to your server. Defaults to 20 seconds.
@default 20

Link copied to clipboard
abstract var url: String

API endpoint to send requests to.