curl --request POST \
  --url https://index_name-project_id.svc.environment.pinecone.io/describe_index_stats \
  --header 'Api-Key: <api-key>' \
  --header 'Content-Type: application/json'
curl --request POST \
  --url https://index_name-project_id.svc.environment.pinecone.io/describe_index_stats \
  --header 'Api-Key: <api-key>' \
  --header 'Content-Type: application/json'

Was this page helpful?