v1
latestOpenAPI 3.1.02026-07-13161952.2 KBImages
Get 1 image
Get a image by its ID.
get/imgs/{image_id}
Query parameters
fieldsstring[]
List of fields to retrieve. Example: fields=title&fields=description
List of fields to retrieve. Example: fields=title&fields=description
Response
Successful Response
Example response
{
"src": "https://cdn.example.com/image/source.jpg",
"url_img_watermark": "https://cdn.example.com/image/wm.jpg",
"url_img_thumbnail": "https://cdn.example.com/image/thumb.jpg",
"title": "image123",
"headline": "Sunset over the Hudson River",
"caption": "A vibrant orange sunset reflecting on the river with the city skyline in silhouette.",
"status": "Active",
"date": "2024-10-19",
"location": "123 Main St, near Central Park",
"city": "New York",
"country": "United States",
"event": "Oscar awards 2024",
"author": "Jane Doe",
"provider": "Acme Inc.",
"shot": "Portrait",
"scene": "Town square",
"technique": "Drawing",
"medium": "Oil on canvas",
"keywords": [
"Tree",
"Dog",
"Ball",
"Water"
],
"categories": [
"Sport",
"Fashion",
"Politics"
],
"collections": [
"Steet pics",
"Exclusive"
]
}