cURL
Internal Files
Persist a buffer as a managed file (service-to-service)
Used by fluide-capital-core and similar services. Requires FLUIDE_INTERNAL_FILE_TOKEN on caller and callee.
POST
cURL
Authorizations
Access token JWT. Use as Authorization: Bearer . In the API playground, paste the JWT only.
Developer API key (fl_dev_...). Required on every API call with a machine access token.
First-party client audience. Must match the fluide_client_id claim on the JWT. Use fluide-developer for Connect.
Body
application/json
Required string length:
1 - 512Required string length:
3 - 120Pattern:
/^[\w/+.\-]+$/Base64-encoded file bytes (keep exports reasonably small until async chunking lands).
Required string length:
4 - 25000000