Developer Docs
Build AI-ready image experiences with the NiftyImages API.
Manage images, maps, stores, and dynamic data from one REST APIāand chat with a Data Store from Claude, Codex, ChatGPT, or Cursor via Store MCP.
curl https://dev.niftyimages.com/v2/whoami \
-H "Authorization: Bearer $NIFTYIMAGES_API_KEY"
{
"email": "developer@example.com",
"apiKeyId": 123,
"apiKeyName": "Production"
}
Guides for the common path
Use these guides to understand the API model. Use the generated reference when you need exact parameters, schemas, and live calls.
Connect with AI
Add Store MCP to Claude, Codex, ChatGPT, or Cursor and chat with a Data Store.
Quickstart
Make your first authenticated request and learn the base API shape.
Images
List, inspect, rename, delete, restore, and resolve image assets.
Stores
Create tabular data stores, define schemas, and work with records.
Maps
Manage map metadata and add, search, update, or remove locations.
Authentication
Send API keys as Bearer tokens and keep credentials out of URLs.
API Reference
Try calls in the browser, inspect schemas, and generate request examples.
For Agents
Use Markdown, llms.txt, workflow packs, OpenAPI, and Store MCP for LLM-driven development.
Built from the spec
The reference is generated from the ASP.NET Core OpenAPI document, so it grows with the API as endpoints and DTOs are added.
Guides teach workflows
Human-written pages explain the concepts: auth, pagination, idempotency, image browsing, stores, and maps.
Reference owns details
Scalar reads the OpenAPI document and provides the playground for live requests with a pasted API key.
OpenAPI powers tools
Use the spec for generated SDKs, CLI work, MCP-compatible tooling, and integration tests.
Markdown feeds agents
Use llms.txt, guide Markdown, and workflow packs when an AI tool needs concise integration context.