# API platform by Workato - New API request trigger
The New API request trigger defines the request and response structure for a recipe endpoint and creates a job when it receives an API request.
ACCESS REQUIREMENTS
API recipes require access to the API Platform feature. Contact your Customer Success Manager if you don't have access to the Platform > API platform page in Workato.
# Input
Input fields in the Request section define the structure of API requests to the endpoint:
| Input fields | Description |
|---|---|
| Content type | Defines the data format of the request. Choose application/json, text/plain or multipart/form-data. Use multipart/form-data to upload large attachments (up to 5GB). |
| Request header | Defines the parameters request headers must have. |
| Request schema | Defines the expected schema request bodies must have. |
Input fields in the Response section define the structure of responses the endpoint sends:
| Input fields | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Content type | Defines the data format of the response. Defaults to JSON if left blank. | ||||||||
| Response header | Defines the parameters response headers will have. | ||||||||
| Responses |
Defines the possible responses to a request sent to the endpoint.
This field has the following subfields:
|
PROCESSING BINARY CONTENT
Multipart data may contain binary data, including images and pdf files. You must ensure that these files are in utf-8 encoding format. Workato recipe string processing supports utf-8.
# Output
| Output fields | Description | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Context | Metadata about the API request. This field has the following subfields:
| ||||||||||||||
| Request | Contains details about the request's content type and body. This field has the following subfields:
|
# Additional Resources
Last updated: 11/21/2025, 4:58:25 PM