Jump to Content
Product Guide
Recruitment AI Overview
API Reference
Status
Home
Product Guide
API Reference
Product Updates
v2.0
v3.0
Product Guide
Recruitment AI Overview
API Reference
Status
Product Updates
App Log In
API Reference
Product Updates
App Log In
v2.0
API Reference
Update an index
Search
JUMP TO
Affinda API
Versions
Invoice Extractor
Get list of all invoices
get
Upload an invoice for parsing
post
Get parse results for a specific invoice
get
Delete an invoice
delete
Resume Parser
Get list of all resumes
get
Upload a resume for parsing
post
Get parse results for a specific resume
get
Update a resume's data
patch
Delete a resume
delete
Job Description Parser
Get list of all job descriptions
get
Upload a job description for parsing
post
Get job description results for a specific job description file
get
Update a job description's data
patch
Delete a job description
delete
Search & Match - Indexing
Get list of all indexes
get
Create a new index
post
Update an index
patch
Delete an index
delete
Get indexed documents for a specific index
get
Index a new document
post
Delete an indexed document
delete
Search & Match - Searching
Search through parsed job descriptions
post
Get search result of specific job description
post
Search through parsed resumes
post
Get search result of specific resume
post
Match a single resume and job description
get
Get job title suggestions based on provided job title(s)
get
Get skill suggestions based on provided skill(s)
get
List occupation groups
get
Search & Match - Embedding
Get the config for the logged in user's embeddable job description search tool
get
Update the config for the logged in user's embeddable job description search tool
patch
Create a signed URL for the embeddable job description search tool
post
Get the config for the logged in user's embeddable resume search tool
get
Update the config for the logged in user's embeddable resume search tool
patch
Create a signed URL for the embeddable resume search tool
post
Resume Redactor
Get list of all redacted resumes
get
Upload a resume for redacting
post
Get redaction results for a specific resume
get
Delete a redacted resume
delete
Webhook API
Get list of all resthook subscriptions
get
Create a resthook subscription
post
Get specific resthook subscription
get
Update a resthook subscription
patch
Delete a resthook subscription
delete
Activate a resthook subscription
post
API Specification
Powered by
Update an index
patch
https://{region}.affinda.com/v2/index/
{name}
Updates the specified index
Language
Shell
Node
Ruby
PHP
Python
Credentials
Bearer
Bearer
URL
Base URL
https://
api
.affinda.com
/v2/index/{name}
RESPONSE
Click
Try It!
to start a request and see the response here!