Content API Overview
The Content API lets you interact with enriched, AI-ready data in Unbody. Built on Weaviate, it extends core capabilities with additional data types and functionalities, allowing you to build intelligent, semantic applications with ease.
What Can You Do with the Content API?
- Perform traditional database operations: filter, sort, group, and limit results.
- Run semantic searches using vector similarity and contextual queries.
- Execute generative tasks such as metadata creation, text synthesis, and data augmentation.
- Work seamlessly through GraphQL or a JavaScript SDK.
What’s Covered in This Section?
Learn how to use semantic and traditional search methods.
Perform AI-powered operations such as summarization and augmentation.
Build intelligent question-answering capabilities.
Retrieve and aggregate data efficiently.
Understand the custom types supported by the API.
Apply advanced filtering logic to narrow down results.
Manage large datasets with efficient result handling.
Control the order of your query results.
How to Start?
- Choose Your Interaction Method:
- Use the GraphQL Interface for precise query operations.
- Use the JavaScript SDK for streamlined integration into web applications.
- Authenticate: Follow the authentication guide to connect to the API.
- Explore Features: Dive into specific sections to learn about advanced capabilities and examples.