Skip to content

Commit 4ced46b

Browse files
authored
Merge pull request #304 from uploadcare/chore/update-doc-document-convert-info
/convert/document/{uuid}/ documentation
2 parents 40c811d + 28a416a commit 4ced46b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/core_api.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,10 @@ or you can use API directly to convert single or multiple files::
269269

270270
document_convert_status = uploadcare.document_convert_api.status(document_convert_info.token)
271271

272+
Determine the document format and possible conversion formats::
273+
274+
uuid = '740e1b8c-1ad8-4324-b7ec-112c79d8eac2'
275+
uploadcare.document_convert_api.retrieve(uuid)
272276

273277
File actions (addons)
274278
---------------------

0 commit comments

Comments
 (0)