Getting started
Login with GitHub account
Authenticate using your GitHub credentials to access the management console.
Create Organization and Start Trial
- Create a new organization.
- Configure the organization's billing with Stripe and start a 30-day trial with all features enabled at no cost.
Create Application
- Prepare the credentials to access your storage configuration (currently, only Amazon S3 is supported).
- Within your organization, create an application using your subdomain and the prepared credentials.
-
Once created, the application can be used. For example, if your subdomain is
foo
, the FQDN will befoo.imagepix.app
.
Integrate with your product
By modifying the URL, you can retrieve the image in the specified size and format. For further information on available options, please refer to the Features page.
Example URL: https://demo.imagepix.app/fit/200/200/webp/80/logo/landscape.png
(Source object: s3://logo/landscape.png
)
You can also integrate programmatically by installing the @imagepix/client npm package and importing it into your project.