Hi!
I tried uploading a file to
/session/files
which gave me the uploaded file id as a return
using this file id, I called
/session/services/convertimages
since i uploaded a pdf file and extract page does not accept pdfs. The convert images converted the pdf into a tiff (since the pdf is one page only), and i got this
I used that file id of the tiff, to call extract page
but i keep on getting this error
and its not like the file does not exist since i can retrieve it using the session/files/{fileid} endpoint.
Please help