Introduction
Smart Studio REST API enables you to interact with various language, image and embedding models using an API Key. It also lets you automate management of models, deployments, datasets, and more.
Authentication
All requests made to the Smart Studio REST API must include an Authorization header with a valid Bearer token using your API key, along with the Content-Type: application/json header.
Getting your API key
You can obtain an API key by:
- Generating one through the Smart Studio Console
Request headers
Include the following headers in your REST API requests:
authorization: Bearer <API_KEY>
content-type: application/json