action gettyimages_post_v3_boards { label: "Create a new board" provider: gettyimages method: POST path: "/v3/boards" encoding: json input: { type: "object" properties: { "Accept-Language": { type: "string" description: "Provide a header to specify the language of result values. Supported values: cs (iStock only), de, en-GB, en-US, es, fi (iStock only), fr, hu (iStock only), id (iStock only), it, ja, ko (creative assets only), nl, pl (creative assets only), pt-BR, pt-PT, ro (iStock only), ru (creative assets only), sv, th (iStock only), tr, uk (iStock only), vi (iStock only), zh-HK (creative assets only)." } description: { type: "string" } name: { type: "string" } } required: ["name"] additionalProperties: false } output: { type: "object" properties: { id: { type: "string" } } additionalProperties: false } }