Skip to main content

Create key-value store

POST 

/v2/key-value-stores

ClientsApify API Python Client ReferenceApify API JavaScript Client ReferenceCreates a key-value store and returns its object. The response is the same object as returned by the Get store endpoint.

Keep in mind that data stored under unnamed store follows data retention period.

It creates a store with the given name if the parameter name is used. If there is another store with the same name, the endpoint does not create a new one and returns the existing object instead.

Request

Responses

Response Headers
    Location