v1

latestOpenAPI 3.0.3MIT2026-07-22153276289.7 KB
Search & Match - Indexing

Create a new index

Create an index for the search tool

post/v2/index

Request body

namestring required

Unique index name

docType'resumes' | 'job_descriptions'

Example request

{
  "name": "my-index"
}

Response

Returns the created index

namestring required

Unique index name

docType'resumes' | 'job_descriptions' required

Example response

{
  "name": "my-index",
  "user": {
    "name": "Carl Johnson",
    "email": "carljohnson@grove.street",
    "avatar": "https://affinda-api.s3.amazonaws.com/media/user-avatar.png?AWSAccessKeyId=KEY&Signature=SIG"
  }
}