Asset Upload Locations and TTL
I am on the free tier of the API service working on a POC for my company. I have successfully uploaded a Word document using the asset REST API service. I have also used the document generation service REST API to generate a pdf by merging the JSON object and the templetized Word doc.
Questions:
- Is there a way to access the "Internal Adobe Storage" to view the uploaded documents?
- Can we run the document generation API on an existing doucment that lives on the our "personal" adobe cloud storage?
- What is the the time to live for the links containing the generated document given by the document generation REST API service?
I am trying to figure out if I need to invoke a document generation merge everytime a user wants to view a documents because the asset links might expire over time.
