AI agents are everywhere. See what yours are doing →
curl --request POST \
--url https://api.osohq.com/api/evaluate_query_local \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"query": {
"predicate": [
"<unknown>"
],
"calls": [
[
"<unknown>"
]
],
"constraints": {},
"context_facts": [
{
"predicate": "<string>",
"args": [
{
"type": "<string>",
"id": "<string>"
}
]
}
]
},
"data_bindings": "<string>",
"mode": {
"mode": "select",
"query_vars_to_output_column_names": {}
}
}
'{
"sql": "<string>"
}Fetches a SQL query that can be run against your database to answer arbitrary questions about authorization.
curl --request POST \
--url https://api.osohq.com/api/evaluate_query_local \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"query": {
"predicate": [
"<unknown>"
],
"calls": [
[
"<unknown>"
]
],
"constraints": {},
"context_facts": [
{
"predicate": "<string>",
"args": [
{
"type": "<string>",
"id": "<string>"
}
]
}
]
},
"data_bindings": "<string>",
"mode": {
"mode": "select",
"query_vars_to_output_column_names": {}
}
}
'{
"sql": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://www.osohq.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Requires an API key to access.
Was this page helpful?