Skip to main content
POST
/
searches
post-search
curl --request POST \
  --url https://api.example.com/searches

Documentation Index

Fetch the complete documentation index at: https://docs.theary.ai/llms.txt

Use this file to discover all available pages before exploring further.

post-search

No description available.

Request Body

Required
{
  "$ref": "#/components/schemas/CreateSearchDto"
}

Response

201

No description available.

Example Request

POST /searches
{}```