Knowledge Base » Technical Support » How to Connect to the API

How to Connect to the API

API Connection Guide

This guide will help you connect to our API and start integrating with your applications.

Prerequisites

  • API Key (available in your account settings)
  • Basic understanding of REST APIs
  • HTTP client library in your programming language

Authentication

All API requests must include your API key in the header:

Authorization: Bearer YOUR_API_KEY

Making Your First Request

curl -H "Authorization: Bearer YOUR_API_KEY" https://api.platformaxion.com/v1/status

Rate Limits

Standard accounts are limited to 1000 requests per hour. Contact sales for higher limits.