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>" }
Adds many facts at once.
DEPRECATED: Prefer POST /batch with payload [{"inserts": <bulk_data>}].
POST /batch
[{"inserts": <bulk_data>}]
Requires an API key to access. Signup at https://ui.osohq.com/
Show child attributes
Was this page helpful?