Skip to main content
POST
/
batch
cURL
curl --request POST \
  --url https://api.osohq.com/api/batch \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Requires an API key to access. Signup at https://ui.osohq.com/

Body

application/json
  • Option 1
  • Option 2

A grouped run of facts to insert or delete. Inserted facts must contain concrete fact args, but deleted facts may contain wildcards.

inserts
object[]
required

Response

message
string
required