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

Virtual Incision Careers API

The `jobpost` custom post type plus its category, job-type, location and tag taxonomies — the machine-readable careers surface.

Virtual Incision Careers API is one of 10 APIs that Virtual Incision publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Careers, Jobs, and Content. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 30 operations across 10 paths, and defines 6 schemas. It is described by OpenAPI 3.2.0, at version wp/v2.

Requests are made against a single base URL, https://virtualincision.com/wp-json.

30 operations 10 paths 6 schemas 5 DELETE10 GET5 PATCH10 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
wp/v2
Base URL
https://virtualincision.com/wp-json
Authentication
HTTP Basic, API Key
Resource Areas
1

Authentication & Security 2

Virtual Incision Careers API declares 2 security schemes for authenticating requests. It accepts HTTP basic authentication (applicationPassword). An API key is passed in the header as X-WP-Nonce (cookieNonce). By default, every request must be authenticated, though some operations may also be called without credentials.

  • applicationPassword — WordPress Application Passwords over HTTP Basic. Issued at https://virtualincision.com/wp-admin/authorize-application.php (advertised by the wp-json root authe…
  • cookieNonce — Logged-in WordPress cookie plus an X-WP-Nonce header — first-party browser context only.

Paths & Operations 30

Across 10 paths, the API surfaces 30 operations — 5 DELETE, 10 GET, 5 PATCH, 10 POST. Each is listed below with its method, path, parameters, and response codes.

Careers 30

The jobpost custom post type and its four taxonomies (category, job type, location, tag) — the machine-readable form of the Virtual Incision careers page.

GET
/wp/v2/jobpost
GET /wp/v2/jobpost
getJobpost 29 params → 200400401404
POST
/wp/v2/jobpost
POST /wp/v2/jobpost
createJobpost body → 200400401404
GET
/wp/v2/jobpost/{id}
GET /wp/v2/jobpost/{id}
getJobpostById 4 params → 200400401404
POST
/wp/v2/jobpost/{id}
POST /wp/v2/jobpost/{id}
createJobpostById 1 param body → 200400401404
PATCH
/wp/v2/jobpost/{id}
PATCH /wp/v2/jobpost/{id}
updateJobpostById 1 param body → 200400401404
DELETE
/wp/v2/jobpost/{id}
DELETE /wp/v2/jobpost/{id}
deleteJobpostById 2 params → 200400401404
GET
/wp/v2/jobpost_category
GET /wp/v2/jobpostcategory
getJobpostCategory 12 params → 200400401404
POST
/wp/v2/jobpost_category
POST /wp/v2/jobpostcategory
createJobpostCategory body → 200400401404
GET
/wp/v2/jobpost_category/{id}
GET /wp/v2/jobpostcategory/{id}
getJobpostCategoryById 2 params → 200400401404
POST
/wp/v2/jobpost_category/{id}
POST /wp/v2/jobpostcategory/{id}
createJobpostCategoryById 1 param body → 200400401404
PATCH
/wp/v2/jobpost_category/{id}
PATCH /wp/v2/jobpostcategory/{id}
updateJobpostCategoryById 1 param body → 200400401404
DELETE
/wp/v2/jobpost_category/{id}
DELETE /wp/v2/jobpostcategory/{id}
deleteJobpostCategoryById 2 params → 200400401404
GET
/wp/v2/jobpost_job_type
GET /wp/v2/jobpostjobtype
getJobpostJobType 12 params → 200400401404
POST
/wp/v2/jobpost_job_type
POST /wp/v2/jobpostjobtype
createJobpostJobType body → 200400401404
GET
/wp/v2/jobpost_job_type/{id}
GET /wp/v2/jobpostjobtype/{id}
getJobpostJobTypeById 2 params → 200400401404
POST
/wp/v2/jobpost_job_type/{id}
POST /wp/v2/jobpostjobtype/{id}
createJobpostJobTypeById 1 param body → 200400401404
PATCH
/wp/v2/jobpost_job_type/{id}
PATCH /wp/v2/jobpostjobtype/{id}
updateJobpostJobTypeById 1 param body → 200400401404
DELETE
/wp/v2/jobpost_job_type/{id}
DELETE /wp/v2/jobpostjobtype/{id}
deleteJobpostJobTypeById 2 params → 200400401404
GET
/wp/v2/jobpost_location
GET /wp/v2/jobpostlocation
getJobpostLocation 12 params → 200400401404
POST
/wp/v2/jobpost_location
POST /wp/v2/jobpostlocation
createJobpostLocation body → 200400401404
GET
/wp/v2/jobpost_location/{id}
GET /wp/v2/jobpostlocation/{id}
getJobpostLocationById 2 params → 200400401404
POST
/wp/v2/jobpost_location/{id}
POST /wp/v2/jobpostlocation/{id}
createJobpostLocationById 1 param body → 200400401404
PATCH
/wp/v2/jobpost_location/{id}
PATCH /wp/v2/jobpostlocation/{id}
updateJobpostLocationById 1 param body → 200400401404
DELETE
/wp/v2/jobpost_location/{id}
DELETE /wp/v2/jobpostlocation/{id}
deleteJobpostLocationById 2 params → 200400401404
GET
/wp/v2/jobpost_tag
GET /wp/v2/jobposttag
getJobpostTag 12 params → 200400401404
POST
/wp/v2/jobpost_tag
POST /wp/v2/jobposttag
createJobpostTag body → 200400401404
GET
/wp/v2/jobpost_tag/{id}
GET /wp/v2/jobposttag/{id}
getJobpostTagById 2 params → 200400401404
POST
/wp/v2/jobpost_tag/{id}
POST /wp/v2/jobposttag/{id}
createJobpostTagById 1 param body → 200400401404
PATCH
/wp/v2/jobpost_tag/{id}
PATCH /wp/v2/jobposttag/{id}
updateJobpostTagById 1 param body → 200400401404
DELETE
/wp/v2/jobpost_tag/{id}
DELETE /wp/v2/jobposttag/{id}
deleteJobpostTagById 2 params → 200400401404

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are Jobpost (26 properties), JobpostLocation (10 properties), JobpostJobType (10 properties), JobpostCategory (10 properties). Each schema is shown below with its type and property counts.

WPError
object
The WordPress REST API error envelope, returned on every 4xx/5xx.
3 properties 3 required
Jobpost
object
26 properties
JobpostCategory
object
10 properties
JobpostJobType
object
10 properties
JobpostLocation
object
10 properties
JobpostTag
object
9 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

virtual-incision-careers-api-openapi.yml Raw ↑

Other APIs Virtual Incision publishes across the network.

Virtual Incision News Posts API
Virtual Incision Pages API
Virtual Incision Media API
Virtual Incision Events API
Virtual Incision Taxonomy API
Virtual Incision People API
Virtual Incision Search API
Virtual Incision Discovery API
Virtual Incision MCP Server (WordPress MCP Adapter)
Where this information came from

This is an independent, third-party profile of Virtual Incision Careers 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.