Group Location
Explore Plans
Mobile menu Close menu
500px500px

Upload photo from URL

This Action will upload a new photo, from a given URL to an image, to your 500px photostream.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
API endpoint slug
500px.upload_public_photo_from_url
Filter code method
_500px.uploadPublicPhotoFromUrl.skip(string?: reason)
Runtime method
runAction("500px.upload_public_photo_from_url", {})

Action fields

Photo URL Text input > Photo

Label
Photo URL
Slug
photo_url
Required
true
Can have default value
true
Filter code method
_500px.uploadPublicPhotoFromUrl.setPhotoUrl(string: photoUrl)

Title Text input > Title

Label
Title
Slug
title
Required
false
Can have default value
true
Filter code method
_500px.uploadPublicPhotoFromUrl.setTitle(string: title)

Description Text input

Label
Description
Slug
description
Required
false
Can have default value
true
Filter code method
_500px.uploadPublicPhotoFromUrl.setDescription(string: description)

Tags Text input > Tags

Label
Tags
Helper text
Slug
tags
Required
false
Can have default value
true
Filter code method
_500px.uploadPublicPhotoFromUrl.setTags(string: tags)

Private Dropdown list

Label
Privacy Level
Slug
private
Required
true
Can have default value
true
Filter code method
_500px.uploadPublicPhotoFromUrl.setPrivate(string: private)