AboutWorksResumeWritingsAPIContact
  1. Home
  2. /
  3. API Reference

Developer API Docs

Programmatic discovery and integration endpoints for agents, crawlers, and search engines.

GET /api

Overview

This site implements modern IETF and Cloudflare standards for AI discovery. It exposes structured schemas, link discovery directories, protected resource limits, and an OpenAPI specification sheet.

Core Endpoints

GET/api/profile

Retrieves full portfolio data in JSON format, including jobs, experience details, and custom presets list.

curl -X GET https://thirumalesh.me/api/profile
GET/api/health

Exposes the health metrics and timestamp of the portfolio API services.

curl -X GET https://thirumalesh.me/api/health

Agent & Discovery Protocols

GET/.well-known/api-catalog

Returns RFC 9727 API Catalog Linkset indexes indicating resource descriptions and specs.

curl -X GET https://thirumalesh.me/.well-known/api-catalog
GET/.well-known/mcp/server-card.json

Exposes SEP-1649 Model Context Protocol (MCP) server configurations and active client tool methods.

curl -X GET https://thirumalesh.me/.well-known/mcp/server-card.json
GET/.well-known/oauth-protected-resource

Lists RFC 9728 OAuth 2.0 Protected Resource parameters, authorization endpoints, and supported scopes.

curl -X GET https://thirumalesh.me/.well-known/oauth-protected-resource