Create
POST/botify-crawl-imports
Create a Botify Crawl Import
Request
- application/json
Body
required
Array [
- MOD1
- MOD2
- MOD3
- MOD4
- MOD5
- MOD6
- MOD7
- MOD8
Array [
]
Array [
]
Array [
]
Array [
]
]
collection string
description string[]
filters
object[]
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
string
string
integer
integer
number
number
integer
integer
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
- 200
- 401
Success
- application/x-ndjson
- Schema
- Example (from schema)
Schema
Array [
]
abstract string
date_published date
headline string
html string
image string
markdown string
text string
types string[]
url string
[
{
"abstract": "string",
"date_published": "2024-07-29",
"headline": "string",
"html": "string",
"image": "string",
"markdown": "string",
"text": "string",
"types": [
"string"
],
"url": "string"
}
]
Authentication Failure