Pasteimage

Paste a flag

POST
/api/pasteFlag
AuthorizationBearer <token>

In: header

imagestring
flag_statestring

Response Body

Examples

curl -X POST "https://api.piktid.com/api/pasteFlag" \
  -H "Content-Type: application/json" \
  -d '{
    "image": "string",
    "flag_state": "string"
  }'
Empty
Empty
Empty
Empty
Empty