API Reference
Complete REST API documentation with interactive examples and code samples
Getting Started
Base URL
https://api.getucg.com/v1
Authentication
Authorization: Bearer <token>
Authentication
Secure your API requests with JWT tokens
POST
/auth/loginAuthenticate user and receive JWT token
POST
/auth/refreshRefresh JWT token
Projects
Manage your UCG projects and configurations
Code Generation
Generate CRUD operations and components
Deployments
Deploy and manage your applications
Official SDKs
Use our official SDKs to integrate UCG into your applications with ease
JavaScript
npm install @ucg/sdk-jsPython
pip install ucg-sdkGo
go get github.com/ucg/go-sdkPHP
composer require ucg/sdk