Icon Generation API

Generate Your `apple-touch-icon.png` Instantly

Create a perfectly sized and formatted home screen icon for all Apple devices with a single API call. Ensure your brand looks professional when users add your site to their home screen.

Join waitlist

apple-icon.png

import { Do } from '@do-api/sdk';

// Initialize with your API key
const doClient = new Do('YOUR_API_KEY');

// Generate a 180x180 apple-touch-icon.png from a source image
const icon = await doClient.execute('apple-icon.png', {
  source: 'https://your-brand.com/logo.svg',
  size: 180
});

// Get the URL of your new, hosted icon
console.log(icon.url);
// "https://cdn.do-api.com/f/usr/123/.../apple-touch-icon.png"

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.