v1
latestOpenAPI 3.1.02026-07-13161952.2 KBImages
Modify 1 image
Partially update certain fields of an existing image by its ID.
patch/imgs/{image_id}
Query parameters
waitboolean
Wait for completion?
Wait for completion?
urgentboolean
Enqueue at head of queue if True
Enqueue at head of queue if True
strictboolean
Use strict mode if True
Use strict mode if True
langstring
en|es|pt|fr|ru
en|es|pt|fr|ru
Request body
Example request
{
"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"
]
}Response
image successfully modified