# Flight Fuels Operations related to fuel for flights. ## Get Flight Fuels - [GET /api/external/flight/{flightId}/fuels](https://developer.fl3xx.com/reference/flight-fuels/getflightfuels.md): Fetches fuel information for a flight using its flight ID. ## Create Flight Fuels - [POST /api/external/flight/{flightId}/fuels](https://developer.fl3xx.com/reference/flight-fuels/postflightfuelsbyflightid.md): Creates fuel information for a specific flight using its flight ID. ## Upload Fuel Document - [POST /api/external/flight/{flightId}/fuels/{fuelId}/documents](https://developer.fl3xx.com/reference/flight-fuels/postflightfueldocument.md): Upload fuel document for a flight. ## Upload fuel release document - [POST /api/external/flight/{flightId}/fuels/{fuelId}/documents/release](https://developer.fl3xx.com/reference/flight-fuels/postflightfuelreleasedocument.md): Upload fuel release document for a flight. ## Get fuel document file - [GET /api/external/flight/{flightId}/fuels/{fuelId}/documents/{documentId}](https://developer.fl3xx.com/reference/flight-fuels/getflightfueldocument.md): Download fuel document or fuel release document for a flight. ## Delete fuel document - [DELETE /api/external/flight/{flightId}/fuels/{fuelId}/documents/{documentId}](https://developer.fl3xx.com/reference/flight-fuels/deleteflightfueldocument.md): Delete fuel document or fuel release document for a flight.