ReferenceAiAnalyzeAttachment

    Trigger AI analysis on document attachments

    Trigger AI analysis on document attachments - POST /ai/analyze/attachment. DocDealer REST API reference.

    POST
    /ai/analyze/attachment

    Authorization

    bearerAuth
    AuthorizationBearer <token>

    In: header

    Request Body

    application/json

    TypeScript Definitions

    Use the request body type in TypeScript.

    Response Body

    application/json

    application/json

    application/json

    application/json

    curl -X POST "https://example.com/ai/analyze/attachment" \  -H "Content-Type: application/json" \  -d '{    "attachmentIds": [      "string"    ],    "documentId": "string",    "fieldId": "string"  }'
    null