Skip to main content

Features

Fast Spec

Generate comprehensive specifications quickly. Perfect for MVPs and prototypes with balanced depth and speed.

Deep Spec

Generate ultra-detailed specifications for complex systems. Enterprise-grade depth with comprehensive analysis.

Spec Status

Check the status of your async specification generation requests and retrieve results when ready.

List Specs

List all specifications with pagination and filtering. Perfect for displaying user spec history and dashboards.

Find Specs

Search specs using regex patterns. Find specs by keywords, patterns, or complex search criteria.
Get your API key from the pre.dev dashboard.

Quick Example

curl -X POST /api/fast-spec \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "input": "Build a task management app with team collaboration",
  }'

Next Steps

Quickstart Guide

Get started with your first API call in minutes