Endpoints
Upload media to ACF media storage
POST https://app.accentuate.io/api/{api_key}/media
{
"media": {
"scope": "product|variant|custom_collection|smart_collection|page|blog|article|order|customer|shop",
"scope_id": 1234567890,
"metafield": "accentuate.main_image",
"src": [
"http://example.com/some_image.jpg",
"http://example.com/some_other_image.jpg"
]
}
}Delete media from ACF media storage
Trigger automatic tagging
Update selection values
Clear ACF cache
Last updated