Skip to main content
Fireworks AI REST API enables you to interact with various language, image and embedding models using an API Key. It also lets you automate management of models, deployments, datasets, and more.

Authentication

All requests made to the Fireworks AI REST API must include an Authorization header with a valid Bearer token using your API key, along with the Content-Type: application/json header.

Getting your API key

You can obtain an API key by:

Request headers

Include the following headers in your REST API requests:
authorization: Bearer <API_KEY>
content-type: application/json