REST API
cURL
curl --request POST \ --url https://api-joy.joyfill.io/v1/documents/bulk \ --header 'Content-Type: application/json' \ --data ' { "data": [ { "identifier": "<string>", "name": "<string>", "files": [], "fields": [], "template": "<string>", "group": "<string>", "stage": "published" } ] } '
"{\n \t\"data\": [\n {}\n ],\n \"failures\": [\n {\n \"message\": \"Example reason for failure\"\n }\n ]\n}"
Supports both API Key and User Access Token authorization. See https://joyfill.mintlify.app/api/authentication
Array of raw Document objects or Document from template objects. Max 100 documents can be created at a time.
Show child attributes
200
Was this page helpful?