Skip to content

List Modules

GET
/api/modules

Get all available modules with pricing information.

Authorizations

ApiKeyAuth

API key for authentication. Get your API key from the dashboard.

TypeAPI Key (header: X-Api-Key)

Responses

List all available modules

application/json
JSON
{
"data": [
{
"id": "string",
"name": "string",
"description": "string",
"category": "string",
"horoscopeType": "string",
"contentType": "string",
"priceCents": 0
}
]
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI

AstroAPI Documentation