The following API allow you to fetch a single photo given a photo id. This api returns the binary photo data directly without any wrapper. The response is a binary stream of the photo data.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
photoId
string
required
The photo id (a uuid)
Example:
d4ceaa26-d549-40ed-97c1-2a4e1796da9a
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.chakrahq.com/v1/ext/photo/d4ceaa26-d549-40ed-97c1-2a4e1796da9a/show'