KYC Solution API Documentation
  1. Live Photos
KYC Solution API Documentation
  • 📘 Enum Reference
  • Clients
    • Create Client
      POST
    • Get Clients List
      GET
    • Get Client
      GET
  • Documents
    • Add Document
      POST
    • Add Document Attachment
      POST
    • Get Documents List
      GET
    • Get Document
      GET
    • View Document Attachment
      GET
  • Live Photos
    • Add Live Photo
      POST
    • Get Live Photos List
      GET
    • Get Live Photo
      GET
    • View Live Photo
      GET
  • Checks
    • Create Check Request
      POST
    • Get Check Result
      GET
    • Get Checks List
      GET
    • Get Client Latest Check
      GET
  1. Live Photos

View Live Photo

GET
/service/documents/live_photo/view/{filename}

Request

Authorization
Add parameter in header
X-Api-Key
Example:
X-Api-Key: ********************
Path Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-sandbox.kycsolution.com/api/service/documents/live_photo/view/f3dfb4ff-747d-4631-83e3-d1bfd6bb8b73-istockphoto-1090878494-612x612.jpg' \
--header 'X-Api-Key: <api-key>'
Response Response Example
{}
Modified at 2025-11-27 20:03:00
Previous
Get Live Photo
Next
Create Check Request
Built with