For the complete documentation index, see llms.txt. This page is also available as Markdown.

Project Comparison APIs

Endpoints for comparing Guardian project documents, VP documents, and searching projects by property filters.

Authentication: Bearer token required (Authorization: Bearer <token>)


Method
Endpoint
Description
Auth Required

POST

/api/v1/analytics/compare/documents

Compares two documents and returns the differences

Yes

POST

/api/v1/projects/compare/documents

Compares VP documents across projects

Yes

GET

/api/v1/projects/properties

Returns all project property definitions

Yes

POST

/api/v1/projects/search

Searches for projects matching specified filter parameters

Yes

Endpoints

Was this helpful?