# Create trueflow attachment Create an Attachment for a TrueFlow Endpoint: POST /v1/true-flows-attachments Version: 0.9.0 Security: ApiKeyAuth ## Request fields (application/json): - `file_name` (string, required) Name of the file to upload ## Response 201 fields (application/json): - `token` (string, required) Unique identifier for the Attachment - `file_name` (string, required) Name of the uploaded file - `upload_url` (string, required) Upload url where to upload the file ## Response 400 fields (application/problem+json): - `type` (string) A URI reference that identifies the problem type. Example: "https://api.truescreen.io/errors/validation-error" - `title` (string, required) Short, human-readable summary of the problem. Example: "Validation failed" - `status` (integer) HTTP status code. Example: 400 - `detail` (string) Human-readable explanation specific to this occurrence. Example: "One or more fields have invalid values" - `code` (string, required) Unique code to identify the error. Example: "TS-000" - `instance` (string) URI reference that identifies the specific occurrence. Example: "https://api-stg-truescreen.io/special-events" ## Response 500 fields (application/problem+json): - `type` (string) A URI reference that identifies the problem type. Example: "https://api.truescreen.io/errors/validation-error" - `title` (string, required) Short, human-readable summary of the problem. Example: "Validation failed" - `status` (integer) HTTP status code. Example: 400 - `detail` (string) Human-readable explanation specific to this occurrence. Example: "One or more fields have invalid values" - `code` (string, required) Unique code to identify the error. Example: "TS-000" - `instance` (string) URI reference that identifies the specific occurrence. Example: "https://api-stg-truescreen.io/special-events"