GET
/sink/rag
curl \
--request GET 'http://api.example.com/sink/rag?query=string'
Response examples (200)
{
"message": "string"
}
Response examples (422)
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}