Skip to main content
GET
/
api
/
v1
/
templates
/
slug
/
{slug}
Get template by slug
curl --request GET \
  --url https://api.webscraping.titannet.io/api/v1/templates/slug/{slug}
{
  "success": true,
  "data": "<unknown>"
}

Documentation Index

Fetch the complete documentation index at: https://webscraping.titannet.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

slug
string
required

Query Parameters

lang
string
default:en

Response

OK

success
boolean
data
any