cURL
curl --request POST \ --url 'https://api.vida.dev/api/v2/agentUrl?token=' \ --header 'Content-Type: application/json' \ --data ' { "targetUsername": "brandon", "slug": "welovevida" } '
{ "success": true, "slug": "welovevida" }
Create a new url for an agent and replace existing one if exists
Documentation IndexFetch the complete documentation index at: https://vida.io/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://vida.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Vida API Token
Target Username you are creating a referral slug for
"brandon"
Desired slug name
"welovevida"
Referral Slug Created Successfully
true