Complete API reference for Skop - Intelligent multi-agent document discovery and extraction service
https://api.skop.dev
Authorization: Bearer <your_token>
in headersX-API-Key: <your_api_key>
in headersscrape:create
- Required for creating new scraping jobsX-Rate-Limit-Remaining
: Remaining requestsX-Rate-Limit-Reset
: Reset timestampContent-Type: application/json
.
HTTP Status | Error Type | Description |
---|---|---|
400 | Bad Request | Invalid request format or parameters |
401 | Unauthorized | Missing or invalid authentication |
402 | Payment Required | Insufficient credits or billing issue |
403 | Forbidden | Access denied or feature not available |
404 | Not Found | Resource not found |
429 | Too Many Requests | Rate limit exceeded |
500 | Internal Server Error | Unexpected server error |
503 | Service Unavailable | Service temporarily unavailable |
Status | Description |
---|---|
pending | Job queued, waiting to start |
in_progress | Job is actively running |
completed | Job finished successfully |
failed | Job failed due to errors |
cancelled | Job was cancelled by user |