kyc:export permission. Include your Bearer token in the Authorization header.
| Field | Type | Description |
|---|---|---|
request_id | string | The job ID that was requested |
bucket | string | S3 bucket name where PDF is stored |
key | string | S3 object key (path) |
presigned_url | string | Pre-signed URL valid for 1 hour (default) |
jobId is incorrect| Code | Description |
|---|---|
| 200 | Success - PDF generated and presigned URL returned |
| 400 | Bad Request - Invalid parameters |
| 401 | Unauthorized - Missing or invalid token |
| 403 | Forbidden - Insufficient permissions |
| 404 | Not Found - Job not found |
| 500 | Internal Server Error |
POST /kycjob_id from the responseGET /exports/{jobId}