zpk. Back to Resources

Authentication

All API requests must be authenticated using your unique API Key, which can be found in your dashboard settings.

Authorization: Bearer YOUR_API_KEY

Get Chat History

Retrieve the conversation history for a specific session ID.

GET /v1/chat/{session_id}/history

Send Message

Send a message programmatically to an AI agent.

POST /v1/chat/message
{ "message": "Hello ZPK!", "session_id": "abc-123" }