Sign in

Add resource image

documented

Add an image to a resource.

Resourcesno implementation yet0 runs
No 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://www.planyo.com/rest/" \
  -X POST \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: application/json" \
  -d "method=add_resource_image&resource_id={{$resource_id}}&image_url={{$image_url}}&title={{$title}}&language={{$language}}&api_key={{PLANYO_API_KEY}}" \
  # Optional: include hash parameters if your API key uses a hash key
  #&hash_timestamp={{hash_timestamp}}&hash_key={{hash_key}}