# Create a new attachment for a particular object **POST /attachments** ## Servers - https://*.syngency.com/admin/api: https://*.syngency.com/admin/api () ## Parameters ### Query parameters - **owner_type** (string) Type of owner (casting, booking, contact, model) - **owner_id** (integer(int32)) ID of owner (casting_id, booking_id, contact_id, model_id) - **filename** (string) Name/extension of upload file - **filetype** (string) MIME type of uploaded file - **filesize** (string(int32)) Size (in bytes) of uploaded file ## Responses ### 201 New attachment created #### Body: application/json (array[array]) ### 400 Validation error occurred #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) ### 405 Method not allowed #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) ### 500 An unexpected error occurred #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) [Powered by Bump.sh](https://bump.sh)