Getting started
Introduction
The Writer API provides endpoints for integrating Writer generative AI technology into apps or services within your own stack.
Use the Writer API if:
- You need to integrate AI capabilities into a legacy system
- You want to build a new AI app in the framework or language of your choice
- You need more flexibility or control over your front-end or back-end than our no-code tools and Writer framework can provide
You can access the API endpoints directly or use our SDKs:
Python SDK
The Writer Python library provides convenient access to the Writer REST API from any Python 3.7+
application. The library includes type definitions for all request params and response fields, and offers both synchronous and asynchronous clients powered by httpx
.
Node SDK
This library provides convenient access to the Writer REST API from server-side TypeScript or JavaScript.
To get started, head to the Quickstart.