---
title: "Developers"
description: "Generate SVGs, vectorize images, and manage your QuiverAI API integration."
icon: "code"
---

Generate SVGs from text or vectorize images with the QuiverAI API. Use the API Platform to
manage the projects, API keys, billing, and data controls behind your integration.

<Columns cols={3}>
  <Card title="Quickstart" icon="rocket" href="/developers/quickstart">
    Generate your first SVG, save it, and open it in your browser.
  </Card>
  <Card title="Get an API key" icon="key" href="https://platform.quiver.ai/api-keys">
    Create a project-scoped key in the API Platform.
  </Card>
  <Card title="API Reference" icon="book-open" href="/api-reference/introduction">
    Look up endpoints, request fields, and response schemas.
  </Card>
</Columns>

## Build

- [Models](/developers/models): compare Arrow 2 Telos, Arrow 2.0, and Arrow 1.1, then check availability for your API key.
- [Text to SVG](/developers/models/text-to-svg): generate SVGs from a prompt with the native API.
- [Image to SVG](/developers/models/image-to-svg): convert a raster image into an SVG.
- [Migrate to Responses](/developers/guides/migrate-to-responses): adapt an existing native integration when your catalog includes a Responses model.

## Operate

Start with [API Platform concepts](/developers/platform) for organizations, projects, and
credentials, then use these guides as your integration grows:

- [Pricing](/developers/pricing) and [billing and limits](/developers/platform/billing-and-limits): understand charges, fund requests, and manage capacity.
- [Errors and debugging](/developers/guides/errors-and-debugging) and [usage and logs](/developers/platform/usage-and-logs): investigate requests and track usage.
- [Data controls](/developers/platform/data-controls): understand storage and policy settings.
