# Evidence Bridge API Reference

URL: https://docs.nexart.io/docs/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

| Method | Endpoint | Purpose |
| --- | --- | --- |
| POST | /api/v1/profiles/preview | Preview mapping, eligibility, CER creation and local verification |
| POST | /api/v1/profiles | Create a draft profile |
| POST | /api/v1/profiles/{profileId}/{revision}/publish | Publish an immutable revision |
| GET | /api/v1/profiles | List 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}/attest | Request optional NexArt Node attestation |
| GET | /ready | Check 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.
