Get list of Talking Photos
🖼️ Get list of Talking Photos that can added to your videos.
Our Talking Photos API empowers you with the capability to seamlessly incorporate any images of your choice into your videos. To achieve this, it's essential to input the number of pageSize
Talking photo assets needed. The process of adding these registered images to a scene can be accomplished by following these simple steps
- Pick your
pageSize
paramater - Enter
page
paramater
Caution:
Don't forget to replace the placeholder "YOUR_API_KEY" with your unique API key in the header. If you haven't obtained one yet, please contact us at [email protected], and we will provide one as soon as possible.
A request example to specify an image as an asset is as follows:
curl --request GET \
--url https://api.yepic.ai/v1/talkingphotos?PageSize=25&Page=1 \
--header 'X-Api-Key: YOUR_API_KEY' \
--header 'content-type: application/json'
For details of the image
asset fields, refer to the table below:
Fields | Data Type | Required | Description |
---|---|---|---|
page | number | Yes | The number of page you need |
pageSize | number | Yes | The number of talking photos you want to show |
✅Congratulations! You have successfully get list of talking photos using our API!
📌 Need help?

Updated about 2 months ago