Skip to main content

Glambot Studio API

This section is intended for developers looking to integrate Glambot Studio with their own tools or automate certain tasks.

For Developers

This technical documentation is for users with development skills. For standard platform usage, see the Cloud Platform Guide.

API Access

The Glambot Studio API allows you to interact with your projects programmatically.

Base URL: https://api.glambot-studio.app/api/v1

Interactive Documentation

Complete interactive documentation is available at:

https://api.glambot-studio.app/docs

This interface allows you to:

  • View all available endpoints
  • Test requests
  • See data schemas

Authentication

API Key

To use the API, you must generate an API key from your profile:

  1. Log in to the Cloud Platform
  2. Go to Profile > API Keys
  3. Click Generate a Key

Then use this key in your requests:

X-API-Key: your-api-key

Resources

Support

For any technical questions about the API, see the interactive documentation.