AIMP_PROJECT_API_KEY="YOUR_API_KEY"
curl -X POST \
"https://{baseUrl}/{apiVersion}/projects/{project_id}/indexes/{index_name}/docs/upsert" \
-H 'content-type: application/json
-H 'x-api-key: $AIMP_PROJECT_API_KEY' \
-d '{
"docs": [
{
"id": "33201222",
"url": "https://en.wikipedia.org/wiki/AIMP",
"title": "AIMP",
"text": "AIMP is a freeware audio player for Windows, Android and Linux (through Wine) ... "
},
{
"url": "https://en.wikipedia.org/wiki/Winamp",
"title": "Winamp",
"text": "Winamp is a media player for Windows, macOS and Android, originally developed by Justin Frankel and Dmitry Boldyrev by their company Nullsoft, which they later sold to AOL, who sold to Radionomy in January 2014."
}
]
}'