The playout API of the Media Jay application provides access to the playout data and orchestrates extended queries.
To access the endpoints you require a X-API-Key in the header. Partners, please contact Transfermedia support@transfermedia.de to retrieve one.
To use a specific implementation version of this API place it to the request header X-API-Version. If the header is missed the latest implementation version 2025-08-04 is used. The response header X-API-Version returns the implementation version the request was processed with.
For further details please visit the documentation or contact Transfermedia support@transfermedia.de.
https://docs.jay-metadata.com/_mock/apis/playout/latest/openapi/
https://docs.jay-metadata.com/_mock/apis/playout/latest/openapi/version
curl -i -X GET \
https://docs.jay-metadata.com/_mock/apis/playout/latest/openapi/version
{ "apiTitle": "string", "apiPath": "string", "xAPIVersions": { "latest": "string", "available": [ … ], "changelog": [ … ] } }