Overview
Welcome to the Nomad Media developer platform — a cloud-based Media Asset Management (MAM) platform built on AWS.
Overview
The Nomad Media developer platform provides everything you need to integrate with and build on top of Nomad Media programmatically — including SDKs, a REST API, an OpenAPI spec, a Postman collection, and an MCP server for AI-powered queries.
SDKs
The Nomad Media SDK is available in JavaScript and Python, providing a convenient alternative to calling the REST API directly.
- JavaScript SDK: github.com/Nomad-Media/sdk-javascript —
npm install @nomad-media/full - Python SDK: github.com/Nomad-Media/sdk-python —
pip install nomad_media_pip - C# SDK: github.com/Nomad-Media/sdk-csharp (coming soon)
- Java SDK: github.com/Nomad-Media/sdk-java (coming soon)
Samples
Standalone runnable examples organized by use case:
- JavaScript samples: github.com/Nomad-Media/samples-javascript
- Python samples: github.com/Nomad-Media/samples-python
API Reference
The API Reference provides a detailed listing of all Nomad Media API and SDK methods, including paths, parameters, and response structures.
The API Guide gives a prose overview of all API requests organized by functional area.
OpenAPI Spec
The SDK-level OpenAPI spec (236 operations across 30 tags) is available at github.com/Nomad-Media/sdk-openapi-spec. The raw REST API Swagger specs (admin + portal) are at github.com/Nomad-Media/openapi-spec.
Postman Collection
A Postman collection covering all Nomad Media API paths is available at github.com/Nomad-Media/postman. Each path includes a pre-request script that logs you in automatically using environment variables.
MCP Server
The Nomad Media MCP Server enables AI applications to query the asset library using natural language via the Model Context Protocol. It is accessible at the /mcp route of your portal API base path.
