Skip to main content
POST
Create Quote

Authorizations

Authorization
string
header
required

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

Body

application/json
quote_type
enum<string>
required

Service type

Available options:
translation,
academic_evaluation,
expert_opinion_letter,
perm_ad
evaluation_type
enum<string> | null

Academic evaluation specific

Available options:
diploma_evaluation,
course_by_course_evaluation,
work_experience_evaluation
desired_equivalency
string | null
Maximum string length: 255
translation_preference
enum<string> | null
Available options:
client_provided,
translation_service
expert_letter_type
enum<string>

Expert letter specific

Available options:
work_experience_evaluation_letter,
h1b_expert_opinion_letter,
specialty_occupation_letter,
tn_expert_opinion_letter,
perm_expert_opinion_letter,
specialized_knowledge_expert_letter,
managerial_capacity_expert_letter,
extraordinary_ability_expert_letter,
national_interest_waiver_expert_letter,
general_academic_evaluation,
course_mapping_letter,
custom_letter
source_language
string | null

Translation specific

Maximum string length: 50
target_language
string | null
Maximum string length: 50
turnaround
enum<string>

Turnaround

Available options:
standard,
next_day,
same_day,
expedited
reference
string | null

Client details

Maximum string length: 255
notes
string | null
Maximum string length: 10000
team
string | null

Team assignment

document_urls
string<uri>[]

Documents - external URLs and/or ids of files staged via the files API

Required array length: 1 - 50 elements
Maximum string length: 2048
document_ids
string[]
Required array length: 1 - 50 elements
Maximum string length: 255
candidate
object

Candidate information

cc_emails
string<email>[] | null
Maximum array length: 10
Maximum string length: 255

Response

message
string
required
Allowed value: "Quote request created successfully."
data
Quote · object
required