GET /jobs/<job_id>/assess/<github_username>
x-api-key: YOUR_API_KEY
api_key=YOUR_API_KEY
Name | Type | Required | Description |
---|---|---|---|
job_id | string | ✅ Yes | The job ID from /jobs/create |
github_username | string | ✅ Yes | GitHub username to assess (e.g., ‘torvalds’) |
Name | Type | Required | Description |
---|---|---|---|
api_key | string | ✅ Yes | API key for authentication (can also be in x-api-key header) |
summary_length | integer | ❌ No | Length of generated summary. Default: 1024 , Range: 30-8192 |
context | string | ❌ No | Additional context for assessment (max 1024 characters) |
additional_context | string | ❌ No | Alias for context parameter |
Header | Description |
---|---|
X-Credits-Used | Total credits used by your API key across all endpoints |
X-Credits-Used-Assess | Credits used specifically for assessment operations (increments by 1) |
X-Credits-Remaining | Remaining credits (-1 for unlimited accounts) |
Field | Type | Range | Description |
---|---|---|---|
fit | integer | 0-10 | How well the candidate matches the job requirements |
fit_summary | string | - | 1-2 sentence explanation referencing specific technologies/repositories |
hireability | integer | 0-10 | General hireability score based on GitHub presence |
email_copy | string | - | Personalized 2-3 sentence outreach email template |
Status Code | Description |
---|---|
400 | Bad Request - Invalid parameters |
401 | Unauthorized - Missing API key |
403 | Forbidden - Invalid API key or access denied to job |
404 | Not Found - Job ID or GitHub username not found |
500 | Internal Server Error |
X-Credits-Used-Assess
headerX-Credits-Used
header includes assessment credits in the totalemail_copy
for outreachfit_summary