Skip to main content
POST
Import data from a website URL

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Body

application/json
name
string
required
Example:

"Website Content"

url
string
required
Example:

"https://www.example.com/sitemap.xml"

description
string | null
Example:

"Crawled content from company website"

depth
integer | null

Crawl depth (1-3)

Example:

1

Response

Website crawling initiated

success
boolean

Indicates whether the request completed successfully. True for successful responses; false for documented error responses.

Example:

true

message
string

Human-readable response message. Safe to display in logs or simple client notifications; use structured fields for program logic.

Example:

"Website crawling initiated"

data
object