Skip to main content
POST
/
sources
/
{source_id}
/
grep
Grep Source
curl --request POST \
  --url https://apigcp.trynia.ai/v2/sources/{source_id}/grep \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

source_id
string
required

Query Parameters

type
enum<string> | null

Source type hint

Available options:
repository,
documentation,
research_paper,
huggingface_dataset,
local_folder

Body

application/json

The body is of type Body · object.

Response

Successful Response