API Usage

Use these endpoints to control your goals programmatically

Get Current Goal

GET
https://apps.auratalent.xyz/api/public/v1/goals/current
Headers:
x-api-key: your_api_key_here

Increment Likes

POST
https://apps.auratalent.xyz/api/public/v1/goals/increment
Headers:
x-api-key: your_api_key_here
Increases by your increment amount

Decrement Likes

POST
https://apps.auratalent.xyz/api/public/v1/goals/decrement
Headers:
x-api-key: your_api_key_here
Decreases by your increment amount

Set Exact Likes

PATCH
https://apps.auratalent.xyz/api/public/v1/goals/likes
Headers:
x-api-key: your_api_key_here
Body:
{"current_likes": 1500}

💡 Example Usage

Stream Deck Integration:
Use the increment/decrement endpoints for easy like control during streams
Automation Scripts:
Set exact like values based on external data or triggers
Bot Integration:
Connect with chat bots to automatically update goals based on viewer interaction

Your API Keys

Manage your API keys for external integrations