This endpoint initiates an upload session and returns an uploadUrl for the session. Upload your file content using PUT requests to the returned uploadUrl. The file will be processed in the background and indexed into your knowledge base once the upload is complete.
curl -i -X PUT --data-binary @test.txt "$URL"
The resumable uploads use Google Cloud Storage - for more detailed documentation on how to perform the upload step (once you have generated the upload URL) see the Google Cloud Storage documentation.
This endpoint requires a data source ID. To get started:
600 requests per minute.
These endpoints require a custom API data source. See Custom API for setup instructions. This endpoint returns anDocumentation Index
Fetch the complete documentation index at: https://docs.withrealm.com/llms.txt
Use this file to discover all available pages before exploring further.
uploadUrl. Upload your file content using a PUT request to that URL. The file will be processed in the background and indexed into your knowledge base.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.