curl --request GET \
--url https://api.example.com/api/projects/{projectId}/documents/{documentId}/download \
--header 'Authorization: Bearer <token>'"<string>"Download the document content as a JSON file.
curl --request GET \
--url https://api.example.com/api/projects/{projectId}/documents/{documentId}/download \
--header 'Authorization: Bearer <token>'"<string>"Documentation Index
Fetch the complete documentation index at: https://docs.gorules.io/llms.txt
Use this file to discover all available pages before exploring further.
Personal access token is obtained through your profile
Document unique identifier
Project unique identifier
Document content as JSON file download
Document content as JSON file download
Was this page helpful?