Referencia de APIForms / Form
Create Form by formid upload
← Back to full API reference
POST
/v1/forms/:formId/uploadPublic- This endpoint can be called without an authenticated session.
Request details
Path params
| Field | Required | Description |
|---|---|---|
| formId | Yes | Required path parameter. |
Default payloads
Path params
json
{
"formId": 1
}Query
json
{}Body
json
{}Sample response
json
{
"url": "<getPublicFileUrl>",
"public": "<getPublicFileUrl>",
"s3Key": "<s3Key>"
}