We recommend you to create a longer and therefore safer password as your account could contain sensitive information, like API secrets.
By ticking the ToC and Privacy Policy box you agreeing to Pixboost Terms and Conditions and Privacy Policy.
Image Domain is a domain name of a website you want to connect to Pixboost service. We need this name to establish connection of the name of your website with the API Keys which we generate for security reasons.
API Key is a value that is generated for security purposes by Pixboost. You have to use it in the URLs of images you wish to deliver through Pixboost service.
https://pixboost.com/api/2/img/[IMAGE URL]/[OPERATION]?auth=[API_KEY]&[OPERATION_PARAMS]
mywebsite.com.au/logo.png/
- URL to the image you would like to process through Pixboostresize?size=200&
- function call with parameters, where resize is the resize function you wish to use, and size=200 is a value you wish to set for your image.auth=MjczNjAyMjY3NQ__
- is an API key that Pixboost generates for you.https://pixboost.com/api/2/img/https://yourdomain.com/img.png/resize?size=240&auth=API_KEY
https://pixboost.com/api/2/img/https://yourdomain.com/img.png/fit?size=300x200&auth=API_KEY
https://pixboost.com/api/2/img/https://yourdomain.com/img.png/optimise?auth=API_KEY
https://pixboost.com/api/2/img/https://yourdomain.com/img.png/asis?auth=API_KEY