/api/v1/vikitron/robots-txt-checker
Fetches the current robots.txt for a domain and returns its version history. Each record represents a snapshot of the robots.txt content at a given time.
vikitrongetApiV1VikitronRobots-txt-checker
Parameters
1 query
Query · 1
domainstringRequiredDomain name to check.
Request
GET /api/v1/vikitron/robots-txt-checker
curl -X GET "https://api.bizkithub.com/api/v1/vikitron/robots-txt-checker?domain=example.com" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
Robots.txt version history.
{
"records": [
{
"id": "example_id",
"content": "example_content",
"httpCode": 200
}
]
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.