Skip to content

Create document

Create a document and index it for searches

Endpoint - POST /api/:target/_doc

Create a document and index it for searches

Request

e.g. POST http://localhost:4080/api/myindex/_doc

Request Body:

{ 
    "name": "Prabhat Sharma" 
}