openapi: 3.2.0 info: title: Zoca Content Keywords API contact: {} x-refined-note: - x-apievangelist-note differs across the merged source definitions and was not carried version: '1.0' description: 'Operations tagged Content Keywords across 2 of this provider''s published API definitions: zoca-platform-openapi.yml, zoca-tasks-openapi.yml. Each path carries the servers of the definition it was published in.' servers: - url: https://api.zoca.ai description: Production - url: https://tasks.zoca.ai description: Production tags: - name: Content Keywords paths: /content-keywords/{entityId}: get: operationId: t_value parameters: [] responses: '200': description: '' tags: - Content Keywords servers: - url: https://api.zoca.ai description: Production /content-keywords/{entityId}/counts: get: operationId: t_value parameters: [] responses: '200': description: '' tags: - Content Keywords servers: - url: https://api.zoca.ai description: Production /content-keywords/{entityId}/items: get: operationId: t_value parameters: [] responses: '200': description: '' tags: - Content Keywords servers: - url: https://api.zoca.ai description: Production /tasks/api/v1/content-keywords/{entityId}: get: operationId: t_value parameters: [] responses: '200': description: '' tags: - Content Keywords security: - access-token: [] servers: - url: https://tasks.zoca.ai description: Production /tasks/api/v1/content-keywords/{entityId}/counts: get: operationId: t_value parameters: [] responses: '200': description: '' tags: - Content Keywords security: - access-token: [] servers: - url: https://tasks.zoca.ai description: Production /tasks/api/v1/content-keywords/{entityId}/items: get: operationId: t_value parameters: [] responses: '200': description: '' tags: - Content Keywords security: - access-token: [] servers: - url: https://tasks.zoca.ai description: Production components: securitySchemes: access-token: scheme: bearer bearerFormat: JWT type: http name: Authorization description: Enter JWT token in the format Bearer in: header x-refined-from: - zoca-platform-openapi.yml - zoca-tasks-openapi.yml