How to use Oracle Aconex APIs to extract documents for AI or RAG-based integrations?
’m currently exploring the possibility of integrating Oracle Aconex with an AI-based RAG (Retrieval-Augmented Generation) pipeline.
The objective is to connect to the Aconex document repository programmatically —using REST APIs or an official SDK— to extract document content and metadata for indexing in a private vector database.
Specifically, I’d like to know:
- Whether there are available REST endpoints (e.g.,
/documents,/files) for querying and retrieving file metadata or contents. - If authentication is handled via OAuth2 or through an integration key.
- Whether Oracle Integration Cloud (OIC) provides a connector that could simplify this process.
Any reference documentation or examples of integrations between Aconex and OCI services (Data Science, GenAI, or Autonomous Database) would be very helpful.
7