Asset parameters through API

Is it possibel to add custome parametrs to asset creation like we can do in other blockhains like ethereum? but i need to add there through parameters end point not as variables through contract.
So parameters for example name, description, color etc.

Yes, using ARC-3 or ARC-69.

In general, you may want to have a look at ARCs: https://arc.algorand.foundation/

Great this should help!
I’ll try these
Thanks @fabrice

Also ARC-19

Thanks @scholtz
Can you share in code implementation, github link or anything that will help me understand implmenation better.

Sorry, i prefer to use the ARC3 which has immutable token fields… https://github.com/scholtz/stabilitas-apps/blob/master/arc0003/EUR.json

Thanks @scholtz
I will work on this!