ChakraHQ APIs
HomeSign In
HomeSign In
  1. Photo
  • API Keys
  • Response Format
  • Whatsapp
    • Inbound Events Webhook
    • Pass Through APIs
      • Create WhatsApp Message Template (pass-through)
      • List WhatsApp Message Templates (pass-through)
      • Update WhatsApp Message Template (pass-through)
    • Send Whatsapp Template Message For Process
      POST
    • Send Whatsapp Template Message For A Phone Number
      POST
    • Upload Public Media
      POST
    • Whatsapp Messages API (pass-through)
      POST
  • Platform
    • Process
      • Fetch Process By Id
      • List Processes
      • Create Process
      • Update Process
      • Update Process By Primary Key
      • Delete Process
      • Delete Process By Primary Key Value
      • Bulk Create Process API
      • Bulk Update Process API
    • Task
      • Create Task API
    • User
      • List Users API
      • List Users API (V2)
      • Fetch User API
      • Fetch User API (V2)
      • Update User API
    • Photo
      • Fetch Photo API
        GET
      • Upload Photo API
        POST
      • Upload Photo API With Id
        POST
    • Background Job
      • Fetch Background Job
      • Fetch Background Job Entries API
    • Fetch Config
      GET
  1. Photo

Fetch Photo API

GET
https://api.chakrahq.com/v1/ext/photo/{photoId}/show
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'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Previous
Update User API
Next
Upload Photo API
Built with