Skip to main content
POST
/
f
/
:org_code
/
:slug
Submit a form
curl --request POST \
  --url https://api.spike.ac/f/:org_code/:slug
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://doc.spike.ac/docs/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

org_code
string
required

The organization short code

slug
string
required

The form slug identifier

Response

Submission successful

success
enum<boolean>
required
Available options:
true
message
string