API Documentation
Build integrations with the CreatorPlus API
REST API
Our API provides programmatic access to CreatorPlus data and functionality. Build custom integrations, automate workflows, or create your own buyer/creator tools.
Base URL: https://api.mycreatorplus.com/v1
Authentication
All API requests require a Bearer token in the Authorization header:
Authorization: Bearer YOUR_API_TOKEN
Endpoints
GET
/productsList all productsGET
/products/:slugGet product by slugPOST
/productsCreate a product (auth)GET
/categoriesList categoriesGET
/searchSearch productsPOST
/ordersCreate an order (auth)GET
/downloadsList user downloads (auth)Rate Limiting
API requests are limited to 100 requests per minute per API key. If you exceed this limit, you will receive a 429 Too Many Requests response.
Swagger UI
Explore the full API documentation interactively:
Open Swagger UI →