Skip to main content
POST
/
api
/
v1
/
pricing
/
subscribe
cURL
curl --request POST \
  --url https://app.aptlystar.ai/api/v1/pricing/subscribe \
  --header 'Content-Type: */*' \
  --data '
{
  "planId": "<string>",
  "planName": "<string>",
  "price": 123
}
'
This response has no body data.

Documentation Index

Fetch the complete documentation index at: https://docs.aptlystar.ai/llms.txt

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

Body

*/*
planId
string
required
planName
string
required
price
number
required
period
enum<string>
required
Available options:
month,
year

Response

200 - undefined