Hi @JGru and welcome. The easiest way way would be to linearize:
Y = exp(-1*(A*X + B*X^2)) is the same as:
- ln(Y) = -1*(A*X+B*X^2)
- ln(1/Y) = A*X+B*X^2
So, if that is your model, you could use Fit Model and make the sure the "No intercept" option is selected.
Just create a new column called Y2 (or any other name you like) and put the function Ln(1/Y) in that column. In Fit Model, put Y2 in as "Y", and X and X*X in as "Model Effects".
Also, you will want to de-select "Center Polynomials" using the red triable next to Model Specification.