CV Portal

Michael Borck API

v1.0.0

Professional REST API documentation for exploring Michael Borck's career profile, skills, and experience through standardized endpoints.

OpenAPI 3.0 REST API JSON

Servers

https://api.michael-borck.dev/v1 Production API
https://staging-api.michael-borck.dev/v1 Staging environment

Profile

Basic profile information and contact details

GET /profile Get basic profile information â–¼

Returns basic profile information including name, title, location, and contact details.

Parameters

No parameters required

Responses

200
Successful response

Experience

Professional work history and career progression

GET /experience Get all work experience â–¼

Returns complete work history with roles, responsibilities, and achievements.

Query Parameters

type string Filter by experience type (academic, military, industry)
limit integer Maximum number of records to return
GET /experience/{id} Get specific experience by ID â–¼

Path Parameters

id string required Experience record ID

Skills

Technical skills organized by category

GET /skills Get all skills by category â–¼

Query Parameters

category string Filter by skill category (programming, frameworks, tools, etc.)

Contact

Contact form and communication endpoints

POST /contact Send a contact message â–¼

Request Body

{
  "name": "string",
  "email": "string",
  "subject": "string",
  "message": "string"
}

🔗 Real Project APIs

Links to actual APIs from my projects