NowToPrint Hilfe
NowToPrint Hilfe
Hilfe-Center
Getting Started
Platform Overview
Marketplace
Print Shop
Prepress
Design Studio
Orders & Delivery
Notifications
Free Tools
Templates
VDP (Variable Data Printing)
Developer & API
API Reference
OpenAPI Explorer & Spec Reference
Webhook Access & DeliveryXJDF API RehberiXJDF Master Data Model
FAQ
Technical Reference
Admin Panel
Developer & API
  1. Developer
  2. XJDF API Rehberi

XJDF API Rehberi

NowToPrint XJDF REST API v1 icin endpoint, export, validation ve mesaj siniri referansi.

Entwicklerdocs3 Min. LesezeitGeprüft 2. Juni 2026

XJDF API Rehberi

NowToPrint XJDF yuzeyi, CIP4 uyumlu entegrasyonlari modern API disipliniyle sunar. Bu katmanda XJDF 2.2, PrintTalk 2.2 ve harici mesajlasma icin XJMF kullanilir.

Kanonik sinir

Platform icinde kanonik cekirdek XJDF 2.2 + XJMF + PrintTalk 2.2'dir. Legacy JDF/JMF sadece harici adapter katmaninda yasatilir.

Generated reference

Render edilen endpoint dokumani icin XJDF & PrintTalk API Reference sayfasini kullanin. Kanonik machine-readable contract ise /docs/api/xjdf-openapi.yaml adresindedir.


Temel endpoint'ler

EndpointAmac
GET /api/v1/xjdfDiscovery ve yuzey bilgisi
GET /api/v1/xjdf/openapiOpenAPI 3.1 spesifikasyonu
GET /api/v1/xjdf/capabilitiesDesteklenen urun, medya ve finishing yetenekleri
GET /api/v1/xjdf/media-catalogKanonik medya katalog gorunumu
GET /api/v1/xjdf/master-data-exportXJDF ResourceSet bazli master-data export
POST /api/v1/xjdf/validateXJDF dokuman dogrulama

Master data export

Export yuzeyi duz bir kagit veya makine listesi donmez. Kanonik modelden turetilen ResourceSet'leri sunar.

Ana aileler:

  • paper veya media
  • machine veya device
  • ink
  • lamination
  • varnish
  • plate
  • adhesive
  • electricity
  • labor

Sik parametreler:

ParametreTipAciklama
categorystringVirgulle ayrilmis kategori listesi
includeValidationbooleanExport ile birlikte validation ozeti doner

Ornek:

curl -H "X-API-Key: YOUR_API_KEY" \
  "https://api.nowtoprint.com/api/v1/xjdf/master-data-export?category=paper,ink&includeValidation=true"

Master-data semantigi icin ana referans: XJDF Master Data Modeli


Validation

POST /api/v1/xjdf/validate endpoint'i dokumani schema ve temel semantik kurallara gore kontrol eder.

curl -X POST https://api.nowtoprint.com/api/v1/xjdf/validate \
  -H "Content-Type: application/json" \
  -d '{
    "@Version": "2.2",
    "ProductList": {
      "Product": { "@ProductType": "BusinessCard" }
    }
  }'

Validation su sorulari cevaplar:

  • schema gecerli mi?
  • beklenen vocabulary kullaniliyor mu?
  • desteklenmeyen alan veya kategori var mi?

XJMF ve webhook siniri

XJMF webhook'lari yalnizca harici vocabulary kabul eder. Ic workflow stage'leri dis Status alani icine yazilmaz.

Beklenen prensip:

  • external XJMF status = partnerlar arasi mesajlasma dili
  • internal workflow stage = platform ici event dili

Bu ayrim birlikte calisabilirlik icin zorunludur.


Guvenlik ve operasyon

  • API erisimi API key veya uygun entegrasyonlarda mTLS ile korunur
  • webhook ve signal alanlarinda signature dogrulamasi zorunludur
  • unsupported veya dogrulanamayan source/compatibility durumlari confidence dusurur
  • manual review gereken durumlar kesin quote gibi sunulmaz

Sik hata kodlari

HTTPKodAciklama
400VALIDATION_ERRORGecersiz XJDF yapisi veya semantik sorun
400INVALID_CATEGORYGecersiz master-data kategorisi
401MISSING_API_KEYAPI key saglanmadi
401INVALID_API_KEYGecersiz API key
403INSUFFICIENT_SCOPEYetersiz izin kapsami
429RATE_LIMIT_EXCEEDEDHiz limiti asildi

Ilgili konular

XJDF Master Data Modeli

XJDF ve CIP4 Standartlari

Rate Limitleri

Hata Kodlari

War dieser Artikel hilfreich?

Verwandte Artikel

  • IAM Guide
  • Organisation Management
  • Registration, Onboarding, and Activation Operations
  • Roles & Permissions Reference
Edit on GitHub

Zuletzt aktualisiert

Webhook Access & Delivery

How webhook access works under the current entitlement model and what delivery guarantees to expect.

XJDF Master Data Model

Canonical master data architecture for XJDF 2.2, XJMF and PrintTalk 2.2 inside NowToPrint.

Auf dieser Seite

XJDF API RehberiTemel endpoint'lerMaster data exportValidationXJMF ve webhook siniriGuvenlik ve operasyonSik hata kodlariIlgili konular
Ask AI Assistant