curl --request GET \
--url https://api.getfernand.com/organization/rag/sources/{uuid}/content \
--header 'X-API-Key: <api-key>'{
"questions": [
"How do I reset my password?",
"What's the password recovery process?"
],
"answer": "To reset your password, click on..."
}curl --request GET \
--url https://api.getfernand.com/organization/rag/sources/{uuid}/content \
--header 'X-API-Key: <api-key>'{
"questions": [
"How do I reset my password?",
"What's the password recovery process?"
],
"answer": "To reset your password, click on..."
}Retrieves the stored content of a Question or Text source. For Questions, returns parsed questions array and answer. For Texts, returns the raw text content. Other source types cannot be retrieved through this endpoint.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.
UUID of the source to retrieve.
Was this page helpful?