ReRender API

Developer quickstart

Learn how to make your first API request.

This API is powered by Genly AI, which brings you robust and low latency image rendering service. Our API provides a comprehensive interface for image generation, processing, and optimization tasks. Follow this guide to learn how to generate high-quality images, apply transformations, and integrate powerful image processing capabilities into your applications.

Create and export an API key

Generate an API key in the dashboard and securely store it in a safe location, such as a .zshrc file or another text file on your computer. After generating the key, set it as an environment variable in your terminal for secure API access.

Make your first API request

To make your first API request, use your API key as a Bearer Token in the Authorization header. You can interact with the API directly using any HTTP client of your choice.

curl -X GET \
  -H "Authorization: Bearer YOUR_API_KEY" \
  https://rerender.genly.ai/api/ping

Start Building