Developer docs

Build with clarity.Ship with confidence.

Everything you need to connect your applications to the Snaplize AI Memory Engine—from your first authenticated request to production-scale multimodal search.

REST & GraphQLOfficial SDKsLive Sandbox
Search documentation/
API live
Getting started

Your first memory

Authenticate, upload content, and make your first semantic search request in minutes.

quickstart.shPOST /v1/memories

# create your first memory

curl api.snaplize.com/v1/memories

-H "Authorization: Bearer $KEY"

-d '{ "source": "docs" }'

✓ Memory indexed in 214ms

01GuidesLearn step by step
02API ReferenceExplore every endpoint
03SDKsTypeScript · Python · Go
Quick Start

Get Started in Minutes

Follow our step-by-step guide to start using Snaplize quickly.

README.md — Getting Started
01
Create your Snaplize account

Sign up for free — no credit card required.

02
Generate your API key

Create credentials from the Developer Dashboard.

03
Authenticate your application

Add your key to secure every request.

04
Upload content & build

Start powering AI-driven workflows with your data.

Documentation Sections

Browse by Topic

Start HereGetting Started

Learn the basics of the Snaplize platform, account setup, authentication, and first API requests.

The foundation every other guide builds on
02
Authentication

Secure your applications using API keys and access tokens.

03
AI Memory Engine

Understand how enterprise content is indexed, organized, and retrieved using AI memory.

04
Knowledge Graph

Learn how to create, query, and explore connected enterprise knowledge.

05
Enterprise API

Complete API guides for integrating Snaplize into your applications.

06
SDKs & Code Examples

Quick integration examples and SDK documentation for faster development.

Popular Guides

Jump to a Guide

Quick Start Guide
Create Your First Project
Upload Images & Documents
Perform Semantic Search
Query the Knowledge Graph
Manage API Keys
Best Practices
Troubleshooting
Developer Resources

Build Faster with the Right Tools

API Reference

Complete endpoint documentation with request and response examples.

SDKs

Official SDKs to simplify application development.

Code Samples

Ready-to-use examples for common integration scenarios.

Release Notes

Stay informed about new features, updates, and improvements.

Built for Developers

Start Building with Snaplize.

Everything you need to integrate AI Memory, semantic search, and enterprise intelligence into your applications.

Free API accessREST & GraphQLOfficial SDKs