<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>API Examples :: Oracle AI Optimizer &amp; Toolkit</title><link>https://oracle.github.io/ai-optimizer/main/advanced/api_examples/index.html</link><description>The AI Optimizer API Server exposes all features programmatically via REST endpoints. You can explore the full API reference through the built-in Swagger UI at /v1/docs when the server is running.
All API requests require authentication using the x-api-key header, which must match the API key configured on the server.</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://oracle.github.io/ai-optimizer/main/advanced/api_examples/index.xml" rel="self" type="application/rss+xml"/><item><title>Object Storage Embedding</title><link>https://oracle.github.io/ai-optimizer/main/advanced/api_examples/oci_embed/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://oracle.github.io/ai-optimizer/main/advanced/api_examples/oci_embed/index.html</guid><description>Overview Creating a vector store from documents stored in OCI Object Storage is a two-step API workflow:
Download objects from an OCI bucket to the server’s temporary staging area. Embed the downloaded files into a new vector store. This separation is intentional — you can accumulate files from multiple downloads (or mix in files from other sources like local uploads) before triggering the embed step.</description></item></channel></rss>