AI agents are everywhere. See what yours are doing →
curl --request POST \
--url https://api.osohq.com/api/facts \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"predicate": "<string>",
"args": [
{
"type": "<string>",
"id": "<string>"
}
]
}
'{
"predicate": "<string>",
"args": [
{
"type": "<string>",
"id": "<string>"
}
]
}Adds a new fact.
DEPRECATED: Prefer POST /batch with payload [{"inserts": [<fact>]}].
curl --request POST \
--url https://api.osohq.com/api/facts \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"predicate": "<string>",
"args": [
{
"type": "<string>",
"id": "<string>"
}
]
}
'{
"predicate": "<string>",
"args": [
{
"type": "<string>",
"id": "<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?