API Reference
Developer documentation
Retrieve all posts that have been assigned a specific label
cURL
curl --request GET \ --url https://api.cevoid.com/v1/labels/{id}/posts \ --header 'x-api-key: <api-key>'
{ "count": 123, "next": "<string>", "nodes": [ { "id": "post_abc123def456", "createdAt": "2024-01-15T10:30:00.000Z", "media": { "location": "https://cdn.cevoid.com/media/posts/abc123.jpg", "hash": "sha256:a1b2c3d4e5f6...", "filename": "summer-vacation-photo.jpg" }, "taggedProducts": [], "origin": { "type": "instagram" }, "alt": "Woman wearing sunglasses standing next to a red convertible car on a sunny beach", "videoCaptions": "Welcome to our summer collection! Check out these amazing sunglasses perfect for beach days.", "videoDescription": "Video shows a woman modeling sunglasses while walking along a sandy beach with palm trees in the background", "instagramUrl": "https://www.instagram.com/p/ABC123DEF456/", "type": "IMAGE", "fromInstagram": true, "addedByCompany": false, "comment": "Perfect day at the beach! ☀️ #SummerVibes #BeachLife #Sunglasses", "hideCaption": false, "uploadedBy": { "username": "john_doe_photography", "image": { "hash": "sha256:b2c3d4e5f6a7...", "filename": "profile-pic.jpg", "location": "https://cdn.cevoid.com/profiles/user123/avatar.jpg" } } } ] }
Label ID
"507f1f77bcf86cd799439011"
Max value for limit is 25
1 <= x <= 25
10
Number of items to skip
x >= 0
0
Market ID or shortId for localized content
"us"
Successful response
Total number of items
URL for next page
Show child attributes