We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c811d commit 28a416aCopy full SHA for 28a416a
docs/core_api.rst
@@ -269,6 +269,10 @@ or you can use API directly to convert single or multiple files::
269
270
document_convert_status = uploadcare.document_convert_api.status(document_convert_info.token)
271
272
+Determine the document format and possible conversion formats::
273
+
274
+ uuid = '740e1b8c-1ad8-4324-b7ec-112c79d8eac2'
275
+ uploadcare.document_convert_api.retrieve(uuid)
276
277
File actions (addons)
278
---------------------
0 commit comments