# (NEW!) Create Request COMING SOON! Use this endpoint to create a new Request in Tenovos. Endpoint: POST /request Version: 1.5 Security: ApiKeyAuth, BasicAuth ## Header parameters: - `X-API-Key` (string, required) Customer-specific API key required to invoke API. - `Authorization` (string, required) Provided by Authentication Token creation operation ## Request fields (application/json): - `title` (string, required) Title of the upload request. Example: "New Marketing Upload Request" - `metadataTemplateId` (string, required) ID of the metadata template to apply to Request. Example: "18bb2566-0a9c-45c7-825b-4a14d3c71e42" - `securityTemplateIds` (array, required) Array of security template IDs to apply to Request. Example: ["1ef152a4-281a-4f02-8fb0-1204ae050705"] - `assets` (array, required) - `assets.id` (string) Example: "13e6991b-5c11-40b8-95ff-9e9013de44b5" - `metadata` (array, required) Example: [{"name":"Release Date","value":"01/01/2024"},{"name":"Product","value":"HooliDocs"},{"name":"Usage Table","value":[[{"name":"Usage Category","value":"E-Commerce"},{"name":"Usage Length","value":"12 months"}]]}] ## Response 200 fields (application/json): - `id` (string) Id returned after creating the Request. This is uniquely identifies the request. Example: "e3beae4b-338c-4fda-8bf7-be3a8d82a230" ## Response 401 fields (application/json): - `message` (string) - `detail` (string) ## Response 403 fields (application/json): - `message` (string) - `detail` (string)