New Features
Fetch Text Data API
- New
GET /documents/fetch-text-dataendpoint - Retrieve text and summary chunks from a text-type namespace via the public API - List stored chunks - Use for display, export, or RAG; response includes statistics, metadata, and up to 100 items per request
- Text namespaces only - Supports namespaces with
type === "text"; authenticate withx-api-key
Python SDK v1.3.3
- Direct AI without namespace - Direct AI mode no longer requires a namespace, simplifying general AI generation workflows
- Structured response parameter - Define and enforce structured output formats for more reliable integration with downstream applications (see Structured output)
- Improved validation and tests - Better input validation and test coverage for AI generation requests
Other
Moorcheh Console
- Security updates - Security improvements applied to the Moorcheh Console.
- View data items in namespaces - The console shows up to 100 data items from your namespace. Open a namespace to see its contents at console.moorcheh.ai/namespaces.