Hi,
I can export png/jpg images using the ‘accept’ header and calling the documents API. Is there a way to get an SVG version of a page? The documentation does not mention it as being supported.
Also, is there an easy way to access a documents metadata without getting all of the documents contents. I’d like to get the document meta, and the meta for each of the pages it contains, primarily page title. I can get this by calling /documents/{id}/contents but the response includes everything in the document and is much more than I really need.
Thanks,
Gary