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/login
Authenticate user and receive JWT token
POST
/auth/refresh
Refresh 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-js
Python
pip install ucg-sdk
Go
go get github.com/ucg/go-sdk
PHP
composer require ucg/sdk