Skip to main content
POST
/
bulk_load
cURL
curl --request POST \
  --url https://api.osohq.com/api/bulk_load \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '[
  {
    "predicate": "<string>",
    "args": [
      {
        "type": "<string>",
        "id": "<string>"
      }
    ]
  }
]'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json · object[]
predicate
string
required
args
object[]
required

Response

message
string
required