What is imager200 ?
imager200 is an API that allows you to process your images. There are different endpoints that provide transformations on your image, all you need to do is just to call the endpoint with any http client with your image bytes as the body of the request or the url of the image, if the image is remote. The transformations can be resizing, rotating, adding text, …etc
Getting Started
- Sign up for an account and obtain your API key
- Browse the API docs to find out the enpoints to use and find out usage examples
- start using imager200 API with any http client of your choice or use the SDKs for seamless integration
Sign up at https://panel.imager200.io
Features
- About 15 enpoints for your common image processing tasks (resize, blur, rotate, crop, text…), and more to come
- send either the image url (using GET method) or the image bytes in the request body (using POST method).
- choose between async and sync processing
- create post operations with well know online storage services integrations (Dropbox, Google Drive, AWS S3, direct ssh copy,…etc)
- Pipelines for chaining several image operations and executing them with one API call.