Compliance Assessment Service API Documentation
  • Overview
  • Core Concepts
  • API Reference
Product
  • Pricing
Company
  • About Us
  • Contact
Legal
  • Privacy Policy

© 2026 Precognox. All rights reserved.

Information
info-controller
    Get application infoget
framework-controller
    List all frameworksgetList framework criteriaget
assessment-controller
    Submit assessmentpostPoll assessment statusgetGet assessment resultsgetCancel assessmentdelete
assessment-feedback-controller
    Submit assessment feedbackpost
content-processing-controller
    Submit file for content processingpostSubmit URL for content processingpostGet content processing statusgetBatch status checkpostGet extracted contentgetCancel content processingdeleteRefresh content processingpost
Schemas
Compliance Manager Backend API
Compliance Manager Backend API

info-controller


Get application info

GET
https://dev-compliance-assessment.precognox.com
/api/v1/info

Returns application metadata including name, group, version, and build time.

Get application info › Responses

200

OK

name
​string

Application name

group
​string

Application group

version
​string

Application version

buildTime
​string · date-time

Build timestamp

GET/api/v1/info
curl --request GET \ --url https://dev-compliance-assessment.precognox.com/api/v1/info
shell
Example Responses
{ "name": "name", "group": "group", "version": "version", "buildTime": "2024-08-25T15:00:00Z" }
json
application/json

framework-controller