# Pointset ## Docs - [Get entity](https://docs.pointset.io/api-reference/entities/get.md): Returns an entity. Only accessible if the entity belongs to an active subscription for your account. - [Interpret fields](https://docs.pointset.io/api-reference/fields/interpret.md): Uses AI to explain how the system will interpret your requested field names, and how confident it is in extracting each one. - [Cancel subscription](https://docs.pointset.io/api-reference/subscriptions/cancel.md) - [Create subscription](https://docs.pointset.io/api-reference/subscriptions/create.md): Creates a subscription for a city and entity type. A scrape job is automatically enqueued. - [Get subscription](https://docs.pointset.io/api-reference/subscriptions/get.md) - [List subscriptions](https://docs.pointset.io/api-reference/subscriptions/list.md) - [List entities](https://docs.pointset.io/api-reference/subscriptions/list-entities.md): Returns entities matching this subscription, with only the subscribed fields included. - [Update subscription](https://docs.pointset.io/api-reference/subscriptions/update.md) - [Get webhook config](https://docs.pointset.io/api-reference/webhook/get.md) - [Create or update webhook](https://docs.pointset.io/api-reference/webhook/update.md): Sets the webhook URL for the account. Returns the signing secret only on creation or when `rotate_secret` is true. - [Authentication](https://docs.pointset.io/authentication.md): Authenticating with the Pointset API - [Errors](https://docs.pointset.io/errors.md): HTTP error codes returned by the API - [Introduction](https://docs.pointset.io/introduction.md): The Pointset location intelligence API ## OpenAPI Specs - [openapi](https://docs.pointset.io/openapi.json)