V
Vybs

Developer Documentation

1. Getting Started

Our RESTful API allows you to automate workflows across social media platforms in a compliant manner. All requests must be authenticated with your API key. Please contact support to obtain credentials.

2. Authentication

We use Bearer token authentication. Include the following header in every request:

GET /v1/resources HTTP/1.1
Host: api.vybs.io
Authorization: Bearer <API_KEY>

3. Rate Limits

The API limits are 60 requests per minute and 5,000 requests per hour. Exceeding these thresholds will return 429 Too Many Requests responses.

4. Error Handling

All error responses follow a standardized JSON structure:

{
  "error": {
    "code": "RESOURCE_NOT_FOUND",
    "message": "The requested resource does not exist."
  }
}

5. Compliance & Monitoring

We log all API calls for security and compliance auditing. Usage that violates TikTok Platform Guidelines or these docs will be automatically flagged and may result in suspension.