API Reference
Complete API documentation for Expand.ai
The Expand API enables you to extract structured content from any web page. This reference documents available endpoints, authentication methods, and response formats.
Base URL
All API requests should be made to:
https://api.expand.aiAuthentication
All API requests require authentication via an API key. Include your API key in the x-expand-api-key header with every request.
import Expand from 'expandai'
const client = new Expand({
apiKey: '{{API_KEY}}'
})