Skip to main content
POST
/
admin
/
visionary-slots
/
expand
Expand visionary slots
curl --request POST \
  --url https://api.fluxer.app/v1/admin/visionary-slots/expand \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "count": 500
}'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.fluxer.app/llms.txt

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

Authorizations

Authorization
string
header
required

Admin API key: Authorization: Admin <token>. Only valid for /admin/* endpoints.

Body

application/json
count
integer<int32>
required

Number of new slots to create

Required range: 1 <= x <= 1000

Response

Success

success
enum<boolean>
required
Available options:
true