Certification

    POST /v1/cer/ai/certify

    Coming Soon

    This endpoint is under development. It will accept a CER identifier and request certification from the NexArt canonical verification node.

    Intended Request

    POST /v1/cer/ai/certify
    Content-Type: application/json
    Authorization: Bearer <api-key>
    
    {
      "cer_id": "...",
      "certificate_hash": "sha256:..."
    }

    Intended Response

    {
      "cer_id": "...",
      "certification_status": "certified",
      "node_signature": "...",
      "certified_at": "2026-03-06T..."
    }

    Request and response schemas are preliminary and subject to change before release.