Create a recommendation for an application
POSThttps://platform.docana.com/api/v1/applications/:id/recommendations/
Registers a recommendation that finds documents similar to the seed inputs. A scheduler job recalculates it on updateFrequencyCron, hourly by default. Use POST /api/v1/applications/{id}/recommendations/{recommendationId}/trigger/ to run it immediately.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 500
The created recommendation
Validation failure
The API key or session is missing, expired, or malformed.
The caller is authenticated but not allowed to perform this operation.
A resource referenced by the path does not exist or is not visible to the caller.
Unexpected server error.