Invoking Applications
This page lists different ways that you can invoke a OCI Generative AI application, after you create and deploy one.
Getting an Access Token
Because the underlying authentication type for an OCI Generative AI application is IAM with Identity Domains, to invoke an application using API calls, you must generate a bearer token and use it in the Authorization header. See Access Token.
Using the Access Token
- Invoking Applications with HTTP
- Invoking Applications with WebSocket (WebSocket Client Example)
- Invoking Applications with WebSocket (MCP Server Example)