Manual Components
Hand-crafted API docs using individual MDX components
This page demonstrates how to document your REST API endpoints using Specra's API components.
Get User
Create User
Update User
Delete User
Authentication
All API requests require authentication using a Bearer token:
bash
1curl -H "Authorization: Bearer your_api_key" \2 https://api.example.com/api/users/user_123Get your API key from the developer dashboard.