How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Wizehire Scout Service API

Backend service for the Wizehire Scout Chrome extension — the AI recruiting assistant. Five operations over HTTP Bearer auth: a streaming (Server-Sent Events) agent chat endpoint that runs a LangGraph-backed recruiting agent with human-in-the-loop resume support, top-candidate retrieval by fit score for a job, single-application detail lookup, and interview scheduling proxied through to the Wizehire ATS. Published as OpenAPI 3.1.0 at the service host root.

This API exposes 5 operations across 5 paths, organized into 4 resource areas, and defines 11 schemas. It is described by OpenAPI 3.1.0, at version 0.1.0.

Requests are made against a single base URL, https://scout.wizehire.com.

5 operations 5 paths 11 schemas 3 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.1.0
Base URL
https://scout.wizehire.com
Authentication
HTTP Bearer
Resource Areas
4

Authentication & Security 1

Wizehire Scout Service API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (HTTPBearer).

Paths & Operations 5

Across 5 paths, the API surfaces 5 operations — 3 GET, 2 POST. They span 4 resource areas: health, agent, candidates, interviews. Each is listed below with its method, path, parameters, and response codes.

health 1

Service health probe

GET
/healthz
Healthz
healthz → 200
agent 1

Scout AI recruiting agent conversation

POST
/v1/agent/chat
Agent Chat
agentChat body → 200422
candidates 2

Candidate / application retrieval

GET
/v1/candidates/top/{job_key}
Get Top Applies
get_top_applies_v1_candidates_top__job_key__get 1 param → 200422
GET
/v1/candidates/{apply_id}
Get Apply Details
get_apply_details_v1_candidates__apply_id__get 1 param → 200422
interviews 1

Interview scheduling (proxied to the Wizehire ATS)

POST
/v1/interviews/schedule
Schedule Interview
schedule_interview_v1_interviews_schedule_post body → 200422

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are AgentContext (8 properties), AgentChatRequest (5 properties), ValidationError (5 properties), HistoryMessage (4 properties). Each schema is shown below with its type and property counts.

AgentChatRequest
object
5 properties
AgentContext
object
Optional context from the Chrome extension about the current page.
8 properties
HTTPValidationError
object
1 property
HealthResponse
object
2 properties 1 required
HistoryMessage
object
A single prior-turn message the client sends back on each request. Carries enough to rehydrate the LangChain message list the agent expects: - role="user" → Hu…
4 properties 1 required
HistoryToolCall
object
A tool invocation recorded in the conversation history.
3 properties 2 required
InterviewType
string
QuickReply
object
A quick reply option with a display label and a value sent as the message.
2 properties 2 required
ResumePayload
object
Client-side approval to resume a paused agent turn. v1 contract: any resume means "approved, continue." value is reserved for future decision shapes (e.g. oper…
1 property
ScheduleInterviewRequest
object
2 properties 2 required
ValidationError
object
5 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wizehire-scout-service-openapi.yml Raw ↑
Where this information came from

This is an independent, third-party profile of Wizehire Scout Service API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.