--- title: 'Prismic' description: '' --- # Prismic undefined | Detail | Value | |---|---| | Category | CMS | | Base URL | `https://{repository}.cdn.prismic.io/api/v2` | | Authentication | Bearer Token | | Endpoints | 5 | | Connector key | `prismic` | ## Using Prismic in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Prismic** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_search_documents_0) | Search Documents | | [GET ](./get_list_custom_types_1) | List Custom Types | | [GET ](./get_create_custom_type_2) | Create Custom Type | | [GET ](./get_list_shared_slices_3) | List Shared Slices | | [GET ](./get_create_document_4) | Create Document | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.