Get started with Pointer in under 5 minutes using your preferred interface.
1. Get Your API Key
sk-ptr-
2. Make Your First API Call
curl -X POST "https://pointerapi.com" \ -H "Content-Type: application/json" \ -H "Accept: text/event-stream" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{"message": "What can you do?"}'