---
title: "POST /multilinks_B/api/pages/"
method: POST
path: "/multilinks_B/api/pages/"
tags: ["multilinks_B"]
---

# POST /multilinks_B/api/pages/

`POST /multilinks_B/api/pages/`

## Request body

- MultiLinkPage
  - `id` integer
  - `title` string, required
  - `slug` string, slug
  - `description` string, nullable
  - `views` integer
  - `background_color` string
  - `text_color` string
  - `button_color` string
  - `button_text_color` string
  - `accent_color` string
  - `layout_style` 'classic' | 'modern' | 'minimal' | 'cards' | 'gradient' | 'glass' | 'neon' | 'retro' | 'brutalist' | 'elegant'
  - `button_style` 'filled' | 'outline' | 'soft' | 'glass' | 'gradient' | 'neon' | '3d' | 'minimal' | 'shadow' | 'animated'
  - `show_social_icons` boolean
  - `enable_animations` boolean
  - `is_public` boolean
  - `links` Link[]
    - `id` integer
    - `title` string, required
    - `url` string, uri, required
    - `order` integer

## Response `201`

Created

- MultiLinkPage
  - `id` integer
  - `title` string, required
  - `slug` string, slug
  - `description` string, nullable
  - `views` integer
  - `background_color` string
  - `text_color` string
  - `button_color` string
  - `button_text_color` string
  - `accent_color` string
  - `layout_style` 'classic' | 'modern' | 'minimal' | 'cards' | 'gradient' | 'glass' | 'neon' | 'retro' | 'brutalist' | 'elegant'
  - `button_style` 'filled' | 'outline' | 'soft' | 'glass' | 'gradient' | 'neon' | '3d' | 'minimal' | 'shadow' | 'animated'
  - `show_social_icons` boolean
  - `enable_animations` boolean
  - `is_public` boolean
  - `links` Link[]
    - `id` integer
    - `title` string, required
    - `url` string, uri, required
    - `order` integer

---

[API](https://skmtc.dev/jeuxcracks/apis/jeuxcracks-api.md) · [All operations](https://skmtc.dev/jeuxcracks/apis/jeuxcracks-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jeuxcracks/jeuxcracks-api/revisions/6e8cd2610a4c/schema)
