Usage
Useuniskill_scrape to convert web pages into high-quality Markdown that AI agents can directly process and understand.
Parameters
url(string): The target web page URL.format(string): Response format, options aremarkdown(default) orhtml.
Response Headers
Monitor your usage in real-time with our standard diagnostic headers:| Header | Description |
|---|---|
X-RateLimit-Limit | Your maximum RPM limit. |
X-RateLimit-Remaining | Remaining calls in the current window. |
X-UniSkill-Balance | Total remaining credits. |
X-UniSkill-Status | Execution status. |
Error Handling
Standard HTTP status codes are used to indicate success or failure:- 200 OK: Success.
- 401 Unauthorized: Key is missing or invalid.
- 429 Too Many Requests: You have hit your RPM limit.
- 402 Payment Required: Please top up your credits on the dashboard.