# Documentation ## Docs - [Create Feed Configuration](https://docs.autosnap.com/api-reference/endpoints/create-ims-feed.md): Set up an IMS inventory feed configuration for a dealership. - [Create Webhook](https://docs.autosnap.com/api-reference/endpoints/create-webhook.md): Register a webhook endpoint for real-time event notifications. - [Delete Dealer](https://docs.autosnap.com/api-reference/endpoints/delete-dealer.md): Remove a dealership subscription and stop imports. - [Delete Webhook](https://docs.autosnap.com/api-reference/endpoints/delete-webhook.md): Remove a webhook subscription. - [Fetch Website Inventory](https://docs.autosnap.com/api-reference/endpoints/fetch-inventory.md): Retrieve paginated vehicle inventory scraped from a dealership's website. - [Get Dealer](https://docs.autosnap.com/api-reference/endpoints/get-dealer.md): Get a single dealership's details and configuration. - [Get Feed Import History](https://docs.autosnap.com/api-reference/endpoints/get-ims-feed-history.md): View import history for an IMS feed configuration. - [Get Setup Status](https://docs.autosnap.com/api-reference/endpoints/get-setup-status.md): Poll the status of an async dealer setup job. - [Get Similar Vehicles](https://docs.autosnap.com/api-reference/endpoints/get-similar-vehicles.md): Find vehicles similar to a given vehicle by VIN. - [Account Usage](https://docs.autosnap.com/api-reference/endpoints/get-usage.md): View account-level usage statistics. - [List Dealers](https://docs.autosnap.com/api-reference/endpoints/list-dealers.md): List all dealerships under your account. - [List Deliveries](https://docs.autosnap.com/api-reference/endpoints/list-deliveries.md): View delivery history for a webhook subscription. - [List Feed Configurations](https://docs.autosnap.com/api-reference/endpoints/list-ims-feeds.md): List all IMS feed configurations under your account. - [Fetch IMS Inventory](https://docs.autosnap.com/api-reference/endpoints/list-ims-vehicles.md): Retrieve paginated vehicle inventory from IMS feed data for a dealership. - [List Webhooks](https://docs.autosnap.com/api-reference/endpoints/list-webhooks.md): List all webhook subscriptions for your account. - [Score Vehicles Against an Intent](https://docs.autosnap.com/api-reference/endpoints/match-score.md): Score an LLM-supplied shopper intent against a caller-supplied list of VINs using each vehicle's already-stored internal service vector — no re-embedding of vehicles. One embedding call (the intent), one internal service retrieve, cosine similarity in Python. - [Reactivate Webhook](https://docs.autosnap.com/api-reference/endpoints/reactivate-webhook.md): Re-enable an auto-disabled webhook subscription. - [Resolve Dealership](https://docs.autosnap.com/api-reference/endpoints/resolve-dealer.md): Look up a dealership by URL, name and address, or VIN. - [Search Vehicles](https://docs.autosnap.com/api-reference/endpoints/search-vehicles.md): Semantic vehicle search. - [Setup Dealership](https://docs.autosnap.com/api-reference/endpoints/setup-dealer.md): Onboard a new dealership for inventory data collection. - [Update Dealer](https://docs.autosnap.com/api-reference/endpoints/update-dealer.md): Update a dealership's inventory type filter. - [Update Feed Configuration](https://docs.autosnap.com/api-reference/endpoints/update-ims-feed.md): Update an IMS feed configuration. - [API Reference - v1.0](https://docs.autosnap.com/api-reference/introduction.md): Overview of the AutosnapAI Origin API - [Dealerships](https://docs.autosnap.com/concepts/dealerships.md): The dealership object and how to resolve dealers - [Premium Data Packages](https://docs.autosnap.com/concepts/premium-data-packages.md): Optional, paid add-ons that unlock deeper vehicle data — history records, dealer documentation, and dealer-curated marketing context. - [Pricing Breakdown](https://docs.autosnap.com/concepts/pricing-breakdown.md): Structured line-item pricing — MSRP, discounts, incentives, fees, and the final price - [Provider Coverage Map](https://docs.autosnap.com/concepts/provider-coverage.md): Standardized inventory data across 28 website providers — field availability for each supported platform. - [Vehicles](https://docs.autosnap.com/concepts/vehicles.md): The vehicle object — every field, every type - [Webhooks](https://docs.autosnap.com/concepts/webhooks.md): Receive real-time notifications when data changes in AutosnapAI - [Website Provider Changes](https://docs.autosnap.com/concepts/website-provider-changes.md): How AutoSnap handles dealership website provider changes to ensure uninterrupted inventory data. - [Authentication](https://docs.autosnap.com/get-started/authentication.md): How to authenticate requests to the AutosnapAI API - [Errors](https://docs.autosnap.com/get-started/errors.md): Error response format and common error codes - [Quickstart](https://docs.autosnap.com/get-started/quickstart.md): Get your first dealer resolved and inventory fetched in five minutes - [Rate Limits](https://docs.autosnap.com/get-started/rate-limits.md): Per-endpoint request rate limits, windows, and the 429 response - [Versioning](https://docs.autosnap.com/get-started/versioning.md): How AutosnapAI versions the API and handles breaking changes - [Handling Webhook Deliveries](https://docs.autosnap.com/guides/handling-webhooks.md): End-to-end guide to receiving, verifying, and processing AutosnapAI webhooks - [IMS Feed Imports](https://docs.autosnap.com/guides/ims-feeds.md): Ingest inventory data from IMS providers like vAuto, HomeNet, and VinCue via automated CSV feed processing. - [Paginating Large Result Sets](https://docs.autosnap.com/guides/paginating-results.md): How to page through inventory and search results efficiently - [Semantic Search](https://docs.autosnap.com/guides/semantic-search.md): Vault retrieval endpoints that take shopper intent and return ranked in-stock vehicles, plus a match-score endpoint for re-ranking shortlists. - [Setting Up a Dealership](https://docs.autosnap.com/guides/setting-up-a-dealership.md): The three-endpoint workflow for onboarding a new dealership: resolve, setup, and poll for status. - [AutosnapAI](https://docs.autosnap.com/introduction.md): The Automotive Intelligence Platform - [Contact & Status](https://docs.autosnap.com/support/contact.md): How to get in touch with AutosnapAI support and check system status ## OpenAPI Specs - [openapi](https://docs.autosnap.com/api-reference/openapi.json)