# Create a Content resource **POST /v1/Content** Create a Content resource A Content resource represents rich messaging content. ## Servers - https://content.twilio.com: https://content.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Body: application/json (object) - **friendly_name** (string) User defined name of the content - **variables** (object) Key value pairs of variable name to value - **language** (string) Language code for the content - **types** (object) Content types ## Responses ### 201 Created #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **date_created** (string(date-time) | null) The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. - **date_updated** (string(date-time) | null) The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. - **sid** (string | null) The unique string that that we created to identify the Content resource. - **account_sid** (string | null) The SID of the [Account](https://www.twilio.com/docs/usage/api/account) that created Content resource. - **friendly_name** (string | null) A string name used to describe the Content resource. Not visible to the end recipient. - **language** (string | null) Two-letter (ISO 639-1) language code (e.g., en) identifying the language the Content resource is in. - **variables** (object | null) Defines the default placeholder values for variables included in the Content resource. e.g. {"1": "Customer_Name"}. - **types** (object | null) The [Content types](https://www.twilio.com/docs/content-api/content-types-overview) (e.g. twilio/text) for this Content resource. - **url** (string(uri) | null) The URL of the resource, relative to `https://content.twilio.com`. - **links** (object(uri-map) | null) A list of links related to the Content resource, such as approval_fetch and approval_create [Powered by Bump.sh](https://bump.sh)