Pixboost
  • Overview
  • Quickstart
  • Tools and Setup
    • Source Images
      • Adding Source Image Domain
      • Adding HTTP Image Source
      • Adding AWS S3 Bucket Image Source
    • Managing API Keys
    • Managing Users
    • Snippet Generator
    • Custom Domain Name
    • Cache Invalidation
    • HTTP/2 Support
    • HTTP/3 Support
  • API. URL-based integration
    • Resize
    • Fit
    • Optimise
    • As is
  • Using with React
  • Shopify Integration
  • Automated Workflows
    • Cache Invalidation
    • Warmup
    • API Secrets
  • Performance Testing
  • Open Source Version
Powered by GitBook
On this page
  • Description
  • Parameters
  • Examples
  • Sandbox

Was this helpful?

  1. API. URL-based integration

As is

API endpoint - /api/2/img/[IMAGE-URL]/asis

Description

Asis - does not perform any transformations. Respond with the original image without any modifications. Would be useful to leverage CDN.

Parameters

No parameters are required.

Examples

Original Image
Image after Pixboost transformation

Sandbox

Original Image
Image after Pixboost transformation

www.midday.coffee/assets/cup.jpeg

https://pixboost.com/api/2/img/http://www.midday.coffee/assets/cup.jpeg/fit?size=200x100&auth=MTA0ODU5NDA0NQ___

PreviousOptimiseNextUsing with React

Last updated 1 year ago

Was this helpful?