I am hoping to use pinecone for a flutter application.
Is there a REST API available?
*the pinecone library for flutter uses “environment”, which is broken for pinecone since Jan 24
SDKs are just abstractions for REST APIs. In the documentation there is always the “cURL” example. That is basically the raw API example that you can convert in any language
2 Likes