All URIs are relative to https://api.aspose.cloud/v4.0
| Method | HTTP request | Description |
|---|---|---|
| Scan | GET /barcode/scan | Scan barcode from file on server using GET requests with parameter in query string. |
| ScanBase64 | POST /barcode/scan-body | Scan barcode from file in request body using POST requests with parameter in body in json or xml format. |
| ScanMultipart | POST /barcode/scan-multipart | Scan barcode from file in request body using POST requests with parameter in multipart form. |
BarcodeResponseList Scan (string fileUrl)Scan barcode from file on server using GET requests with parameter in query string.
| Name | Type | Description | Notes |
|---|---|---|---|
| fileUrl | string | Url to barcode image |
- Content-Type: Not defined
- Accept: application/json, application/xml
BarcodeResponseList ScanBase64 (ScanBase64Request scanBase64Request)Scan barcode from file in request body using POST requests with parameter in body in json or xml format.
| Name | Type | Description | Notes |
|---|---|---|---|
| scanBase64Request | ScanBase64Request | Barcode scan request |
- Content-Type: application/json, application/xml
- Accept: application/json, application/xml
BarcodeResponseList ScanMultipart (System.IO.Stream file)Scan barcode from file in request body using POST requests with parameter in multipart form.
| Name | Type | Description | Notes |
|---|---|---|---|
| file | System.IO.Stream****System.IO.Stream | Barcode image file |
- Content-Type: multipart/form-data
- Accept: application/json, application/xml