---
title: API Reference
description: Access the Prefactor platform API through built-in docs, Swagger
  UI, or the raw OpenAPI schema.
editUrl: true
head: []
template: doc
sidebar:
  hidden: false
  attrs: {}
pagefind: true
draft: false
---

The Prefactor platform API gives you several ways to explore and integrate with the platform.

## Platform API docs

If you prefer a guided, narrative view, start with the generated **Platform API docs**. These live documentation pages walk through the available resources and endpoints in a structured way:

- Platform API docs: [Platform API](/api/platform)

## Swagger UI

For an interactive way to try requests in the browser, use the **Swagger UI**. It lets you inspect endpoints, parameters, and responses, and execute calls against the API directly:

- Swagger API docs: [Swagger UI](https://app.prefactorai.com/api-docs/v1)

## OpenAPI schema

If you’re working with API clients or generating code, you can use the raw **OpenAPI schema**. Import it into tools like Postman or Insomnia, or feed it into code generation workflows to quickly scaffold your integration:

- Raw OpenAPI document: [OpenAPI JSON](https://app.prefactorai.com/api/v1/openapi)