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"
}

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.