Skip to main content
POST
https://scrape.st
/
auth
curl -X POST https://scrape.st/auth
{
  "status": "success",
  "message": "Please authenticate via Telegram",
  "data": {
    "auth_url": "https://t.me/YourBotName?start=723h23-234..."
  }
}
This endpoint initiates the authentication process. You will receive a link to our Telegram bot, where you must complete the verification to obtain your API key.
The response contains an auth_url. You must visit this link and interact with the Telegram bot to finalize authentication.
none
object
No request body is required for this endpoint.
status
string
The status of the request (e.g. “success”).
message
string
Instructions on next steps.
data
object
Object containing authentication details.
{
  "status": "success",
  "message": "Please authenticate via Telegram",
  "data": {
    "auth_url": "https://t.me/YourBotName?start=723h23-234..."
  }
}
curl -X POST https://scrape.st/auth