Copy link to clipboard
Copied
I am trying to integrate https://cpf-ue1.adobe.io/ops/:create api on a ROR(Ruby on Rails) Application. I am also aware that we Adobe doesnot have a SDK for ROR. So using the public api is my only option .
Please find the below screen shot for error messages
Copy link to clipboard
Copied
This is the link to api https://documentcloud.adobe.com/document-services/index.html#post-createPDF
I have followed the steps mentioned in https://documentcloud.adobe.com/document-services/index.html#how-to-get-started-
to set up the api
Copy link to clipboard
Copied
Hi @heisnam0101 ,
What you are probably running into is something inside of Postman where it has an issue having ":create" in a URL. One way to get around this is to create a variable that has a value of ":create".
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Hi @heisnam0101
Once you create the PDF, how do you read the response from the API, in my case when I do a GET request,and the response was in an octet/stream format and could not read it.
Do you have any advice?