API Definitions
Import and configure your API specifications
Use the x-fern-base-path extension to configure the base path prepended to every endpoint.
x-fern-base-path
The example below configures the /v1 base path so the full endpoint path is https://api.example.com/v1/users.
/v1
https://api.example.com/v1/users
1x-fern-base-path: /v12servers:3 - url: https://api.example.com4paths:5 /users: ...