Skip to main content
POST
Create a talent placement request

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
workspace_id
string
required
Example:

"WS-26-000021"

role
string
required
Example:

"Senior React Engineer"

hours_per_week
integer
required
Example:

40

start_date
string<date>
required
Example:

"2026-05-01"

engagement_type
enum<string>
required
Available options:
staff_augmentation,
dedicated_team,
managed_delivery
Example:

"staff_augmentation"

subscription_id
string
Example:

"SUB-26-001122"

project_tags
string[]
Example:
required_skills
string[]
Example:
description
string
Example:

"Senior front-end engineer to own the design system and new checkout UI."

duration_weeks
integer
Example:

24

Response

The newly created talent request.

data
object
Last modified on April 15, 2026