Creating a surface from a closed path composed from bezier curves

I have a closed path, composed of N bezier curves with 3D coordinates. I would like to create a triangulated surface from this path.
Is there a known algorithm for creating a surface from such a path?

p-n triangles come close to this IMO.