nexart.iodocs

    Evidence Bridge API Reference

    Production endpoint summary for profile authoring, event ingestion, tenant-scoped result retrieval, separate optional Node attestation and service readiness checks.

    Endpoint summary

    MethodEndpointPurpose
    POST/api/v1/profiles/previewPreview mapping, eligibility, CER creation and local verification
    POST/api/v1/profilesCreate a draft profile
    POST/api/v1/profiles/{profileId}/{revision}/publishPublish an immutable revision
    GET/api/v1/profilesList tenant-scoped profiles
    GET/api/v1/profiles/{profileId}/{revision}Inspect a profile and recent results
    POST/api/v1/ingest/{profileId}/{revision}Ingest one event through a published profile
    GET/api/v1/results/{resultId}Retrieve a tenant-scoped result
    POST/api/v1/results/{resultId}/attestRequest optional NexArt Node attestation
    GET/readyCheck service readiness

    Profile authoring routes are normally used through the authenticated Bridge application. Application integrations primarily use ingestion and attestation endpoints.

    Authentication

    Authorization: Bearer nx_live_...

    Machine credentials are tenant-scoped and MUST remain server-side.

    See Ingest events for complete request examples and Authentication for tenant boundaries.