# Create a new conversation service on your account **POST /v1/Services** Create a new conversation service on your account A Service resource is a top-level conversation resource container that serves as a data silo. ## Servers - https://conversations.twilio.com: https://conversations.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Body: application/x-www-form-urlencoded (object) - **FriendlyName** (string) The human-readable name of this service, limited to 256 characters. Optional. ## 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) - **account_sid** (string | null) The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this service. - **sid** (string | null) A 34 character string that uniquely identifies this resource. - **friendly_name** (string | null) The human-readable name of this service, limited to 256 characters. Optional. - **date_created** (string(date-time) | null) The date that this resource was created. - **date_updated** (string(date-time) | null) The date that this resource was last updated. - **url** (string(uri) | null) An absolute API resource URL for this service. - **links** (object(uri-map) | null) Contains absolute API resource URLs to access conversations, users, roles, bindings and configuration of this service. [Powered by Bump.sh](https://bump.sh)