> ## Documentation Index
> Fetch the complete documentation index at: https://docs.krea.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# API Reference

> Browse every Krea API model and endpoint with request formats, parameters, authentication details, and response examples for faster integration.

Browse all available API endpoints in the left sidebar. Use the "Try it" button on any endpoint to test it directly in your browser.

## Base URL

```
https://api.krea.ai/
```

## Getting Started

<CardGroup cols={2}>
  <Card title="Job Lifecycle" icon="rotate" href="/developers/job-lifecycle">
    Understand how async jobs work
  </Card>

  <Card title="Webhooks" icon="bell" href="/developers/webhooks">
    Get notified when jobs complete
  </Card>

  <Card title="Rate Limits" icon="gauge" href="/developers/rate-limits">
    Understand API limits by plan
  </Card>

  <Card title="API Keys & Billing" icon="key" href="/developers/api-keys-and-billing">
    Create keys and track usage
  </Card>
</CardGroup>
