Creates a project based on the request
Project data
Project created
Response when client request is wrong
Unauthorized
Forbidden
Response when resource was not found
Validation error
{- "name": "My Project",
- "note": "My project description note",
- "ocr": {
- "engine": "abbyy",
- "features": [
- "barcodes"
], - "languages": [
- "German",
- "English"
]
}, - "extractionModelId": "63e6663823b4c1f5287398bb",
- "completion": "manual",
- "duplicates": "allow",
- "members": {
- "allow": "all"
}, - "schema": {
- "version": 1,
- "dataPoints": [
- {
- "internalName": "type",
- "displayName": "Type",
- "type": "string",
- "source": {
- "type": "extractor"
}, - "normalization": [ ],
- "rules": { }
}, - {
- "internalName": "number",
- "displayName": "Number",
- "type": "string",
- "source": {
- "type": "extractor"
}, - "normalization": [ ],
- "rules": { }
}, - {
- "internalName": "issuedAt",
- "displayName": "Issued At",
- "type": "date",
- "preferDayOfMonth": "last",
- "source": {
- "type": "extractor"
}, - "normalization": [ ],
- "rules": { }
}, - {
- "internalName": "deliveredAt",
- "displayName": "Delivered At",
- "type": "date",
- "preferDayOfMonth": "last",
- "source": {
- "type": "extractor"
}, - "normalization": [ ],
- "rules": { }
}, - {
- "internalName": "currency",
- "displayName": "Currency",
- "type": "string",
- "source": {
- "type": "extractor"
}, - "normalization": [ ],
- "rules": { }
}
], - "features": {
- "derivation": false
}, - "enrichment": { },
- "normalization": { },
- "validation": { }
}, - "retentionDays": 180
}
{- "id": "63e6663823b4c1f5287398bb",
- "createdAt": "1990-12-31T15:46:19.384990Z",
- "createdBy": "63e6663823b4c1f5287398bb",
- "updatedAt": "1990-12-31T15:46:19.384990Z",
- "updatedBy": "63e6663823b4c1f5287398bb",
- "name": "My Project",
- "note": "My project description note",
- "extractionModelId": "63e6663823b4c1f5287398bb",
- "ocr": {
- "engine": "abbyy",
- "features": [
- "barcodes"
], - "languages": [
- "German",
- "English"
]
}, - "completion": "manual",
- "duplicates": "allow",
- "members": {
- "allow": "all"
}, - "retentionDays": 180
}
Projects list retrieved
Unauthorized
Forbidden
Validation error
Internal Server Error
{- "data": [
- {
- "id": "63e6663823b4c1f5287398bb",
- "createdAt": "1990-12-31T15:46:19.384990Z",
- "createdBy": "63e6663823b4c1f5287398bb",
- "updatedAt": "1990-12-31T15:46:19.384990Z",
- "updatedBy": "63e6663823b4c1f5287398bb",
- "name": "My Project",
- "note": "My project description note",
- "extractionModelId": "63e6663823b4c1f5287398bb",
- "ocr": {
- "engine": "abbyy",
- "features": [
- "barcodes"
], - "languages": [
- "German",
- "English"
]
}, - "completion": "manual",
- "duplicates": "allow",
- "members": {
- "allow": "all"
}, - "retentionDays": 180
}
], - "limit": 20,
- "offset": 0,
- "totalCount": 1
}
Retrieve a project by id
Project by id
Unauthorized
Forbidden
Response when resource was not found
{- "id": "63e6663823b4c1f5287398bb",
- "createdAt": "1990-12-31T15:46:19.384990Z",
- "createdBy": "63e6663823b4c1f5287398bb",
- "updatedAt": "1990-12-31T15:46:19.384990Z",
- "updatedBy": "63e6663823b4c1f5287398bb",
- "name": "My Project",
- "note": "My project description note",
- "extractionModelId": "63e6663823b4c1f5287398bb",
- "ocr": {
- "engine": "abbyy",
- "features": [
- "barcodes"
], - "languages": [
- "German",
- "English"
]
}, - "completion": "manual",
- "duplicates": "allow",
- "members": {
- "allow": "all"
}, - "retentionDays": 180
}
Retrieve a schema by project id
Schema retrieved
Response when client request is wrong
Unauthorized
Forbidden
Response when resource was not found
{- "version": 1,
- "dataPoints": [
- {
- "internalName": "type",
- "displayName": "Type",
- "type": "string",
- "source": {
- "type": "extractor"
}, - "normalization": [ ],
- "rules": { }
}, - {
- "internalName": "number",
- "displayName": "Number",
- "type": "string",
- "source": {
- "type": "extractor"
}, - "normalization": [ ],
- "rules": { }
}, - {
- "internalName": "issuedAt",
- "displayName": "Issued At",
- "type": "date",
- "preferDayOfMonth": "last",
- "source": {
- "type": "extractor"
}, - "normalization": [ ],
- "rules": { }
}, - {
- "internalName": "deliveredAt",
- "displayName": "Delivered At",
- "type": "date",
- "preferDayOfMonth": "last",
- "source": {
- "type": "extractor"
}, - "normalization": [ ],
- "rules": { }
}, - {
- "internalName": "currency",
- "displayName": "Currency",
- "type": "string",
- "source": {
- "type": "extractor"
}, - "normalization": [ ],
- "rules": { }
}
], - "features": {
- "derivation": false
}, - "enrichment": { },
- "normalization": { },
- "validation": { }
}