id: api-abstract-image-processing info: name: Abstract Api Image Processing Test author: daffainfo severity: info description: Manage your images programmatically with this powerful API compress, convert, crop, resize, and more. reference: - https://www.abstractapi.com/api/image-processing-optimization-api - https://github.com/daffainfo/all-about-apikey/tree/main/abstract-image-processing tags: token-spray,abstractapi self-contained: true requests: - raw: - | POST https://images.abstractapi.com/v1/url/ HTTP/1.1 Host: images.abstractapi.com Content-Type: application/json Accept: application/json {"api_key": "{{token}}", "lossy": true, "url": "https://s3.amazonaws.com/static.abstractapi.com/test-images/dog.jpg"} matchers: - type: word part: body words: - '"original_size":' - '"original_height":' - '"original_width":' condition: and