Validates the API key by attempting to list namespaces. Returns the list of namespaces if successful.
Creates a new namespace with the provided configuration. Requires a name, file storage configuration, vector storage configuration, and embedding model configuration.
Lists all namespaces available for the current API key and optional tenant ID.
Retrieves a specific namespace by its ID.
Updates an existing namespace with the provided configuration parameters.
Permanently deletes a namespace by its ID.
Ingests raw text content into the namespace. Supports optional metadata and chunk configuration.
Ingests a file into the namespace. Supports various file formats with automatic parsing.
Ingests content from a list of URLs. Supports scraping options and metadata.
Ingests content from a website using its sitemap.xml. Supports path filtering and link limits.
Crawls and ingests content from a website recursively. Supports depth control and path filtering.
Ingests all documents in the connector that are in backlog or failed status. No need to provide the document ids or file ids for the ingestion. Ids are already in the backlog when picked thorough the picker. If not, the user has to go through the authorization flow again, where they will be asked to pick the documents again.
Checks the status of a previously submitted ingestion job.
Fetches documents from the namespace based on filter criteria. Supports pagination and including specific document properties.
Updates metadata for documents that match the specified filter criteria.
Permanently deletes documents that match the specified filter criteria.
Reprocesses documents that match the specified filter criteria. Useful for updating after schema changes.
Performs semantic search across the namespace to find relevant content based on meaning rather than exact keyword matches.
Performs a combined keyword and semantic search, balancing between exact matches and semantic similarity. Requires hybridConfig with weights for both search types.
Creates a new connection to a specific source. The connector parameter should be a valid SourceSync connector enum value. The clientRedirectUrl parameter is optional and can be used to specify a custom redirect URL for the connection....
Lists all connections for the current namespace, optionally filtered by connector type.
Retrieves details for a specific connection by its ID.
Updates a connection to a specific source. The connector parameter should be a valid SourceSync connector enum value. The clientRedirectUrl parameter is optional and can be used to specify a custom redirect URL for the connection....
Revokes access for a specific connection, removing the integration with the external service.
Fetches the content of a URL. Particularly useful for fetching parsed text file URLs.
Your SourceSync.ai API key
Optional Your SourceSync.ai tenant ID
Optional SourceSync.ai namespace ID