45 Use APIs, SDK, and CLI
Oracle AI Data Platform offers REST APIs, SDK, and CLI to integrate with your applications.
Topics:
REST APIs
Use the REST APIs to automate processes and programmatically access features and functionality in Oracle AI Data Platform.
API Version
The base path of the endpoint includes the API version (for example, 20260430). Here's an example GET request to get workbook details for a given workbook:
GET
https://aidp.<oci-region>.oci.oraclecloud.com/api/20260430/aiDataPlatforms/<aiDataPlatformId>/workspaces/<workspaceKey>
REST API Reference
SDK and CLI
Oracle AI Data Platform SDK and CLI provide generated clients and command line tools for working with Oracle AI Data Platform public APIs.
SDK and CLI Reference
See Oracle AI Data Platform SDK and CLI. For language-specific documentation, refer to the following:
| Language | Documentation | Installation |
|---|---|---|
| CLI | AIDP CLI Command Reference | AIDP CLI Installation |
| Java | AIDP Java SDK Operations Reference | AIDP Java Installation |
| Node / TypeScript | AIDP TypeScript SDK Operations Reference | AIDP TypeScript Installation |
| Python | AIDP Python SDK Operations Reference | AIDP Python Installation |