Skip to content

API Reference

Complete API documentation for developers and integrations.

Complete API documentation for integrating with Automated Future programmatically.

Base URL

https://api.automatedfuture.co/v1

Authentication

All API requests require an API key passed in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Rate Limits

  • Free tier: 100 requests/minute
  • Pro tier: 1000 requests/minute
  • Enterprise: Custom limits

Response Format

All responses are in JSON format with the following structure:

{
  "data": {},
  "error": null,
  "meta": {
    "requestId": "req_123..."
  }
}