I am ingesting a SIP package with the use of API's. I am using InfoArchive 23.3 and PostMan.
I use the following url: http://localhost:8765/systemdata/applications/8eceec18-66fc-4e8f-a471-1af077be85e8/aips?ingestDirect=true
In the Body I use formdata te provide the format (sip_zip) and the sip.
The OT Rest API Developer guide (
https://mimage.opentext.com/ot/2/devx/documentation/infoarchive/rest_api_developers_guide_233.pdf
) mentions the following:
To me this seem to indicate that you do not need to provide the SIP package in the body of the request, but you can use a reference (path) to where the SIP package is located. This seems to be a good solution to limit the size of the request that is being sent.
When I try this I get the following error:
When I declare the SIP as a File in the body, the request works fine.
Am I misinterpreting the documentation? Or am I missing something else?