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

Get Live Photo

GET
/service/documents/live_photo

Request

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

Responses

🟢200200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api-sandbox.kycsolution.com/api/service/documents/live_photo?id=d9fe6e57-bb3a-4561-80f6-e8ec5adc2d59' \
--header 'X-Api-Key: <api-key>'
Response Response Example
{
    "result": {
        "id": "d9fe6e57-bb3a-4561-80f6-e8ec5adc2d59",
        "mime_type": "image/jpeg",
        "file_name": "f3dfb4ff-747d-4631-83e3-d1bfd6bb8b73-istockphoto-1090878494-612x612.jpg",
        "created_at": "2025-07-11T13:11:16.841Z",
        "updated_at": "2025-07-11T13:11:16.841Z",
        "deleted_at": null,
        "client": {
            "id": "a90a71d7-91f6-4a29-9afe-f962f4bb3381",
            "type": 1,
            "email": "sarah.williams@example.com",
            "mobile": "+14227720789",
            "external_id": "ext-382953",
            "created_at": "2025-08-18T09:15:06.917Z",
            "updated_at": "2025-08-18T09:15:06.917Z",
            "deleted_at": null,
            "person_details": {
                "id": "bf663f86-5c98-453a-9f96-ea35530c60f9",
                "first_name": "SARAH",
                "middle_name": null,
                "last_name": "WILLIAMS",
                "dob": "1957-06-25",
                "gender": 2,
                "nationality": "IN",
                "birth_country": "IN",
                "created_at": "2025-08-18T09:15:06.935Z",
                "updated_at": "2025-08-18T09:15:06.935Z",
                "deleted_at": null
            }
        }
    }
}
Modified at 2025-11-27 20:03:00
Previous
Get Live Photos List
Next
View Live Photo
Built with