curl -X PUT "https://api.metabind.ai/api/v1/organizations/org123/projects/proj456/assets/asset789" \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "updated-hero-image.jpg",
"metadata": {
"alt": "Updated hero image",
"caption": "New product showcase"
},
"tags": ["hero", "product", "featured"]
}'
{
"data": {
"id": "asset789",
"name": "updated-hero-image.jpg",
"description": null,
"type": "image/jpeg",
"status": "active",
"url": "https://cdn.metabind.ai/org123/proj456/assets/asset789/updated-hero-image.jpg",
"size": 2048576,
"metadata": {
"width": 1920,
"height": 1080,
"format": "jpeg",
"alt": "Updated hero image",
"caption": "New product showcase"
},
"tags": ["hero", "product", "featured"],
"createdAt": "2024-03-20T10:00:00Z",
"updatedAt": "2024-03-21T15:30:00Z"
}
}
Update asset metadata, name, or tags
curl -X PUT "https://api.metabind.ai/api/v1/organizations/org123/projects/proj456/assets/asset789" \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "updated-hero-image.jpg",
"metadata": {
"alt": "Updated hero image",
"caption": "New product showcase"
},
"tags": ["hero", "product", "featured"]
}'
{
"data": {
"id": "asset789",
"name": "updated-hero-image.jpg",
"description": null,
"type": "image/jpeg",
"status": "active",
"url": "https://cdn.metabind.ai/org123/proj456/assets/asset789/updated-hero-image.jpg",
"size": 2048576,
"metadata": {
"width": 1920,
"height": 1080,
"format": "jpeg",
"alt": "Updated hero image",
"caption": "New product showcase"
},
"tags": ["hero", "product", "featured"],
"createdAt": "2024-03-20T10:00:00Z",
"updatedAt": "2024-03-21T15:30:00Z"
}
}
curl -X PUT "https://api.metabind.ai/api/v1/organizations/org123/projects/proj456/assets/asset789" \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "updated-hero-image.jpg",
"metadata": {
"alt": "Updated hero image",
"caption": "New product showcase"
},
"tags": ["hero", "product", "featured"]
}'
{
"data": {
"id": "asset789",
"name": "updated-hero-image.jpg",
"description": null,
"type": "image/jpeg",
"status": "active",
"url": "https://cdn.metabind.ai/org123/proj456/assets/asset789/updated-hero-image.jpg",
"size": 2048576,
"metadata": {
"width": 1920,
"height": 1080,
"format": "jpeg",
"alt": "Updated hero image",
"caption": "New product showcase"
},
"tags": ["hero", "product", "featured"],
"createdAt": "2024-03-20T10:00:00Z",
"updatedAt": "2024-03-21T15:30:00Z"
}
}