> ## Documentation Index
> Fetch the complete documentation index at: https://docs.celestra.space/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Parameter Set

## Request

### Headers

<Snippet file="authorization-param.mdx" />

### Body

<ParamField body="description" type="string">
  Alias can be used as a human friendly name or external ID. E.g.
  `/assembly1/part2/component3/id` or `SUN_AZIMUTH_ANGLE`
</ParamField>

<ParamField body="member_parameter_ids" type="string[]" />

<ParamField body="member_parameter_version_ids" type="string[]" />

## Response

<ResponseField name="parameter_set" type="object">
  <Expandable title="parameter set">
    <Snippet file="parameter-set-object.mdx" />
  </Expandable>
</ResponseField>
