IDP Integration API

Languages
Servers
Mock server
https://developers.retarus.com/_mock/idp/integration-gateway-openapi/
Local
http://null:18300/

process-content-controller

Operations

process-search-controller

Operations

process-administration-controller

Operations

common-upload-controller

Operations

Upload new document to processing

Request

Headers
channel-referencestringrequired
channel-namestringrequired
customer-billing-codestring
ai-pipeline-codestringrequired
Bodymultipart/form-data
filestring(binary)required
curl -i -X POST \
  https://developers.retarus.com/_mock/idp/integration-gateway-openapi/upload-pdf \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: multipart/form-data' \
  -H 'ai-pipeline-code: ' \
  -H 'channel-name: ' \
  -H 'channel-reference: ' \
  -H 'customer-billing-code: ' \
  -F file=string

Responses

OK

Bodyapplication/json
processIdstring
Response
application/json
{ "processId": "string" }

Upload new document to processing

Request

Headers
channel-referencestringrequired
channel-namestringrequired
customer-billing-codestring
ai-pipeline-codestringrequired
Bodymultipart/form-data
filestring(binary)required
curl -i -X POST \
  https://developers.retarus.com/_mock/idp/integration-gateway-openapi/upload-jpeg \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: multipart/form-data' \
  -H 'ai-pipeline-code: ' \
  -H 'channel-name: ' \
  -H 'channel-reference: ' \
  -H 'customer-billing-code: ' \
  -F file=string

Responses

OK

Bodyapplication/json
processIdstring
Response
application/json
{ "processId": "string" }

Upload new document to processing

Request

Headers
channel-referencestringrequired
channel-namestringrequired
customer-billing-codestring
ai-pipeline-codestringrequired
Bodymultipart/form-data
filestring(binary)required
curl -i -X POST \
  https://developers.retarus.com/_mock/idp/integration-gateway-openapi/upload-png \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: multipart/form-data' \
  -H 'ai-pipeline-code: ' \
  -H 'channel-name: ' \
  -H 'channel-reference: ' \
  -H 'customer-billing-code: ' \
  -F file=string

Responses

OK

Bodyapplication/json
processIdstring
Response
application/json
{ "processId": "string" }

Upload new document to processing

Request

Headers
channel-referencestringrequired
channel-namestringrequired
customer-billing-codestring
ai-pipeline-codestringrequired
Bodymultipart/form-data
filestring(binary)required
curl -i -X POST \
  https://developers.retarus.com/_mock/idp/integration-gateway-openapi/upload-tiff \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: multipart/form-data' \
  -H 'ai-pipeline-code: ' \
  -H 'channel-name: ' \
  -H 'channel-reference: ' \
  -H 'customer-billing-code: ' \
  -F file=string

Responses

OK

Bodyapplication/json
processIdstring
Response
application/json
{ "processId": "string" }

import-api-controller

Operations