Skip to content

Create Attachments ​

Endpoint ​

http
POST /unified/ats/attachments
Integrations supported
  • Lever

Query parameters ​

integrated_account_id
string · uuid
REQUIRED · The ID of the integrated account to use for the request.
Example: 62f44730-dd91-461e-bd6a-aedd9e0ad79d

Request Body ​

Refer Writing data using Unified APIs

file
string · binary
Supported in
  • Lever
remote_data
object
Any additional data that should be passed as part of the request body. This data is not transformed by Truto and is passed as is to the remote API.

Response Body ​

id
string
REQUIRED · The attachment's unique identifier
Supported in
  • Lever
file_name
string
The attachment's file_name
Supported in
  • Lever
file_url
string
The attachment's file_url
Supported in
  • Lever
candidate
object
The attachment's candidate
id
string
Unique identifier of the candidate
application
object
The attachment's application
id
string
Unique identifier of the application
job
object
The attachment's job
id
string
Unique identifier of the job
attachment_type
string
The attachment's type
All possible enum values:
  • resume
  • cover_letter
  • other
created_at
string · date-time
The date and time of the attachment's creation
updated_at
string · date-time
The date and time of the attachment's last update
remote_data
object
Raw data returned from the remote API call.