Skip to main content
Arrow 2and Arrow 2 Telos are here
← All integrations
Node.js SDKDeveloper tools

Node.js SDK

The official Node.js SDK for the QuiverAI API. Generate SVGs from text, vectorize raster images, and list models with typed methods backed by your API key.

Setup

Install

npm install @quiverai/sdk

First request

import { QuiverAI } from "@quiverai/sdk";

const client = new QuiverAI({
  bearerAuth: process.env["QUIVERAI_API_KEY"],
});

const logo = await client.createSVGs.generateSVG({
  model: "arrow-2",
  prompt: "A logo for the next AI design startup",
});

Build the next generation of design tools with us