Download OpenAPI specification:
Endpoints for Document AI Services
Endpoint called after the client uploads all files for an envelope batch The JSON must have a top-level "batch" key with the following structure: { "batch": { "id": "batch_id", "create_date": "YYYY-MM-DD HH:MM:SS.sss", "initial_gb": "BusinessArea", "source": "SCAN or MAIL", "files": [ { file details... } ] } } Actions performed:
required | object (BatchData) |
{- "batch": {
- "id": "string",
- "create_date": "string",
- "initial_gb": "string",
- "source": "string",
- "files": [
- {
- "number": "string",
- "id": "string",
- "bucket": "string",
- "filename": "string",
- "mimetype": "string",
- "filesize": "string",
- "md5": "",
- "attributes": [
- {
- "key": "string",
- "value": [
- "string"
]
}
]
}
]
}
}
Endpoint to retrieve a temporary GCS access token with read-only access Notes:
Endpoint to retrieve a temporary GCS access token with read/write access
Notes: