curl --request POST \
--url https://api.getfernand.com/organization/rag/sources/texts \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"text": "This is important information about our product features..."
}
'{}curl --request POST \
--url https://api.getfernand.com/organization/rag/sources/texts \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"text": "This is important information about our product features..."
}
'{}Adds plain text content to the vector store. Useful for adding custom documentation, notes, or any text-based information. Content is limited to 50,000 characters.Documentation Index
Fetch the complete documentation index at: https://developers.getfernand.com/llms.txt
Use this file to discover all available pages before exploring further.
Text content to add to the knowledge base.
50000"This is important information about our product features..."
Text source queued for processing.
The response is of type object.
Was this page helpful?