Skip to main content

Documentation Index

Fetch the complete documentation index at: https://vida.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

To use the Vida API you need an API token. Get your token by going to Settings -> Developers in your Vida account. Note that using the Vida API requires a paid account, so you might need to upgrade first. Your API token should be placed into the URL like this: https://api.vida.dev/api/v2/agentEventRules/default?token={your token here} API Token Management Once you have a paid account you can use the API page in Settings to create and manage your API tokens. You can also manage your SIP IP access lists. Remember, your token should be placed in the URL like this ?token={your token}, not in Bearer, Headers, etc. All API endpoints accept an optional targetAccountId query parameter for delegated scope. When provided by a higher-level account token (for example, Partner or Reseller), the request is executed in the context of a child account in that caller’s hierarchy. Example: a Reseller token can call an endpoint with targetAccountId=<organizationId-or-agentId> to act on that Organization or Agent, as long as it belongs to that Reseller. For additional help, email help@vida.inc.