Upload Image From URL
documentedUpload an image from a URL.
POST /api/imagesImagesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://a.klaviyo.com/api/images" \
-X POST \
-H "Authorization: Klaviyo-API-Key {{KLAVIYO_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"data": {"type": "image", "attributes": {"import_from_url": "{{$image_url}}", "name": "{{$name}}", "hidden": {{$hidden}}}}}'