> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SubmitRequestRawBytes

<div className="kinetica-doxygen">
  <div id="a75b8c8b70739dda85d39d6676c30fabf" />

  <h2 className="memtitle"><span className="permalink"><a href="#a75b8c8b70739dda85d39d6676c30fabf">◆ </a></span>SubmitRequestRawBytes()</h2>

  <div className="memitem">
    <div className="memproto">
      <table className="mlabels">
        <tr>
          <td className="mlabels-left">
            <table className="memname">
              <tr>
                <td className="memname"><a className="el" href="/content/api/cs/classkinetica_1_1RawKineticaResponse">RawKineticaResponse</a> kinetica.Kinetica.SubmitRequestRawBytes </td>
                <td>(</td>
                <td className="paramtype">Uri</td>
                <td className="paramname"><span className="paramname"><span className="em">url</span></span>, </td>
              </tr>

              <tr>
                <td className="paramkey" />

                <td />

                <td className="paramtype">byte\[]</td>
                <td className="paramname"><span className="paramname"><span className="em">requestBytes</span></span> )</td>
              </tr>
            </table>
          </td>

          <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Submit pre-encoded request bytes directly to a specific URL without HA failover. </p>
      <p>Returns the raw <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica" title="API to talk to Kinetica Database.">Kinetica</a> response wrapper (status, message, data) for error checking. This is the lowest-level method for maximum performance (used by BulkInserter).</p>
      <p>Matches Rust gpudb.rs submit\_request\_raw() with pre-encoded bytes.</p>

      <div className="dl params">
        <div className="dt">Parameters</div>

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">url</td>
              <td>Full URL to submit to.</td>
            </tr>

            <tr>
              <td className="paramname">requestBytes</td>
              <td>Pre-encoded Avro request bytes.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd">Raw response wrapper containing status, message, and data bytes.</div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/Kinetica.cs#L1349">1349</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/Kinetica.cs">Kinetica.cs</a>.</p>
    </div>
  </div>
</div>
