Working with API
This functionality requires an experimental
server
plugin. Read More
It's possible to start Frictionless API as a standalone server. This capability is highly experimental at the moment and it's not tested to be secure. Please don't use the server in production environment.
#
InstallThe API server are shipped as plugin so you need to install it with the core framework:
CLI
#
ServerIt's simple to start the API server:
CLI
Not you can make HTTP calls to:
The API is the same as Python and Command-Line interfaces use.
#
InputsAll input data is expected to be in JSON format, for exmaple:
[POST] http://localhost:8000/extract
API
#
OuputsAll output data will be in JSON format, for example:
API
#
DebugWatch the command-line session when you ran frictionless api
to get the server's logs.