Skip to main content
GET
/
picture
/
{id}
/
placeholder
Make placeholder picture
curl --request GET \
  --url https://api.helpyousponsor.com/v1/picture/{id}/placeholder \
  --header 'X-HYS-API-Key: <api-key>'
{
  "message": "Successful"
}

Authorizations

X-HYS-API-Key
string
header
required

API key generated from Developer Settings. Format: hys_...

Path Parameters

id
integer
required

ID of the picture to be made placeholder

Response

Successful operation

message
string
Example:

"Successful"