GET files/{id}/download{extension}

rebilly.com

Summary: Download image in specific format
Operation ID: GetFileDownloadExtension
Auth: unknown
Description

Download image in specific format. Images are converted server-side.

Parameters (3)

Organization-Id (?, header, optional)

Organization identifier in scope of which need to perform request (if not specified, the default organization will be used).

extension (string, path, required)

File extension which also indicates the desired file format.

Constraints: {'enum': ['.png', '.jpg', '.gif']}

id (string, path, required)

The resource identifier string.

Constraints: {'maxLength': 50, 'pattern': '^[@~\\-\\.\\w]+$'}

No probe data for this endpoint yet.