API Documentation
Comprehensive API reference and developer resources for 50+ APIs
Authentication
All API requests must be authenticated using Bearer tokens. One token works across all 50+ APIs.
Points System
Every API call consumes points based on computational cost. Points are deducted before processing.
API Catalog
Explore all 50+ APIs with search and filtering
Getting Started
Learn how to quickly get started with AppHighway APIs
Create your account and get API tokens
Purchase points for API usage
Review authentication requirements
Make your first API call
Explore all 50+ available APIs
Your First API Call
Ready to get started? Here's a simple example of making your first API call to AppHighway. We'll use the currency converter API as it's straightforward and only costs 1 point.
Prerequisites
- You have created an account on AppHighway
- You have generated an API token in the dashboard
- You have purchased points (at least 1 point required)
curl -X POST https://apphighway.com/api/v1/currency-converter \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"amount": 100,
"from": "USD",
"to": "EUR"
}'Note: Replace YOUR_API_TOKEN with your actual API token from the dashboard. Each API call costs points - make sure you have sufficient balance.
API Categories
Explore all 50+ APIs with search and filtering
Structify
Convert unstructured text to structured JSON using AI
POSTCSV to JSON
Convert CSV files to JSON format with schema inference
POSTXML to JSON
Transform XML documents to JSON objects
POSTJSON to CSV
Export JSON arrays to CSV files
POSTYAML to JSON
Parse YAML files and convert to JSON
POSTExcel to JSON
Extract data from Excel spreadsheets to JSON
POSTHTML to Markdown
Convert HTML content to Markdown format
POSTMarkdown to HTML
Render Markdown as HTML with syntax highlighting
POSTPDF to Text
Extract text content from PDF documents
POSTThis documentation is automatically generated from OpenAPI specifications
For more information, see the OpenAPI specification