🖼️Upload design by public URL

Upload your design

POST /api/vendor/files/upload-public-design

Headers

Name
Value

Content-Type

application/json

X-Access-Key

Your key pairs

Body - JSON

Name
Type
Description

url

string

public image url

CURL Example

curl --location 'https://api.rapidprinttee.com/api/vendor/files/upload-public-design' \
--header 'Content-Type: application/json' \
--header 'X-Access-Key: apikey:secretkey' \
--data '{
    "url": "https://supoverdesign.nyc3.digitaloceanspaces.com/Mens%20Awesome%20Like%20My%20Daughter%20Tshirt%20Funny%20Fathers_674.png"
}'

Response


{
    "data": {
        "origin": "https://rapid-design.rapidprinttee.com/org_ext_public_1726370360721_vmuJU3gO8GZEKdndNaNpkUwj",
        "compressed": "https://rapid-compressed.rapidprinttee.com/compressed_org_ext_public_1726370360721_vmuJU3gO8GZEKdndNaNpkUwj"
    },
    "code": 0,
    "message": "Success"
}

Last updated