Generate AIGC Service-Provider Code
Free service-provider code (ContentProducer) generation and validation API. Encodes an organization's or individual's identity into the standard 27-character code, and can also validate an existing code. Pairs with the AIGC compliance labeling API to skip hand-computing the code. · generating the code before AIGC labeling, validating an existing code, organization and individual subject codes, generative and content-propagation service labeling · Generate AIGC Service-Provider Code
free service provider code API, ContentProducer, AIGC code generation, 27-character code validation, generative service provider code, AIGC compliance code
POST /watermark/producer-code - Generate AIGC Service-Provider Code
Still puzzling over how to assemble the 27-character AIGC service-provider code that GB 45438-2025 calls for? Whether you want to generate your own compliant code in one go or check whether an existing one is correct, this endpoint has you covered.
Overview
This endpoint does double duty — generate and validate:
- Generate mode: provide the subject's identity details (organization or individual) and ID number, and the endpoint handles the intricate assembly rules and returns a standard 27-character code.
- Validate mode: pass just an existing code, and the endpoint breaks it down segment by segment, checks that it's valid, and parses out what each part means.
Notes
Mutually exclusive modes: when you include a code parameter in the request body, the endpoint switches to validate mode and ignores the other generation parameters; otherwise it runs in generate mode.
Self-contained: the code doesn't require registering with any outside authority — it's assembled on your own from your legal identity (such as an organization's unified social credit code or an individual's ID card) following the standard's rules.