Skip to main content

Create

POST 

/botify-crawl-imports

Create a Botify Crawl Import

Request

Body

required

    collection string
    description string[]

    filters

    object[]

  • Array [

  • filters undefined[]

    Operational filters such as AND or OR.

    key string

    The filter key. Key is required for the filters [EQ, NE, GT, LT, GTE, LTE, IN, NIN]

    operator stringrequired

    Possible values: [EQ, GT, LT, NE, GTE, LTE, IN, NIN, AND, OR]

    A query request filter operator.

    value

    object

    The filter value.

    oneOf

  • Array [

  • string

  • ]

  • value_date date-time

    The filter value as a date, if provided will be preferred over the value field.

  • ]

  • headline string
    request_embeddings string[]
    text string[]
    types string[]
    url string

Responses

Success

Schema

  • Array [

  • abstract string
    date_published date
    headline string
    html string
    image string
    markdown string
    text string
    types string[]
    url string
  • ]