Skip to main content
POST
/
api
/
v1
/
billing
/
plan
/
select
Select plan
curl --request POST \
  --url https://api.webscraping.titannet.io/api/v1/billing/plan/select \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "plan_id": "plan_free"
}
'
{
  "success": true,
  "message": "<string>"
}

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.

Authorizations

Authorization
string
header
required

JWT or API key as Bearer (e.g. titan_sk_…).

Body

application/json
plan_id
string
required
Example:

"plan_free"

Response

Plan selected

success
boolean
message
string