Loading...
Loading...
Complete reference for integrating Profio's resume building and AI optimization tools into your applications.
Access our machine-readable OpenAPI 3.0 specification:
https://profio.dev/api/openapi.jsonAll API requests require authentication using an API key. Include your API key in the Authorization header:
Authorization: Bearer profio_sk_live_...
Generate API keys from your dashboard at Settings → API Keys
https://profio.dev/api
/v1/resumesList all resumes for authenticated user
curl https://profio.dev/api/v1/resumes \ -H "Authorization: Bearer profio_sk_live_..." \ -H "Content-Type: application/json"
/v1/resumesCreate a new resume
curl -X POST https://profio.dev/api/v1/resumes \
-H "Authorization: Bearer profio_sk_live_..." \
-H "Content-Type: application/json" \
-d '{"title": "Software Engineer Resume"}'/mcp/tools/profio_score_resumeGet ATS compatibility score (0-100)
curl -X POST https://profio.dev/api/mcp/tools/profio_score_resume \
-H "Authorization: Bearer profio_sk_live_..." \
-H "Content-Type: application/json" \
-d '{"resumeId": "uuid-here"}'10
req/min
200
req/min
10,000
req/min
401Unauthorized
Invalid or missing API key
429Too Many Requests
Rate limit exceeded
500Internal Server Error
Something went wrong on our end
Check out our full API reference or contact our support team for assistance.