Quickstart¶
Use this section to make a real API call. Choose the path that matches what your application needs:
Goal |
Start here |
What you need |
|---|---|---|
Call chat, embedding, reranking, or another model capability |
A Genesis API Key, the Base URL from the console’s Use page, and a model ID |
|
Invoke a data-processing capability published from AI Studio |
The published operator’s endpoint and the credential configured for that service |
These APIs have different resource boundaries. A Genesis Key authenticates model calls and can also be selected as an authentication method for an Operator API. It is not an AI Studio personal access token, a UC Control API Key, or a browser cookie. This documentation does not currently define a single public OpenAPI surface for managing every AI Studio account, workspace, knowledge base, agent, and workflow, so do not treat requests copied from browser developer tools as stable APIs.
After the first request succeeds, use these references:
Genesis Model API reference for endpoint paths, parameters, and response fields.
Platform APIs for the boundaries between Operator APIs, SQL connection strings, REST data sources, and Webhooks.
Error Codes for authentication, rate-limit, and service-error handling.