Sales Layer API documentation
Build integrations with Sales Layer REST APIs and AI assistants
Technical guides and OpenAPI reference for teams integrating Sales Layer's PIM, product catalog, and DAM data with ecommerce, ERP, marketplace, and internal systems — plus the Sales Layer MCP Server for connecting Catalog data and DAM assets to Claude, ChatGPT, and other AI assistants.
Current references
DAM REST API v2.0 and Catalog REST API v2.0
The current OpenAPI references cover DAM image and file operations and PIM catalog resources such as products, variants, categories, attribute sets, custom entities, metadata, and changelogs.
Base URL
https://api2.saleslayer.comAuthentication
X-API-KEYSpecification
OpenAPI 3.0.1Guides
Integration essentials
Example
Make a request
curl -X GET 'https://api2.saleslayer.com/dam/images?$top=10' \ -H 'X-API-KEY: YOUR_API_KEY'