curl --request GET \
--url https://api.lucidtech.ai/{basePath}/models \
--header 'Authorization: Bearer <token>'{
"models": [
{
"updatedTime": "<string>",
"metadata": {},
"updatedBy": "<string>",
"trainingId": "<string>",
"modelId": "<string>",
"description": "<string>",
"fieldConfig": {},
"organizationId": "<string>",
"preprocessConfig": {
"trimMargins": true,
"useGhostScript": true,
"startPage": 123,
"pages": [
123
],
"usePoppler": true,
"padToFit": true,
"useTextDetection": true,
"maxPages": 50,
"rotation": 0,
"deskewImage": true,
"autoRotate": true,
"imageQuality": "LOW"
},
"createdBy": "<string>",
"numberOfRunningTrainings": 1,
"name": "<string>",
"numberOfDataBundles": 1,
"createdTime": "<string>",
"status": "active",
"llmVersion": "sonnet-3.7",
"postprocessConfig": {
"strategy": "BEST_FIRST",
"outputFormat": "v1"
},
"version": 1,
"confidenceVersion": "v1",
"updatedFieldConfigTime": "<string>",
"statistics": {}
}
],
"nextToken": "<string>"
}List Models
curl --request GET \
--url https://api.lucidtech.ai/{basePath}/models \
--header 'Authorization: Bearer <token>'{
"models": [
{
"updatedTime": "<string>",
"metadata": {},
"updatedBy": "<string>",
"trainingId": "<string>",
"modelId": "<string>",
"description": "<string>",
"fieldConfig": {},
"organizationId": "<string>",
"preprocessConfig": {
"trimMargins": true,
"useGhostScript": true,
"startPage": 123,
"pages": [
123
],
"usePoppler": true,
"padToFit": true,
"useTextDetection": true,
"maxPages": 50,
"rotation": 0,
"deskewImage": true,
"autoRotate": true,
"imageQuality": "LOW"
},
"createdBy": "<string>",
"numberOfRunningTrainings": 1,
"name": "<string>",
"numberOfDataBundles": 1,
"createdTime": "<string>",
"status": "active",
"llmVersion": "sonnet-3.7",
"postprocessConfig": {
"strategy": "BEST_FIRST",
"outputFormat": "v1"
},
"version": 1,
"confidenceVersion": "v1",
"updatedFieldConfigTime": "<string>",
"statistics": {}
}
],
"nextToken": "<string>"
}The access token received from the authorization server in the OAuth 2.0 flow.