Search & Match - Indexing
Create a new index
Create an index for the search tool
post/v2/index
Request body
Example request
{
"name": "my-index"
}Response
Returns the created index
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"
}
}