AI agents are everywhere. See what yours are doing →
curl --request POST \
--url https://api.osohq.com/api/actions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"actor_type": "<string>",
"actor_id": "<string>",
"resource_type": "<string>",
"resource_id": "<string>"
}
'{
"results": [
"<string>"
]
}Fetches a list of actions which an actor can perform on a particular resource.
curl --request POST \
--url https://api.osohq.com/api/actions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"actor_type": "<string>",
"actor_id": "<string>",
"resource_type": "<string>",
"resource_id": "<string>"
}
'{
"results": [
"<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.
Was this page helpful?