Documentation v2.0

API Reference

Complete documentation for the Outsoor API. Learn how to integrate text, image, video, and audio generation into your applications.

bash
curl https://api.outsoor.com/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "gpt-4", "prompt": "Hello world"}'

Authentication

Learn how to authenticate your API requests securely.

Models

Explore available models and their capabilities.

Rate Limits

Understanding API rate limits and quotas.

SDKs

Official client libraries for Python, Node.js, and Go.

Errors

Handling API errors and troubleshooting.

Webhooks

Real-time event notifications for async tasks.