# Create a consignment **POST /consignments** ## Servers ## Parameters ### Body: (object) - **uuid** (string) - **filename** (string) - **contentType** (string) - **size** (number) - **co_authors** (array[string]) Array of email's co-authors - **container** (string) Container sent by CloudFactory if exist - **checksum** (string) Checksum sent by CloudFactory if exist ## Responses ### 201 Consignment is created with success #### Body: (object) - **success** (boolean) - **body** (object) ### 400 Missing required body parameters #### Body: (object) - **success** (boolean) If request is succeed - **message** (string) A human readable error message - **context** (string) Context of error ### 402 Insufficient credit for organization #### Body: (object) - **success** (boolean) If request is succeed - **message** (string) A human readable error message - **context** (string) Context of error ### 500 Unexpected error #### Body: (object) - **success** (boolean) If request is succeed - **message** (string) A human readable error message - **context** (string) Context of error [Powered by Bump.sh](https://bump.sh)