Discussions

Ask a Question
ANSWERED

Data matching import request format

Hi Can you point me to an example of how the multipart request for the data matching import API should be structured? (https://data-matching.elis.rossum.ai/api/v1/documentation) I try sending a multipart request with one part called "payload" containing dataset, encoding and matching_code_column and one part called "files" containing the binary data from my CSV, but the response indicates "Missing data for required field" on the payload parameters so the API is not reading the payload part of the request. An example showing the raw multipart structure you are expecting would help a lot. Thanks Andrew
ANSWERED

download document with CURL

To integrate Rosum in our application I need to download the pdf document to attach it. How can I download a pdf document using a CURL statement?
ANSWERED

How to block being able to confirm a document using serverless extension

We've tried to block the possiblity to confirm a document from several events without result yet. What we tried : - Add a custom error message - Take a field type score and set the value of rir_confidence below the threshold Here's the documentation we based our trials : https://developers.rossum.ai/docs/automation-rules-overview Is there a way to that using serverless extensions ? Thanks
ANSWERED

Soap request from a serverless extension

Hi, we need to do a soap request from a serverless extension in node.js. Is there a way to do it ? Did you install librairies to do that ? If not it is possible to add one ? Thanks
ANSWERED

API Reference Requests

Hi, iam currently playing around with Rossum with a trial account. Iam also looking into API Integration. For most of the POST endpoints it seems there is documentation missing showing what attributes i can send with that post (e.g. Create a user). It is not clear if the provided curl example is showing all of the available attributes. I wonder if there is some sort of more complete documentation or even a OpenAPI spec available ? Thank you, Stefan
ANSWERED

How filter get function

Good morning I§ve been trying to filter data received from get function according the the annotation ID. I implemented the code according to sample codes from your web but still not getting the desired output. This is the code response = client.get( f"queues/{QUEUE_ID}/export?format=json&" f"status=exported&" f"exported_at_after={date_start.isoformat()}&" f"page_size=100&page=1&" f"id = 9600463" Instead of getting the annotation 9600463 data the response content is all exported annotation exported after the date_start variable.
ANSWERED

Units used for position and rir_position

Hi, I wonder how are calculated units for output document (after processing) for fields: position and rir_position? Can you point to some documentation, how they are calculated from original file? I've tried to find some documentation on this topic, but with no success. If files (pdf, jpg, png, ...) are always converted and normalized first? They how they relate to original pixels? Thank you in advance for clarifying this topic. Best, Marcin
ANSWERED

How to delete queues and workspaces?

Once created, how can we eliminate queues and workspaces from our accounts?
ANSWERED

webhook with xml ann

Hi, I would like to define a webhook which send data in XML instead of JSON. Is it possible ? Thanks for your answer
ANSWERED

Embedded Document Error

I attach an rossum iframe into my app. I'm sure token and document id is correct. But I always got REVIEW TIME EXPIRED error. Please check screenshot below: https://imgur.com/a/xaCabXO Do you guys know what cause this problem?