Agent resources
Portfolio API
Public endpoints for discovery, search, the portfolio assistant, and contact requests. These endpoints do not use OAuth; rate limits and validation apply.
Machine-readable description
Endpoints
- GET /api
- Discover the API and its public endpoints.
- GET /api/health
- Check service availability.
- GET /api/search?q={query}
- Search public articles and media coverage.
- POST /api/chat
- Ask the portfolio assistant a question using AI SDK UI messages.
- POST /api/contact
- Submit a contact request with name, email, and message.
Search example
curl "https://peerapat.cv/api/search?q=market%20expansion"