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..."
}UUID of the source to retrieve.
Was this page helpful?