Getting Started with Oryx
Oryx provides advanced neural translation engines. Applications can check license keys, register active hardware signatures, and operate securely in completely offline environments.
API Base URLs
All REST interactions happen through standard JSON requests over secure HTTPS connections:
# Development Local Endpoint
http://localhost:8000/api/v1
# Production Global Endpoint
https://api.oryx.com/api/v1
Authentication
Developer operations require an authorization token generated from the Portal or login keys. Embed this token in the header of API requests:
Authorization: Bearer YOUR_ACCESS_TOKEN
