> ## Documentation Index
> Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# NEEDS DEVELOPER REVIEW



## OpenAPI

````yaml /api-reference/4.2/service-recommend.json post /recommend
openapi: 3.0.0
info:
  version: 4.2.6-rc1
  title: Fusion Service recommend
servers:
  - url: /api/apollo/
security: []
tags:
  - name: recommend
paths:
  /recommend:
    post:
      tags:
        - 4.2 Recommend API
      summary: NEEDS DEVELOPER REVIEW
      operationId: postRecommendation
      responses:
        default:
          description: successful operation

````