Making Curl Requests
Callables
After deploying a Callable, Cortex provides the direct curl request to send inputs to.
By providing a specified key and value pairs into the input, the HTTP response will contain a json with the corresponding output from the callable.
Request body
Name
Description
version (Required)
(integer | 'latest'
) specify which version of the callable you want to run
config (Required)
(object
) configures the callable blocks
inputs (Required)
(array
) array of key and value pairs that will be sent to the callable
Documents
Example curl request
Request body
text (string)
the document text
Last updated