Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.veryfront.com/sandbox-sessions/{session_id}/files \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "files": [ { "path": "<string>", "content": "<string>" } ] } '
{}
Write one or more files into a sandbox session through the authenticated API proxy.
Use a JWT bearer token or a Veryfront API key in the Authorization header.
Sandbox session UUID.
Show child attributes
Write result.
The response is of type object.
object