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..."
}
'{}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?