- Trang này giải thích: Muốn up ảnh lên thì cần phải thực hiện Authentication trước:
To use the API you must provide your API key. You can get an API key by registering with your name and email address. Always keep your API key secret!
Authentication to the API is done with HTTP Basic Auth. All requests require an Authorization header that contains a Base64 digest of the authentication string api:YOUR_API_KEY where YOUR_API_KEY is the key that can be found on your API account page.
Đây là API Key mẫu mà trang cung cấp: i6j-HvYY6XXGSqzjkZycyEyLZbCDWAEX, bạn có thể sử dụng tuỳ ý hoặc tự get một API key khác.
Theo lưu ý chỗ in đậm: Phải chuyển cái API-Key sang Base64 mới sử dụng cho request được → Ta dùng hàm _B64Encode để chuyển.
- Tiếp theo ta xem Example cách upload ảnh mà trang https://tinypng.com cung cấp:
Example upload from URL
You can also provide a URL to your image instead of having to upload it. The API accepts a JSON body with the image URL as a source location.