REST API v1.0
API Documentation
Integrate Robert's powerful localization capabilities into your applications with our comprehensive REST API.
Quick Start
All API requests require a JWT token. First, authenticate using your API credentials:
curl -X POST https://cloud.robertcat.ai/api/ext/auth \
-H "Content-Type: application/json" \
-d '{
"apiKey": "your_api_key",
"apiSecret": "your_api_secret"
}'Include the returned token in subsequent requests using the Authorization: Bearer <token> header.
Authentication
Generate JWT tokens for API access
Analysis
Analyze projects and tasks for translation metrics
Task
Manage translation tasks, files, and assignments
Languages
Retrieve available language codes and configurations
Users
Manage linguists and project managers
Clients
Manage client information
Admin
Access workflows and templates
Project
Create, update, and manage translation projects
Ready to integrate?
Get started with Robert's API today. Contact us for API credentials and dedicated support.
